mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Refactoring of general commands - the prior package structure made no
sense. New package structure splits commands into those normally reserved for admin use and commands normally available to all players.
This commit is contained in:
@ -118,11 +118,11 @@ permissions:
|
||||
default: true
|
||||
description: mcmmo permisions that default to true
|
||||
children:
|
||||
mcmmo.ability.all: true
|
||||
mcmmo.item.all: true
|
||||
mcmmo.ability.all: true
|
||||
mcmmo.item.all: true
|
||||
mcmmo.motd: true
|
||||
mcmmo.commands.defaults: true
|
||||
mcmmo.chat.partychat: true
|
||||
mcmmo.commands.defaults: true
|
||||
mcmmo.chat.partychat: true
|
||||
mcmmo.skills.all: true
|
||||
mcmmo.defaultsop:
|
||||
default: op
|
||||
|
Reference in New Issue
Block a user