@@ -20,6 +20,7 @@ repositories {
2020 maven { url ' https://jitpack.io' }
2121 maven { url ' https://nexus.phoenixdevt.fr/repository/maven-public/' }
2222 maven { url ' https://repo.extendedclip.com/content/repositories/placeholderapi/' }
23+ maven { url ' https://repo.nexomc.com/releases' }
2324}
2425
2526processResources {
@@ -33,6 +34,7 @@ processResources {
3334dependencies {
3435 compileOnly ' org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT'
3536
37+ compileOnly ' com.nexomc:nexo:1.8.0'
3638 compileOnly ' com.github.oraxen:oraxen:1.173.0'
3739 compileOnly(' io.lumine:MythicLib-dist:1.6.2-SNAPSHOT' ) { transitive = false } // Required by MMOItems
3840 compileOnly(' net.Indyuce:MMOItems-API:6.10-SNAPSHOT' ) { transitive = false }
@@ -47,14 +49,14 @@ dependencies {
4749 annotationProcessor ' com.saicone.ezlib:annotations:1.3.1'
4850
4951 // Implementation
50- compileOnly ' com.github.cryptomorin:XSeries:13.2.0 '
51- compileOnly ' com.saicone.rtag:rtag:1.5.10 '
52- compileOnly ' com.saicone.rtag:rtag-item:1.5.10 '
53- compileOnly ' com.saicone.nbt:nbt:1.0.1 '
54- compileOnly ' com.saicone.delivery4j:delivery4j:1.1.1 '
55- compileOnly ' com.saicone.delivery4j:broker-sql-hikari:1.1.1 '
56- compileOnly ' com.saicone.delivery4j:broker-redis:1.1.1 '
57- compileOnly ' com.saicone.delivery4j:broker-rabbitmq:1.1.1 '
52+ compileOnly ' com.github.cryptomorin:XSeries:13.3.3 '
53+ compileOnly ' com.saicone.rtag:rtag:1.5.11 '
54+ compileOnly ' com.saicone.rtag:rtag-item:1.5.11 '
55+ compileOnly ' com.saicone.nbt:nbt:1.0.2 '
56+ compileOnly ' com.saicone.delivery4j:delivery4j:1.1.2 '
57+ compileOnly ' com.saicone.delivery4j:broker-sql-hikari:1.1.2 '
58+ compileOnly ' com.saicone.delivery4j:broker-redis:1.1.2 '
59+ compileOnly ' com.saicone.delivery4j:broker-rabbitmq:1.1.2 '
5860
5961 compileOnly ' org.jetbrains:annotations:26.0.2'
6062
0 commit comments