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 v151 or above.
-
./gradlew shadowJarto compile the plugin into a usable jar (will be located atbuilds/libs/(plugin-name).jar). -
./gradlew runMindustryServerto run the plugin in a local Mindustry server. -
./gradlew runMindustryDesktopto start a local Mindustry client that will let you test the plugin.