Merge pull request #193 from 3328429240/2.X
Increase compatibility with 1.21.8
This commit is contained in:
commit
f0a03ec290
2 changed files with 4 additions and 4 deletions
|
@ -12,14 +12,14 @@ Looking for up-to-date builds of the plugin? Check out our [Jenkins](https://ci.
|
||||||
## Why is it so good?
|
## Why is it so good?
|
||||||
- 100% Packet Based - Nothing is ran on the main thread
|
- 100% Packet Based - Nothing is ran on the main thread
|
||||||
- Performance & stability oriented code
|
- 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
|
- Support for multiple different storage options
|
||||||
- Intuitive command system
|
- Intuitive command system
|
||||||
|
|
||||||
### Requirements, Extensions & Supported Software
|
### Requirements, Extensions & Supported Software
|
||||||
Requirements:
|
Requirements:
|
||||||
- Java 8+
|
- Java 8+
|
||||||
- Minecraft 1.8 - 1.21
|
- Minecraft 1.8 - 1.21.8
|
||||||
|
|
||||||
Supported Softwares:
|
Supported Softwares:
|
||||||
- Spigot ([Website](https://www.spigotmc.org/))
|
- Spigot ([Website](https://www.spigotmc.org/))
|
||||||
|
|
|
@ -8,7 +8,7 @@ runServer {
|
||||||
javaLauncher = javaToolchains.launcherFor {
|
javaLauncher = javaToolchains.launcherFor {
|
||||||
languageVersion = JavaLanguageVersion.of(21)
|
languageVersion = JavaLanguageVersion.of(21)
|
||||||
}
|
}
|
||||||
minecraftVersion "1.21.4"
|
minecraftVersion "1.21.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
@ -19,7 +19,7 @@ dependencies {
|
||||||
compileOnly "me.clip:placeholderapi:2.11.6" // Placeholder support
|
compileOnly "me.clip:placeholderapi:2.11.6" // Placeholder support
|
||||||
implementation "com.google.code.gson:gson:2.10.1" // JSON parsing
|
implementation "com.google.code.gson:gson:2.10.1" // JSON parsing
|
||||||
implementation "org.bstats:bstats-bukkit:3.0.2" // Plugin stats
|
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 "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1" // Configs
|
||||||
implementation "lol.pyr:director-adventure:2.1.2" // Commands
|
implementation "lol.pyr:director-adventure:2.1.2" // Commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue