[]
(https://travis-ci.org/GoodTimeStudio/GoodTime-Java-Minecraft-Launcher-Core)
Make your own Minecraft Launcher easily.
- Wiki
- Community Chat: #tencent qq group
- Java 8
- Gson 2.5
- Commons-lang3 3.4
GJMLC launcher = new GJMLC(MinecraftVersion);
launcher.checkLibs();
launcher.launch(username, maxMemory, jvmArgs);The following steps will ensure your project is cloned properly.
git clone --recursive https://github.com/GoodTimeStudio/GoodTime-Java-Minecraft-Launcher-Core.gitcd GoodTime-Java-Minecraft-Launcher-Corecp scripts/pre-commit .git/hooks
Note: If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems
in place of any gradle command.
For [IntelliJ]
- Run
gradle idea - Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
- Click File > New > Project from Existing Sources > Gradle and select the root folder for GJMLC.
- Select Use customizable gradle wrapper if you do not have Gradle installed.
Are you a talented programmer looking to contribute some code? We'd love the help!