mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Move some permissions closer to the top
This commit is contained in:
parent
ac57615383
commit
4fea5438fe
@ -185,6 +185,24 @@ commands:
|
||||
description: Reloads locale
|
||||
permission: mcmmo.commands.reloadlocale
|
||||
permissions:
|
||||
#mcmmo.defaults is the intended default permission, give this to your players for the intended experience
|
||||
mcmmo.defaults:
|
||||
default: true
|
||||
description: mcmmo permisions that default to true
|
||||
children:
|
||||
mcmmo.chat.partychat: true
|
||||
mcmmo.commands.defaults: true
|
||||
mcmmo.motd: true
|
||||
mcmmo.skills.all: true
|
||||
mcmmo.chat.colors: true
|
||||
mcmmo.defaultsop:
|
||||
default: op
|
||||
description: mcmmo permissions that default to op
|
||||
children:
|
||||
mcmmo.chat.adminchat: true
|
||||
mcmmo.commands.defaultsop: true
|
||||
mcmmo.item.all: true
|
||||
mcmmo.tools.all: true
|
||||
mcmmo.*:
|
||||
default: false
|
||||
description: Implies all mcmmo permissions.
|
||||
@ -1298,23 +1316,6 @@ permissions:
|
||||
description: Allows access to the xprate reset command
|
||||
mcmmo.commands.xprate.set:
|
||||
description: Allows access to the xprate command to control xp events
|
||||
mcmmo.defaults:
|
||||
default: true
|
||||
description: mcmmo permisions that default to true
|
||||
children:
|
||||
mcmmo.chat.partychat: true
|
||||
mcmmo.commands.defaults: true
|
||||
mcmmo.motd: true
|
||||
mcmmo.skills.all: true
|
||||
mcmmo.chat.colors: true
|
||||
mcmmo.defaultsop:
|
||||
default: op
|
||||
description: mcmmo permissions that default to op
|
||||
children:
|
||||
mcmmo.chat.adminchat: true
|
||||
mcmmo.commands.defaultsop: true
|
||||
mcmmo.item.all: true
|
||||
mcmmo.tools.all: true
|
||||
mcmmo.item.*:
|
||||
default: true
|
||||
description: Implies all mcmmo.item permissions
|
||||
|
Loading…
Reference in New Issue
Block a user