Skip to content

xpdustry/sql4md

Repository files navigation

sql4md

Build status Mindustry 7.0

Description

Instead of bundling database binaries in your plugin, use this one instead, comes with the most popular databases connectors:

  • MySQL
  • MariaDB
  • H2
  • SQLite

Installation

This plugin requires :

  • SLF4MD

  • Java 17 or above.

  • Mindustry v146 or above.

Building

  • ./gradlew shadowJar to compile the plugin into a usable jar (will be located at builds/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.