Added an untested way of saving and loading boosters
This commit is contained in:
@@ -7,6 +7,11 @@ dependencies {
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.2.0-SNAPSHOT") // Minimessage
|
||||
compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate
|
||||
compileOnly("net.luckperms:api:5.3") // Luckperms
|
||||
|
||||
//Jackson (json)
|
||||
compileOnly("com.fasterxml.jackson.core:jackson-core:2.8.8")
|
||||
compileOnly("com.fasterxml.jackson.core:jackson-annotations:2.8.8")
|
||||
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.8.8")
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user