1 BuildAndRun
Andus edited this page 2024-05-23 20:06:58 +02:00

Building:

  1. Build the server JAR file:
  • Requirements:
    • Java Development Kit 21
    • Gradle 8.0+
  • Run ./gradlew build in the root of the project
  1. (Optional) Build the Docker image: See Docker

Running:

There are 3 ways of running MCFG:

  1. Directly from code (using IntelliJ IDEA)
  2. Using already built JAR:
  • Requirements:
    • Java Development Kit 21 or Java Runtime Environment 21
  • Run java -jar MCFG-<version>.jar
  1. Using Docker: See Docker