Skip to content

Commit b634751

Browse files
committed
Update dependencies and support Minecraft 1.21.9
1 parent 3f729be commit b634751

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## EternalCombat requires PacketEvents plugin to work.
1717
You can download it from [here](https://modrinth.com/plugin/packetevents)
1818

19-
EternalCombat 2.0 has been tested on Minecraft versions **1.17.1 to 1.21.8**, but it should work seamlessly on most
19+
EternalCombat 2.0 has been tested on Minecraft versions **1.17.1 to 1.21.9**, but it should work seamlessly on most
2020
other versions too.
2121
If you run into any compatibility issues, please let us know in
2222
the [Issues tab](https://github.com/EternalCodeTeam/EternalCombat/issues).

eternalcombat-plugin/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ bukkit {
8888

8989
tasks {
9090
runServer {
91-
minecraftVersion("1.21.4")
92-
downloadPlugins.url("https://github.com/retrooper/packetevents/releases/download/v2.8.0/packetevents-spigot-2.8.0.jar")
91+
minecraftVersion("1.21.9")
9392
}
9493
}
9594

0 commit comments

Comments
 (0)