A leaderboard plugin I wrote for Omega servers, now public.
This plugin requires :
-
Java 17 or above.
-
Mindustry v146 or above.
-
Distributor v3.2.1.
-
./gradlew jar
for a simple jar that contains only the plugin code. -
./gradlew shadowJar
for a fatJar that contains the plugin and its dependencies (use this for your server).
-
./gradlew runMindustryClient
: Run Mindustry in desktop with the plugin. -
./gradlew runMindustryServer
: Run Mindustry in a server with the plugin.