@@ -14,35 +14,36 @@ processResources {
1414}
1515
1616dependencies {
17- compileOnly ' org.jetbrains:annotations-java5:22.0.0'
18- compileOnly ' org.projectlombok:lombok:1.18.22'
19- annotationProcessor ' org.projectlombok:lombok:1.18.22'
20- implementation ' org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
21- implementation ' com.mojang:authlib:1.5.21'
22- implementation ' me.clip:placeholderapi:2.11.1'
23- implementation ' com.SirBlobman.combatlogx:CombatLogX-API:10.0.0.0-SNAPSHOT'
24- implementation (' net.essentialsx:EssentialsX:2.19.2' ) {
17+ compileOnly ' org.jetbrains:annotations:24.0.1'
18+ compileOnly ' org.projectlombok:lombok:1.18.26'
19+ annotationProcessor ' org.projectlombok:lombok:1.18.26'
20+ compileOnly ' org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
21+ compileOnly ' com.mojang:authlib:1.5.25'
22+ compileOnly ' me.clip:placeholderapi:2.11.1'
23+ compileOnly ' com.github.sirblobman.api:core:2.7-SNAPSHOT'
24+ compileOnly ' com.github.sirblobman.combatlogx:api:11.2-SNAPSHOT'
25+ compileOnly (' net.essentialsx:EssentialsX:2.19.7' ) {
2526 transitive = false
2627 }
27- implementation (name : ' MVdWPlaceholderAPI-3.1.1' ) {
28+ compileOnly (name : ' MVdWPlaceholderAPI-3.1.1' ) {
2829 transitive = false
2930 }
30- implementation name : ' Vault-1.6.7'
31- implementation name : ' CombatTagPlus'
32- implementation name : ' PvPManager-3.7.16'
33- implementation name : ' Factions-1.6.9.5-U0.1.14'
34- implementation name : ' MassiveCore'
35- implementation name : ' Factions'
36- implementation name : ' MyPet-2.3.4'
37- implementation name : ' BountyHunters-2.2.6'
38- implementation name : ' SimpleClans-2.14.4.1'
39- implementation name : ' LeaderHeadsAPI'
31+ compileOnly name : ' Vault-1.6.7'
32+ compileOnly name : ' CombatTagPlus'
33+ compileOnly name : ' PvPManager-3.7.16'
34+ compileOnly name : ' Factions-1.6.9.5-U0.1.14'
35+ compileOnly name : ' MassiveCore'
36+ compileOnly name : ' Factions'
37+ compileOnly name : ' MyPet-2.3.4'
38+ compileOnly name : ' BountyHunters-2.2.6'
39+ compileOnly name : ' SimpleClans-2.14.4.1'
40+ compileOnly name : ' LeaderHeadsAPI'
4041
4142 implementation project(' :duels-api' )
4243 implementation project(' :duels-worldguard' )
4344 implementation project(' :duels-worldguard-v6' )
4445 implementation project(' :duels-worldguard-v7' )
45- implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.1 '
46+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.14.2 '
4647}
4748
4849shadowJar {
0 commit comments