From 2ae9ab64809c8a14364554cd04e17341b6e88de0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 28 Feb 2022 11:09:08 +0000 Subject: [PATCH] Fixed permission defaults --- eco-core/core-plugin/src/main/resources/plugin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 84d677e..16af910 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -38,6 +38,7 @@ permissions: boosters.command.give: true boosters.command.boosters: true boosters.command.cancel: true + boosters.command.activate: true boosters.command.reload: description: Allows reloading the config @@ -48,6 +49,9 @@ permissions: 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 \ No newline at end of file