Move some permissions closer to the top

This commit is contained in:
nossr50 2021-01-21 14:26:08 -08:00
parent ac57615383
commit 4fea5438fe

View File

@ -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