Skip to content

GoodTimeStudio/GoodTime-Java-Minecraft-Launcher-Core

Repository files navigation

GoodTime-Java-Minecraft-Launcher-Core (GJMLC)

[Build Status] (https://travis-ci.org/GoodTimeStudio/GoodTime-Java-Minecraft-Launcher-Core)

Make your own Minecraft Launcher easily.

Dependencies

How to Use

  GJMLC launcher = new GJMLC(MinecraftVersion);
  launcher.checkLibs();
  launcher.launch(username, maxMemory, jvmArgs);

Cloning

The following steps will ensure your project is cloned properly.

  1. git clone --recursive https://github.com/GoodTimeStudio/GoodTime-Java-Minecraft-Launcher-Core.git
  2. cd GoodTime-Java-Minecraft-Launcher-Core
  3. cp scripts/pre-commit .git/hooks

Setup

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.

IDE Setup

For [IntelliJ]

  1. Run gradle idea
  2. Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
  3. Click File > New > Project from Existing Sources > Gradle and select the root folder for GJMLC.
  4. Select Use customizable gradle wrapper if you do not have Gradle installed.

Contributing

Are you a talented programmer looking to contribute some code? We'd love the help!

About

Make your own Minecraft Launcher easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages