9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-20 15:39:31 +00:00

Fixed permissions

This commit is contained in:
Auxilor
2021-07-12 14:00:57 +02:00
parent 9ab765edb6
commit 1a78db6b07

View File

@@ -9,41 +9,41 @@ depend:
- eco - eco
commands: commands:
ebreload: ecobosses:
description: Reloads config description: Base command
permission: ecobosses.reload permission: ecobosses.command.ecobosses
ebdrop:
description: Sends the held item to console to be added as a drop
permission: ecobosses.ebdrop
ebspawn:
description: Spawns a boss
permission: ecobosses.ebspawn
ebkillall:
description: Kill all bosses
permission: ecobosses.killall
permissions: permissions:
ecobosses.*: ecobosses.*:
description: All ecobosses permissions description: All ecobosses permissions
default: op default: op
children: children:
ecobosses.reload: true ecobosses.command.*: true
ecobosses.ebdrop: true ecobosses.command.*:
ecobosses.ebspawn: true description: All ecobosses commands
ecobosses.killall: true default: op
children:
ecobosses.command.ecobosses: true
ecobosses.command.reload: true
ecobosses.command.spawn: true
ecobosses.command.base64: true
ecobosses.reload: ecobosses.command.ecobosses:
description: Allows reloading the config description: Allows the use of /ecobosses
default: true
ecobosses.command.base64:
description: Allows the use of /ecobosses base64
default: op default: op
ecobosses.ebdrop: ecobosses.command.spawn:
description: Allows the use of /ebdrop description: Allows the use of /ecobosses spawn
default: op default: op
ecobosses.ebspawn: ecobosses.command.killall:
description: Allows the use of /ebspawn description: Allows the use of /ecobosses killall
default: op default: op
ecobosses.killall: ecobosses.command.reload:
description: Allows the use of /ebkillall description: Allows the use of /ecobosses reload
default: op default: op