|
@@ -185,6 +185,24 @@ commands:
|
|
description: Reloads locale
|
|
description: Reloads locale
|
|
permission: mcmmo.commands.reloadlocale
|
|
permission: mcmmo.commands.reloadlocale
|
|
permissions:
|
|
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.*:
|
|
mcmmo.*:
|
|
default: false
|
|
default: false
|
|
description: Implies all mcmmo permissions.
|
|
description: Implies all mcmmo permissions.
|
|
@@ -1298,23 +1316,6 @@ permissions:
|
|
description: Allows access to the xprate reset command
|
|
description: Allows access to the xprate reset command
|
|
mcmmo.commands.xprate.set:
|
|
mcmmo.commands.xprate.set:
|
|
description: Allows access to the xprate command to control xp events
|
|
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.*:
|
|
mcmmo.item.*:
|
|
default: true
|
|
default: true
|
|
description: Implies all mcmmo.item permissions
|
|
description: Implies all mcmmo.item permissions
|