From f74f5c29e19ac9774ec9a9bcda2cfc22ab14aee6 Mon Sep 17 00:00:00 2001 From: bridge Date: Wed, 5 Mar 2025 20:42:45 +0100 Subject: [PATCH] chore: update packetevents --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index eb6b59d..b46b807 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -10,7 +10,7 @@ processResources { dependencies { compileOnly "me.clip:placeholderapi:2.11.6" // Placeholder support implementation "com.google.code.gson:gson:2.12.1" // JSON parsing - implementation "com.github.retrooper:packetevents-spigot:2.7.0" // Packets + implementation "com.github.retrooper:packetevents-spigot:2.7.1-SNAPSHOT" // Packets implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1" // Configs implementation "lol.pyr:director-adventure:2.1.2" // Commands