diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 14c3e78..5a3e7b7 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
diff --git a/build.gradle.kts b/build.gradle.kts
index 1256c30..9d86998 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
compileOnly(files("libs/geyserutils-spigot-1.0-SNAPSHOT.jar"))
compileOnly("org.geysermc.floodgate:api:2.2.4-SNAPSHOT")
- implementation("com.github.retrooper:packetevents-spigot:2.9.0-SNAPSHOT")
+ implementation("com.github.retrooper:packetevents-spigot:2.9.1")
implementation("org.reflections:reflections:0.10.2")
}
@@ -42,6 +42,10 @@ tasks.compileJava {
options.encoding = "UTF-8"
}
+tasks.jar {
+ enabled = false
+}
+
tasks.shadowJar {
relocate("dev.jorel.commandapi", "re.imc.geysermodelengine.libs.commandapi")