diff --git a/README.md b/README.md index 49b1a42..7d5e65a 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Looking for up-to-date builds of the plugin? Check out our [Jenkins](https://ci. ## Why is it so good? - 100% Packet Based - Nothing is ran on the main thread - Performance & stability oriented code -- Support for all versions from 1.8 to 1.20.4 +- Support for all versions from 1.8 to 1.21.8 - Support for multiple different storage options - Intuitive command system ### Requirements, Extensions & Supported Software Requirements: - Java 8+ -- Minecraft 1.8 - 1.21 +- Minecraft 1.8 - 1.21.8 Supported Softwares: - Spigot ([Website](https://www.spigotmc.org/)) diff --git a/plugin/build.gradle b/plugin/build.gradle index 2d3def9..e809aea 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -8,7 +8,7 @@ runServer { javaLauncher = javaToolchains.launcherFor { languageVersion = JavaLanguageVersion.of(21) } - minecraftVersion "1.21.4" + minecraftVersion "1.21.8" } processResources { @@ -19,7 +19,7 @@ dependencies { compileOnly "me.clip:placeholderapi:2.11.6" // Placeholder support implementation "com.google.code.gson:gson:2.10.1" // JSON parsing implementation "org.bstats:bstats-bukkit:3.0.2" // Plugin stats - implementation "com.github.retrooper:packetevents-spigot:2.9.1" // Packets + implementation "com.github.retrooper:packetevents-spigot:2.9.3" // Packets implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1" // Configs implementation "lol.pyr:director-adventure:2.1.2" // Commands