add essentialsx

This commit is contained in:
ThePindabaas
2026-07-03 17:21:59 +02:00
parent 8edf94d96b
commit 5d09b0ac13

View File

@@ -16,11 +16,16 @@ repositories{
name = "core-protect" name = "core-protect"
url = "https://maven.playpro.com/" url = "https://maven.playpro.com/"
} }
maven {
name = "essentialsX"
url = "https://repo.essentialsx.net/releases/"
}
} }
dependencies { dependencies {
compileOnly "io.papermc.paper:paper-api:26.1.2.build.72-stable" compileOnly "io.papermc.paper:paper-api:26.1.2.build.72-stable"
compileOnly "net.coreprotect:coreprotect:23.2" compileOnly "net.coreprotect:coreprotect:23.2"
compileOnly "net.essentialsx:EssentialsX:2.21.2"
testImplementation(platform('org.junit:junit-bom:5.10.5')) testImplementation(platform('org.junit:junit-bom:5.10.5'))
testImplementation('org.junit.jupiter:junit-jupiter') testImplementation('org.junit.jupiter:junit-jupiter')