/MindustryDevTools

Library of helpful utilities (only for my personal use in future plugins and projects)

Primary LanguageJavaApache License 2.0Apache-2.0

MindustryDevTools

Only for my personal use in future plugins and projects.
MindustryDevTools is a set of tools for development purposes in the game Mindustry.

Features

  • Localization
  • Server security
  • Command timeouts

Documentation

Documentation for MindustryDevTools is currently not available.

Building

To build MindustryDevTools from source, follow these steps:

  1. Install JDK 20.
  2. Run gradlew jar [1].
  3. Locate the generated JAR file in the build/libs directory.

[1] If you encounter problems with the gradlewcommand, make sure you have Gradle installed and configured properly, or you ran chmod +x gradlew.