Added an untested way of saving and loading boosters

This commit is contained in:
Stijn
2022-08-01 20:47:32 +02:00
parent 0408b34c1d
commit 6b95f89fd6
7 changed files with 283 additions and 7 deletions
+5
View File
@@ -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 {