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 7aaf142 commit 66e126cCopy full SHA for 66e126c
build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
api("com.squareup.okhttp3:okhttp:4.12.0")
44
45
// PacketEvents for TextDisplayFactory (display entities)
46
- api("com.github.retrooper:packetevents-spigot:2.10.1")
+ api("com.github.retrooper:packetevents-spigot:2.11.3")
47
48
// Redis client for Redis-backed PartyAPI implementation (Jedis)
49
implementation("redis.clients:jedis:7.1.0")
gradle.properties
@@ -1,3 +1,3 @@
1
kotlin.code.style=official
2
3
-minecraftVersion=1.21.10
+minecraftVersion=1.21.11
0 commit comments