update PacketEvents & run-paper (1.20.2 still broken)

This commit is contained in:
Pyrbu 2023-10-02 03:14:47 +02:00
parent 73efb10181
commit 246b4be172

@ -1,7 +1,7 @@
plugins { plugins {
id "java" id "java"
id "com.github.johnrengelman.shadow" version "8.1.1" id "com.github.johnrengelman.shadow" version "8.1.1"
id "xyz.jpenilla.run-paper" version "2.1.0" id "xyz.jpenilla.run-paper" version "2.2.0"
} }
runServer { runServer {
@ -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.0-SNAPSHOT" // Packets implementation "com.github.retrooper.packetevents:spigot:2.0.2" // 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