The main private plugin for RCR servers in Mindustry. Made to implement a variety of functionality.
First, make sure you have JDK 17 installed.
Then, setup plugin.json and run the following commands:
- Windows:
gradlew jar
- *nix/Mac OS:
./gradlew jar
- If the terminal returns
Permission denied
orCommand not found
, runchmod +x ./gradlew
.