From acdd22f3383f503ca80cdaeff05efd7a1b405c26 Mon Sep 17 00:00:00 2001 From: Rhythmic System Date: Tue, 23 Sep 2025 16:49:38 -0700 Subject: [PATCH 1/3] fixes the heal permission being named incorrectly --- src/main/java/simplexity/adminhax/util/Permissions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/simplexity/adminhax/util/Permissions.java b/src/main/java/simplexity/adminhax/util/Permissions.java index ee27ea5..e8464c2 100644 --- a/src/main/java/simplexity/adminhax/util/Permissions.java +++ b/src/main/java/simplexity/adminhax/util/Permissions.java @@ -19,8 +19,8 @@ public class Permissions { public static final Permission REPAIR_INVENTORY_OTHER_PERMISSION = new Permission("adminhax.commands.other.repair.inventory"); public static final Permission REPAIR_ALL_PERMISSION = new Permission("adminhax.commands.repair.all"); public static final Permission REPAIR_ALL_OTHER_PERMISSION = new Permission("adminhax.commands.other.repair.all"); - public static final Permission HEAL_PERMISSION = new Permission("adminhax.heal"); - public static final Permission HEAL_OTHER_PERMISSION = new Permission("adminhax.heal.other"); + public static final Permission HEAL_PERMISSION = new Permission("adminhax.commands.heal"); + public static final Permission HEAL_OTHER_PERMISSION = new Permission("adminhax.commands.other.heal"); public static final Permission FEED_PERMISSION = new Permission("adminhax.commands.feed"); public static final Permission FEED_OTHER_PERMISSION = new Permission("adminhax.commands.other.feed"); public static final Permission GODMODE_PERMISSION = new Permission("adminhax.commands.godmode"); From 7a44a0e3574e217ca332d2f771000a214b15d399 Mon Sep 17 00:00:00 2001 From: Rhythmic System Date: Tue, 23 Sep 2025 17:06:42 -0700 Subject: [PATCH 2/3] Forgot to bump version number, also checking if this fixes the build error --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 41815ed..245d935 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ simplexity AdminHax - 1.3.0 + 1.3.1 jar AdminHax @@ -51,8 +51,14 @@ - sonatype - https://oss.sonatype.org/content/groups/public/ + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + papermc-repo From c52c4b4f9ff29b21a8d82b4bce09e7506140d2e5 Mon Sep 17 00:00:00 2001 From: Rhythmic System Date: Tue, 23 Sep 2025 17:08:48 -0700 Subject: [PATCH 3/3] Checking if this fixes the build error --- pom.xml | 126 +++++++++++++++++++++++++++----------------------------- 1 file changed, 60 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index 245d935..5611d4f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,76 +2,70 @@ - 4.0.0 + 4.0.0 - simplexity - AdminHax - 1.3.1 - jar + simplexity + AdminHax + 1.3.1 + jar - AdminHax + AdminHax - - 21 - UTF-8 - + + 21 + UTF-8 + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 21 - 21 - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - - - package - - shade - - - - - - - - src/main/resources - true - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 21 + 21 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + + + + src/main/resources + true + + + - - - sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - false - - - true - - - - papermc-repo - https://repo.papermc.io/repository/maven-public/ - - + + + sonatype-oss-snapshots1 + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + + papermc-repo + https://repo.papermc.io/repository/maven-public/ + + - - - io.papermc.paper - paper-api - 1.20.5-R0.1-SNAPSHOT - provided - - + + + io.papermc.paper + paper-api + 1.20.5-R0.1-SNAPSHOT + provided + +