diff --git a/eco-core/core-plugin/src/main/resources/paper-plugin.yml b/eco-core/core-plugin/src/main/resources/paper-plugin.yml index aea61ad..038a6a2 100644 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ b/eco-core/core-plugin/src/main/resources/paper-plugin.yml @@ -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 diff --git a/gradle.properties b/gradle.properties index f49d6c2..c0925a6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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