Skip to content

AutoUpdater :: Automatic Mindustry updater mod.

License

Notifications You must be signed in to change notification settings

MindustryInside/AutoUpdater

Repository files navigation

Auto Updater

A small jar-mod for an auto updating Mindustry.
Works on desktop and server platforms!

Installation

Download the latest release (.jar) here.
Put .jar to one of these paths:

  • Windows: %AppData%/Mindustry/mods
  • Linux: ~/.local/share/Mindustry/mods
  • Server: config/mods

If you use for a server, you can also start the server automatically, use this script.

  • chmod +x run-jar.sh
  • ./run-jar.sh <server-filename>.jar

Building

  • Windows: gradlew dist
  • *nix/Mac OS: ./gradlew dist

After building, the .jar file should be located in build/libs folder.

If the terminal returns Permission denied or Command not found, run chmod +x ./gradlew.

Extension

At the moment and most likely will never be implemented for the Android platform due to its restrictions