Properly defaulting ability permissions relative to their skills.

This commit is contained in:
Glitchfinder 2013-02-05 18:18:12 -08:00
parent c7a0841c2e
commit 94a9230525

View File

@ -123,6 +123,7 @@ permissions:
children: children:
mcmmo.ability.all: true mcmmo.ability.all: true
mcmmo.ability.all: mcmmo.ability.all:
default: false
description: Implies all mcmmo.ability permissions. description: Implies all mcmmo.ability permissions.
children: children:
mcmmo.ability.acrobatics.all: true mcmmo.ability.acrobatics.all: true
@ -1018,7 +1019,6 @@ permissions:
default: true default: true
description: mcmmo permisions that default to true description: mcmmo permisions that default to true
children: children:
mcmmo.ability.all: true
mcmmo.item.all: true mcmmo.item.all: true
mcmmo.motd: true mcmmo.motd: true
mcmmo.commands.defaults: true mcmmo.commands.defaults: true
@ -1208,66 +1208,79 @@ permissions:
mcmmo.skills.acrobatics: mcmmo.skills.acrobatics:
description: Allows access to the Acrobatics skill description: Allows access to the Acrobatics skill
children: children:
mcmmo.ability.acrobatics.all: true
mcmmo.commands.acrobatics: true mcmmo.commands.acrobatics: true
mcmmo.commands.xplock.acrobatics: true mcmmo.commands.xplock.acrobatics: true
mcmmo.skills.archery: mcmmo.skills.archery:
description: Allows access to the Archery skill description: Allows access to the Archery skill
children: children:
mcmmo.ability.archery.all: true
mcmmo.commands.archery: true mcmmo.commands.archery: true
mcmmo.commands.xplock.archery: true mcmmo.commands.xplock.archery: true
mcmmo.skills.axes: mcmmo.skills.axes:
description: Allows access to the Axes skill description: Allows access to the Axes skill
children: children:
mcmmo.ability.axes.all: true
mcmmo.commands.axes: true mcmmo.commands.axes: true
mcmmo.commands.xplock.axes: true mcmmo.commands.xplock.axes: true
mcmmo.skills.excavation: mcmmo.skills.excavation:
description: Allows access to the Excavation skill description: Allows access to the Excavation skill
children: children:
mcmmo.ability.excavation.all: true
mcmmo.commands.excavation: true mcmmo.commands.excavation: true
mcmmo.commands.xplock.excavation: true mcmmo.commands.xplock.excavation: true
mcmmo.skills.fishing: mcmmo.skills.fishing:
description: Allows access to the Fishing skill description: Allows access to the Fishing skill
children: children:
mcmmo.ability.fishing.all: true
mcmmo.commands.fishing: true mcmmo.commands.fishing: true
mcmmo.commands.xplock.fishing: true mcmmo.commands.xplock.fishing: true
mcmmo.skills.herbalism: mcmmo.skills.herbalism:
description: Allows access to the Herbalism skill description: Allows access to the Herbalism skill
children: children:
mcmmo.ability.herbalism.all: true
mcmmo.commands.herbalism: true mcmmo.commands.herbalism: true
mcmmo.commands.xplock.herbalism: true mcmmo.commands.xplock.herbalism: true
mcmmo.skills.mining: mcmmo.skills.mining:
description: Allows access to the Mining skill description: Allows access to the Mining skill
children: children:
mcmmo.ability.mining.all: true
mcmmo.commands.mining: true mcmmo.commands.mining: true
mcmmo.commands.xplock.mining: true mcmmo.commands.xplock.mining: true
mcmmo.skills.repair: mcmmo.skills.repair:
description: Allows access to the Repair skill description: Allows access to the Repair skill
children: children:
mcmmo.ability.repair.all: true
mcmmo.commands.repair: true mcmmo.commands.repair: true
mcmmo.commands.xplock.repair: true mcmmo.commands.xplock.repair: true
mcmmo.skills.smelting: mcmmo.skills.smelting:
description: Allows access to the Smelting skill description: Allows access to the Smelting skill
children: children:
mcmmo.ability.smelting.all: true
mcmmo.commands.smelting: true mcmmo.commands.smelting: true
mcmmo.commands.xplock.smelting: true mcmmo.commands.xplock.smelting: true
mcmmo.skills.swords: mcmmo.skills.swords:
description: Allows access to the Swords skill description: Allows access to the Swords skill
children: children:
mcmmo.ability.swords.all: true
mcmmo.commands.swords: true mcmmo.commands.swords: true
mcmmo.commands.xplock.swords: true mcmmo.commands.xplock.swords: true
mcmmo.skills.taming: mcmmo.skills.taming:
description: Allows access to the Taming skill description: Allows access to the Taming skill
children: children:
mcmmo.ability.taming.all: true
mcmmo.commands.taming: true mcmmo.commands.taming: true
mcmmo.commands.xplock.taming: true mcmmo.commands.xplock.taming: true
mcmmo.skills.unarmed: mcmmo.skills.unarmed:
description: Allows access to the Unarmed skill description: Allows access to the Unarmed skill
children: children:
mcmmo.ability.unarmed.all: true
mcmmo.commands.unarmed: true mcmmo.commands.unarmed: true
mcmmo.commands.xplock.unarmed: true mcmmo.commands.xplock.unarmed: true
mcmmo.skills.woodcutting: mcmmo.skills.woodcutting:
description: Allows access to the Woodcutting skill description: Allows access to the Woodcutting skill
children: children:
mcmmo.ability.woodcutting.all: true
mcmmo.commands.woodcutting: true mcmmo.commands.woodcutting: true
mcmmo.commands.xplock.woodcutting: true mcmmo.commands.xplock.woodcutting: true
mcmmo.tools.*: mcmmo.tools.*: