generated from xpdustry/template-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Phinner edited this page Dec 17, 2024
·
8 revisions
This plugin requires at least :
-
Mindustry v146
-
Java 17
-
SLF4MD v1+
Simply add the following in your build script to compile with distributor.
repositories {
maven("https://maven.xpdustry.com/releases")
}
dependencies {
compileOnly("com.xpdustry:distributor-$MODULE:$VERSION")
}
Current modules are common-api
and permission-rank
.
distributor framework - © xpdustry 2024