Skip to main content

Build and Run

Common Commands

// build
./gradlew build
// run client
./gradlew runClient
// run server
./gradlew runServer

Build Output

The distributable jar is usually placed in:

build/libs/

For release testing, verify the final mod jar name and dependency list before packaging.

Suggested Local Checks

Before shipping changes, verify:

  • the project compiles cleanly
  • the client launches
  • the dedicated server launches to the normal EULA stage
  • the main UI flows still open and remain usable