We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d0a7f commit 60100c6Copy full SHA for 60100c6
bukkit/build.gradle.kts
@@ -14,9 +14,9 @@ dependencies {
14
paperweight.paperDevBundle("$serverVer-R0.1-SNAPSHOT")
15
implementation("commons-collections:commons-collections:3.2.2")
16
implementation("org.neosearch.stringsearcher:multiple-string-searcher:0.1.1")
17
- implementation("de.tr7zw:item-nbt-api:2.13.2")
+ implementation("de.tr7zw:item-nbt-api:2.14.0")
18
implementation("org.bstats:bstats-bukkit:3.0.2")
19
- compileOnly("com.comphenix.protocol:ProtocolLib:5.3.0-SNAPSHOT")
+ compileOnly("com.comphenix.protocol:ProtocolLib:5.3.0")
20
compileOnly("me.clip:placeholderapi:2.11.6")
21
compileOnly("org.apache.logging.log4j:log4j-api:2.23.1")
22
compileOnly("org.apache.logging.log4j:log4j-core:2.23.1")
0 commit comments