Skip to content

Setting Up

Ben Ballard edited this page Sep 23, 2021 · 7 revisions

There are two ways of setting this project up.

  1. Add this repository through jitpack.io to your Maven or Gradle project. You can also use Github Packages.

  2. Download the source code, or jar files, and import them directly into your project.

I recommend the first option, but the second is also good.

Next, you need to set up the Vars class. In the documentation Here, we can see all the variables used by the engine. The variables required are "player" since the rest have a default value. These values can be edited by using Vars.variable = value.

You can, at any point, change the values during runtime and it will not cause a problem.

Clone this wiki locally