SkillAgentSearch skills...

MindustryPluginTemplate

The template & example repository for Mindustry server plugins

Install / Use

/learn @Anuken/MindustryPluginTemplate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Setup

Clone this repository first. To edit the plugin display name and other data, take a look at plugin.json. Edit the name of the project itself by going into settings.gradle.

Basic Usage

See src/example/ExamplePlugin.java for some basic commands and event handlers.
Every main plugin class must extend Plugin. Make sure that plugin.json points to the correct main plugin class.

Please note that the plugin system is in beta, and as such is subject to changes.

Building a Jar

gradlew jar / ./gradlew jar

Output jar should be in build/libs.

Installing

Simply place the output jar from the step above in your server's config/mods directory and restart the server. List your currently installed plugins/mods by running the mods command.

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated1mo ago
Forks25

Languages

Java

Security Score

75/100

Audited on Feb 28, 2026

No findings