Instead of bundling database binaries in your plugin, use this one instead, comes with the most popular databases connectors:
- MySQL
- MariaDB
- H2
- SQLite
This plugin requires :
-
Java 17 or above.
-
Mindustry v146 or above.
-
./gradlew shadowJar
to compile the plugin into a usable jar (will be located atbuilds/libs/(plugin-name).jar
). -
./gradlew runMindustryServer
to run the plugin in a local Mindustry server. -
./gradlew runMindustryDesktop
to start a local Mindustry client that will let you test the plugin.