English | 中文
A simple cross-platform Minecraft Server Launcher.
Made with Java. UI is based in javax.swing and java.awt.
For more details, please see the wiki page.
Check the Release page in the repository.
If you are player, you can commit issues for bugs, enhancements and so on.
For developers, forking this repository and committing PR are welcome.
Please use Intellij IDEA and Java 8+ to build.
- Download the Zip of the repository.
- Unzip it.
- Execute the commands here in project root directory:
# For OSX / Linux
./gradlew clean shadowJar --stacktrace --no-daemonrem For Windows
.\gradlew.bat clean shadowJar --stacktrace --no-daemonThen you can find the jar ends with -all in build/libs dir of project ClientLauncher and ServerLauncher.
ClassPaths instead of ShadowJar
This project is under GNU General Public License v3.