add essentialsx
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user