Skip to content

Commit ac7e23a

Browse files
committed
Add 1.21 compatibility
1 parent 23fcc38 commit ac7e23a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
0.23.0 -
1+
0.23.0 - Velocity fix | 1.21
22

3+
- Fix an issue where the plugin wouldn't boot on modern velocity versions
4+
- 1.21 compatibility

Plugin/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ mcupload {
2121
loaders = listOf("paper", "purpur", "bungeecord", "waterfall", "velocity")
2222
projectId = "tL0SCXYq"
2323
gameVersions = listOf(
24+
"1.21.0",
2425
"1.20.6", "1.20.5", "1.20.4", "1.20.3", "1.20.2", "1.20.1", "1.20",
2526
"1.19.4", "1.19.3", "1.19.2", "1.19.1", "1.19",
2627
"1.18.2", "1.18.1", "1.18",
@@ -184,9 +185,9 @@ dependencies {
184185
libby("org.bstats:bstats-bukkit:3.0.2")
185186

186187
//Paper
187-
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
188+
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
188189
//compileOnly "com.comphenix.protocol:ProtocolLib:5.1.0"
189-
libby("com.github.retrooper.packetevents:spigot:2.3.0")
190+
libby("com.github.retrooper:packetevents-spigot:2.4.0")
190191
compileOnly("io.netty:netty-transport:4.1.108.Final")
191192
compileOnly("com.mojang:datafixerupper:5.0.28") //I hate this so much
192193
compileOnly("org.apache.logging.log4j:log4j-core:2.23.1")

0 commit comments

Comments
 (0)