<GJ> MOAR PERMISSIONS!

This commit is contained in:
NuclearW 2012-05-17 09:26:39 -04:00
parent efc9a10fdf
commit c25ddd0dbc
2 changed files with 14 additions and 0 deletions

View File

@ -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");
}

View File

@ -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: