2
0
NuclearW 13 жил өмнө
parent
commit
c25ddd0dbc

+ 8 - 0
src/main/java/com/gmail/nossr50/util/Permissions.java

@@ -196,6 +196,14 @@ public class Permissions {
         return player.hasPermission("mcmmo.ability.repair.toolrepair");
     }
 
+    public boolean otherMaterialRepair(Player player) {
+        return player.hasPermission("mcmmo.ability.repair.othermaterialrepair");
+    }
+
+    public boolean otherRepair(Player player) {
+        return player.hasPermission("mcmmo.ability.repair.otherrepair");
+    }
+
     public boolean stringRepair(Player player) {
         return player.hasPermission("mcmmo.ability.repair.stringrepair");
     }

+ 6 - 0
src/main/resources/plugin.yml

@@ -264,6 +264,8 @@ permissions:
             mcmmo.ability.repair.armorrepair: true
             mcmmo.ability.repair.toolrepair: true
             mcmmo.ability.repair.stringrepair: true
+            mcmmo.ability.repair.othermaterialrepair: true
+            mcmmo.ability.repair.otherrepair: true
     mcmmo.ability.repair.repairbonus:
         description: Allows access to Super Repair bonus
     mcmmo.ability.repair.repairmastry:
@@ -288,6 +290,10 @@ permissions:
         description: Allows ability to repair tools
     mcmmo.ability.repair.stringrepair:
         description: Allows ability to repair Bow and Fishing rod
+    mcmmo.ability.repair.othermaterialrepair:
+        description: Allows ability to repair items of material type OTHER
+    mcmmo.ability.repair.otherrepair:
+        description: Allows ability to repair items of type OTHER
     mcmmo.ability.unarmed.*:
         description: Allows access to all Unarmed abilities
         children: