https://github.com/undefinedcreations/undefinedrunserver
https://github.com/undefinedcreations/undefinedrunserver
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/undefinedcreations/undefinedrunserver
- Owner: UndefinedCreations
- License: other
- Created: 2024-06-23T11:35:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T18:55:58.000Z (over 1 year ago)
- Last Synced: 2025-01-06T19:53:52.691Z (over 1 year ago)
- Language: Kotlin
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Undefined RunServer [](https://discord.gg/NtWa9e3vv3)
This gradle plugin is made to be able to run any minecraft server type inside of you IDE. (See below for all supported jars)
* SPIGOT
* CRAFTBUKKIT
* PAPERMC
* PUFFERFISH
* PURPUR
* BUNGEECORD
* WATERFALL
* VELOCITY
* FOLIA
## Imports
To import the plugin you will need to add this to your build.gradle.kts
```
id("com.undefinedcreation.runServer") version "0.0.2"
```
## Configuration
There are multiple configurations that you can use (See below).
```
runServer {
//Minecraft server its running (Do check if the version does exist)
mcVersion("1.20.4")
//Change the amount of ram allowed by the server
allowedRam("4G")
//If there should be a gui
noGui(true)
//Accept the mojang eula
acceptMojangEula(true)
}
```
## Questions
If you have any questions or need help using this plugin please join the [discord server](https://discord.gg/NtWa9e3vv3)