add aquacore support (but it doesnt work because it turns out aquacore api is only on spigot)
This commit is contained in:
@@ -21,11 +21,12 @@ dependencies {
|
||||
|
||||
compileOnly("com.google.guava:guava:30.1.1-jre")
|
||||
|
||||
compileOnly("us.ajg0702:ajUtils:1.1.9")
|
||||
compileOnly("us.ajg0702:ajUtils:1.1.10")
|
||||
|
||||
compileOnly("net.kyori:adventure-api:4.8.1")
|
||||
|
||||
compileOnly(fileTree(mapOf("dir" to "../libs", "include" to listOf("*.jar"))))
|
||||
compileOnly(fileTree(mapOf("dir" to "../libs/private", "include" to listOf("*.jar"))))
|
||||
compileOnly(fileTree(mapOf("dir" to "../libs/public", "include" to listOf("*.jar"))))
|
||||
|
||||
compileOnly("net.luckperms:api:5.0")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user