Updated perm node behaviour and changelog

This commit is contained in:
nossr50 2012-04-30 07:17:10 -07:00
parent f978d739bb
commit 8da259cabc
2 changed files with 6 additions and 2 deletions

View File

@ -14,6 +14,7 @@ Version 1.3.07
+ Added a permission node for Greater Impact ability
+ Added permission nodes for Treasure & Magic Hunter for Fishing
= Fixed bug where the permission node for Impact didn't work
= Fixed some bypass nodes defaulting true for Ops
! Changed MySQL to save player information 50ms apart from each other to reduce the load on the MySQL server
- Removed some unused permission nodes

View File

@ -116,8 +116,6 @@ permissions:
description: Implies all mcmmo permissions.
children:
mcmmo.defaults: true
#Instead of containing mcmmo.defaultsop on its own, it should specify each of mcmmo.defaultsop
mcmmo.admin: true
mcmmo.tools.*: true
mcmmo.chat.adminchat: true
mcmmo.defaults:
@ -140,6 +138,7 @@ permissions:
mcmmo.admin:
description: Allows access to mmoupdate and other sensitive commands
mcmmo.bypass.*:
default: false
description: Implies all bypass permissions.
children:
mcmmo.bypass.arcanebypass: true
@ -147,12 +146,16 @@ permissions:
mcmmo.bypass.inspect.offline: true
mcmmo.bypass.hardcoremode: true
mcmmo.bypass.hardcoremode:
default: false
description: Allows user to bypass negative penalties of Hardcore mode
mcmmo.bypass.arcanebypass:
default: false
description: Allows user to bypass Arcane Repair so he will never lose enchantments
mcmmo.bypass.inspect.distance:
default: op
description: Allows user to bypass Inspect's distance requirements
mcmmo.bypass.inspect.offline:
default: op
description: Allows user to bypass Inspect's offline player requirements
mcmmo.tools.*:
description: Implies all mcmmo.tools permissions.