Skip to content

xpdustry/rush

Repository files navigation

rush

Build status Mindustry 7.0

Description

The rush plugin, IDK...

Installation

This plugin requires :

Building

  • ./gradlew jar for a simple jar that contains only the plugin code.

  • ./gradlew shadowJar for a fatJar that contains the plugin and its dependencies (use this for your server).

Testing

  • ./gradlew runMindustryClient: Run Mindustry in desktop with the plugin.

  • ./gradlew runMindustryServer: Run Mindustry in a server with the plugin.