mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +01:00
Updated perm node behaviour and changelog
This commit is contained in:
parent
f978d739bb
commit
8da259cabc
@ -14,6 +14,7 @@ Version 1.3.07
|
|||||||
+ Added a permission node for Greater Impact ability
|
+ Added a permission node for Greater Impact ability
|
||||||
+ Added permission nodes for Treasure & Magic Hunter for Fishing
|
+ Added permission nodes for Treasure & Magic Hunter for Fishing
|
||||||
= Fixed bug where the permission node for Impact didn't work
|
= 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
|
! Changed MySQL to save player information 50ms apart from each other to reduce the load on the MySQL server
|
||||||
- Removed some unused permission nodes
|
- Removed some unused permission nodes
|
||||||
|
|
||||||
|
@ -116,8 +116,6 @@ permissions:
|
|||||||
description: Implies all mcmmo permissions.
|
description: Implies all mcmmo permissions.
|
||||||
children:
|
children:
|
||||||
mcmmo.defaults: true
|
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.tools.*: true
|
||||||
mcmmo.chat.adminchat: true
|
mcmmo.chat.adminchat: true
|
||||||
mcmmo.defaults:
|
mcmmo.defaults:
|
||||||
@ -140,6 +138,7 @@ permissions:
|
|||||||
mcmmo.admin:
|
mcmmo.admin:
|
||||||
description: Allows access to mmoupdate and other sensitive commands
|
description: Allows access to mmoupdate and other sensitive commands
|
||||||
mcmmo.bypass.*:
|
mcmmo.bypass.*:
|
||||||
|
default: false
|
||||||
description: Implies all bypass permissions.
|
description: Implies all bypass permissions.
|
||||||
children:
|
children:
|
||||||
mcmmo.bypass.arcanebypass: true
|
mcmmo.bypass.arcanebypass: true
|
||||||
@ -147,12 +146,16 @@ permissions:
|
|||||||
mcmmo.bypass.inspect.offline: true
|
mcmmo.bypass.inspect.offline: true
|
||||||
mcmmo.bypass.hardcoremode: true
|
mcmmo.bypass.hardcoremode: true
|
||||||
mcmmo.bypass.hardcoremode:
|
mcmmo.bypass.hardcoremode:
|
||||||
|
default: false
|
||||||
description: Allows user to bypass negative penalties of Hardcore mode
|
description: Allows user to bypass negative penalties of Hardcore mode
|
||||||
mcmmo.bypass.arcanebypass:
|
mcmmo.bypass.arcanebypass:
|
||||||
|
default: false
|
||||||
description: Allows user to bypass Arcane Repair so he will never lose enchantments
|
description: Allows user to bypass Arcane Repair so he will never lose enchantments
|
||||||
mcmmo.bypass.inspect.distance:
|
mcmmo.bypass.inspect.distance:
|
||||||
|
default: op
|
||||||
description: Allows user to bypass Inspect's distance requirements
|
description: Allows user to bypass Inspect's distance requirements
|
||||||
mcmmo.bypass.inspect.offline:
|
mcmmo.bypass.inspect.offline:
|
||||||
|
default: op
|
||||||
description: Allows user to bypass Inspect's offline player requirements
|
description: Allows user to bypass Inspect's offline player requirements
|
||||||
mcmmo.tools.*:
|
mcmmo.tools.*:
|
||||||
description: Implies all mcmmo.tools permissions.
|
description: Implies all mcmmo.tools permissions.
|
||||||
|
Loading…
Reference in New Issue
Block a user