update PacketEvents (prepare for 1.20.2)
This commit is contained in:
parent
e79cfd7e62
commit
f519020c5b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ runServer {
|
||||||
javaLauncher = javaToolchains.launcherFor {
|
javaLauncher = javaToolchains.launcherFor {
|
||||||
languageVersion = JavaLanguageVersion.of(17)
|
languageVersion = JavaLanguageVersion.of(17)
|
||||||
}
|
}
|
||||||
minecraftVersion "1.20.1"
|
minecraftVersion "1.20.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
@ -20,7 +20,7 @@ dependencies {
|
||||||
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.robertlit:SpigotResourcesAPI:2.0" // Spigot API wrapper for update checker
|
implementation "com.github.robertlit:SpigotResourcesAPI:2.0" // Spigot API wrapper for update checker
|
||||||
implementation "com.github.retrooper.packetevents:spigot:2.0.2" // Packets
|
implementation "com.github.retrooper.packetevents:spigot:2.1.0-SNAPSHOT" // 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.1" // Commands
|
implementation "lol.pyr:director-adventure:2.1.1" // Commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue