Fixed permissions on paper
This commit is contained in:
@@ -15,3 +15,36 @@ dependencies:
|
||||
load-after:
|
||||
- name: eco
|
||||
bootstrap: false
|
||||
|
||||
|
||||
permissions:
|
||||
boosters.*:
|
||||
description: All boosters permissions
|
||||
default: op
|
||||
children:
|
||||
boosters.command.*: true
|
||||
boosters.command.*:
|
||||
description: All commands
|
||||
default: op
|
||||
children:
|
||||
boosters.command.reload: true
|
||||
boosters.command.give: true
|
||||
boosters.command.boosters: true
|
||||
boosters.command.cancel: true
|
||||
boosters.command.activate: true
|
||||
|
||||
boosters.command.reload:
|
||||
description: Allows reloading the config
|
||||
default: op
|
||||
boosters.command.boosters:
|
||||
description: Allows the use of /boosters.
|
||||
default: true
|
||||
boosters.command.give:
|
||||
description: Allows the use of /boosters give.
|
||||
default: op
|
||||
boosters.command.activate:
|
||||
description: Allows the use of /boosters activate.
|
||||
default: op
|
||||
boosters.command.cancel:
|
||||
description: Allows the use of /boosters cancel.
|
||||
default: op
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Tue Mar 28 18:28:35 BST 2023
|
||||
#Tue Mar 28 21:40:33 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.0.0
|
||||
version=5.0.0
|
||||
|
||||
Reference in New Issue
Block a user