From 246b4be172523f7223b05adf7430a1efc8561e49 Mon Sep 17 00:00:00 2001 From: Pyrbu Date: Mon, 2 Oct 2023 03:14:47 +0200 Subject: [PATCH] update PacketEvents & run-paper (1.20.2 still broken) --- plugin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index bf80167..687bcf5 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" 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 { @@ -20,7 +20,7 @@ dependencies { implementation "com.google.code.gson:gson:2.10.1" // JSON parsing 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.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 "lol.pyr:director-adventure:2.1.1" // Commands