A spigot minecraft plugin to sort your messy items into separate chests
Paper is now offically supported! If you find any error while using paper, feel free to open an issue. Please set the label Paper issue
though.
- copy the
gradle.properties.template
and rename it togradle.properties
- specify where you want the .jar file to appear using the
jarOutput
variable - run
./gradlew jar
on any linux distribution or.\gradlew jar
if you happen to be on windows