Skip to content

Building

Magix edited this page Apr 18, 2022 · 3 revisions

Prerequisites

Note about Gradle

If the command gradle is mentioned, use your operating system equivalent. (ex. on Windows use gradlew)

Building

  1. Setup your Gradle environment by running gradle
  2. Compile the server into a JAR with gradle jar (other build methods work too!)
Clone this wiki locally