Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

MrCraftTeamMC/GrassLauncher-Java

Repository files navigation

GrassLauncher

GitHub Actions Workflow Status GitHub Downloads (all assets, all releases) GitHub Release

Jitpack Maven Release

English | 中文

Introduction

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.

Download

Check the Release page in the repository.

Contribution

If you are player, you can commit issues for bugs, enhancements and so on.

For developers, forking this repository and committing PR are welcome.

Compilation

Please use Intellij IDEA and Java 8+ to build.

  1. Download the Zip of the repository.
  2. Unzip it.
  3. Execute the commands here in project root directory:
# For OSX / Linux

./gradlew clean shadowJar --stacktrace --no-daemon
rem For Windows

.\gradlew.bat clean shadowJar --stacktrace --no-daemon

Then you can find the jar ends with -all in build/libs dir of project ClientLauncher and ServerLauncher.

TODO

ClassPaths instead of ShadowJar

License

This project is under GNU General Public License v3.