Kowkodivka / MindustryDevTools

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Java 92.1%Language:Kotlin 7.9%