File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = ' pl.norbit'
7- version = ' v2.1 .0'
7+ version = ' v2.2 .0'
88
99repositories {
1010 mavenCentral()
@@ -28,25 +28,32 @@ repositories {
2828 name " nexomcReleases"
2929 url " https://repo.nexomc.com/releases"
3030 }
31+ maven {
32+ name = " playpro-repo"
33+ url = uri(" https://maven.playpro.com" )
34+ }
3135}
3236
3337dependencies {
3438 compileOnly " io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT"
35- compileOnly files(' libs/CoreProtect-CE-23.0.jar' )
39+ // coreprotect
40+ // compileOnly files('libs/CoreProtect-CE-23.0.jar')
41+ compileOnly(" net.coreprotect:coreprotect:23.2" )
3642 // bstats
3743 implementation ' org.bstats:bstats-bukkit:3.1.0'
3844 // glowing
39- implementation ' fr.skytasul:glowingentities:1.4.10 '
45+ implementation ' fr.skytasul:glowingentities:1.4.11 '
4046 // worldguard
4147 compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.8'
4248 // itemsadder
4349 compileOnly ' com.github.LoneDev6:API-ItemsAdder:3.6.2-beta-r3-b'
44-
50+ // nexo
51+ compileOnly " com.nexomc:nexo:1.21.0"
52+ // papi
4553 compileOnly ' me.clip:placeholderapi:2.11.6'
4654 // lombok
4755 compileOnly ' org.projectlombok:lombok:1.18.44'
4856 annotationProcessor ' org.projectlombok:lombok:1.18.44'
49- compileOnly " com.nexomc:nexo:1.21.0"
5057 // configapi
5158 implementation ' net.serlith.ConfigAPI:ConfigAPI-core:1.2.5'
5259}
You can’t perform that action at this time.
0 commit comments