Merge pull request #193 from 3328429240/2.X

Increase compatibility with 1.21.8
This commit is contained in:
Pyr 2025-07-22 20:45:34 +02:00 committed by GitHub
commit f0a03ec290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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/))

View file

@ -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