Plugin for user-friendly management of mods and plugins on Mindustry servers.
Plugin uses public mods (Anuken/MindustryMods) and plugins (MindustryInside/MindustryPlugins) lists.
- Download the latest release (
.jar
) here. - Put
.jar
toconfig/mods
directory
First, make sure you have JDK 14 installed. Then, setup plugin.json and run the following commands:
- Windows:
gradlew jar
- *nix/Mac OS:
./gradlew jar
After building, the .jar
file should be located in build/libs
folder.
- If the terminal returns
Permission denied
orCommand not found
, runchmod +x ./gradlew
.