This plugin prevents players from crashing a server by constantly changing the direction of a payload conveyor. It accomplishes this by :
-
Replacing the broken blocks with a patched version using reflection, unlike this mod that does this by reloading the entire game.
-
Preventing players from binding logic processors to payload conveyors.
Warning: Mindustry v141 fixed the bug, this plugin is no longer necessary.
-
Java 17 or above.
-
Mindustry v140 or above.
Download the plugin jar in the releases and move it in
the config/mods
directory of your server.
-
./gradlew shadowJar
to compile the plugin into a usable jar (will be located atbuilds/libs/NoPayloadConveyorCrashPlugin.jar
). -
./gradlew jar
for a plain jar that contains only the plugin code. -
./gradlew runMindustryServer
to run the plugin in a local Mindustry server.