Skip to content

ItemsAdder/ItemsAdderConverter

Repository files navigation

Building

Edit build.gradle.kts and change the path to your server plugins folder.

tasks.register<Copy>("copyToServer") {
    from(tasks.named("shadowJar"))
    into("C:\\Progetti\\Minecraft\\TestServer\\1.21.5\\plugins")
    // ...

Use this command to build the JAR.

mvn build shadowJar

About

Converts Nexo and Oraxen configurations to ItemsAdder

Resources

Stars

Watchers

Forks

Languages