Skip to content

xpdustry/flex

Repository files navigation

flex

Maven Downloads Mindustry 7.0 Discord

Description

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.

Links

Building

  • ./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.