Optimizations in the ability backend.

This commit is contained in:
thetrouper
2025-05-20 09:51:40 -05:00
parent 6ab32029f9
commit e43b3a3889
71 changed files with 315 additions and 192 deletions

5
build.gradle Normal file → Executable file
View File

@@ -17,10 +17,15 @@ repositories {
name = "sonatype"
url = "https://oss.sonatype.org/content/groups/public/"
}
maven {
name = "sk89q-repo"
url = "https://maven.enginehub.org/repo/"
}
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.14-SNAPSHOT'
}
tasks {