- Run
./gradlew jar
in the console - Put the output file (
./build/libs/*.jar
) in the./config/mods
folder of your server.
- Create a
settings.json
file in the same location as the plugin file. - Use
the same format as the example in thethe format specified in the./config/mods/exampleSettings.json
filePheonixMain.java
file. - SQL database is required
- Run a mindustry server JAR file, and include relevant JDBC jars (postgres, sqlite, etc; whatever your SQL database is)
Report as a GitHub issue.
Please suggest features either on the Discord server or as an issue. I would appreciate feedback and suggestions.
Everyone is welcome to contribute to this project, just send me a direct message on Discord (Nautilus#0100).
PS: The original Plugin is here. Please give some credits to TranquillyUnpleasant!
There are many bugs