We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abf141 commit 017aefdCopy full SHA for 017aefd
build.gradle
@@ -25,7 +25,7 @@ repositories {
25
}
26
27
maven {
28
- url = uri('https://hub.jeff-media.com/nexus/repository/jeff-media-public/')
+ url = uri('https://repo.jeff-media.com/public/')
29
30
31
@@ -75,7 +75,7 @@ dependencies {
75
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.9-SNAPSHOT'
76
compileOnly 'com.github.DeadSilenceIV:AdvancedChestsAPI:3.2-BETA'
77
compileOnly 'org.black_ixx:playerpoints:3.2.6'
78
- compileOnly 'me.clip:placeholderapi:2.11.4'
+ compileOnly 'me.clip:placeholderapi:2.11.6'
79
compileOnly 'net.luckperms:api:5.4'
80
compileOnly 'com.acrobot.chestshop:chestshop:3.12.2' //ChestShopAPI
81
0 commit comments