diff --git a/pom.xml b/pom.xml index 41815ed..5611d4f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,70 +2,70 @@ - 4.0.0 + 4.0.0 - simplexity - AdminHax - 1.3.0 - 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 - https://oss.sonatype.org/content/groups/public/ - - - 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 + + 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");