Added permission node for Iron Grip

This commit is contained in:
GJ 2012-06-25 08:44:05 -04:00
parent 5057a8a7a3
commit 881f2c023e
3 changed files with 11 additions and 2 deletions

View File

@ -87,7 +87,9 @@ public class UnarmedManager {
* @return true if the defender was not disarmed, false otherwise
*/
private boolean hasIronGrip(Player defender) {
//TODO: Add permission for Iron Grip
if (!permissionsInstance.ironGrip(defender)) {
return false;
}
IronGripEventHandler eventHandler = new IronGripEventHandler(this, defender);

View File

@ -228,6 +228,10 @@ public class Permissions {
return player.hasPermission("mcmmo.ability.unarmed.deflect");
}
public boolean ironGrip(Player player) {
return player.hasPermission("mcmmo.ability.unarmed.irongrip");
}
/*
* MCMMO.ABILITY.ARCHERY.*
*/

View File

@ -5,7 +5,7 @@ description: mcMMO takes core Minecraft game mechanics and expands them to add a
author: nossr50
authors: [NuclearW, gmcferrin, bm01]
website: http://forums.bukkit.org/threads/rpg-mech-mcmmo-v1-3-05-rpg-addiction-redefined-multi-lingual-1-2-5-r1-0.68601/
main: com.gmail.nossr50.mcMMO
softdepend: [Spout]
load: STARTUP
@ -349,6 +349,7 @@ permissions:
mcmmo.ability.unarmed.disarm: true
mcmmo.ability.unarmed.berserk: true
mcmmo.ability.unarmed.deflect: true
mcmmo.ability.unarmed.irongrip: true
mcmmo.ability.unarmed.bonusdamage:
description: Allows bonus damage from Unarmed
mcmmo.ability.unarmed.disarm:
@ -357,6 +358,8 @@ permissions:
description: Allows access to the Berserker ability
mcmmo.ability.unarmed.deflect:
description: Allows access to the Deflect ability
mcmmo.ability.unarmed.irongrip:
description: Allows access to the Iron Grip ability
mcmmo.ability.archery.*:
description: Allows access to all Archery abilities
children: