A plugin providing powerful text processing to your server and other plugins. Placeholders, translations, message filtering/processing, chat formatting, name formatting, etc... You name it, flex has it.
-
./gradlew shadowJar
: Compile and create a fat jar that contains the plugin and its dependencies (will be located at builds/libs/flex.jar). -
./gradlew runMindustryClient
: Run Mindustry in desktop with the plugin. -
./gradlew runMindustryServer
: Run Mindustry in a server with the plugin. -
./gradlew spotlessApply
: to apply the code formatting and the licence header.