From a5dd2566f5b173f72c62a855c5d9249e064171da Mon Sep 17 00:00:00 2001 From: kiriharu Date: Thu, 12 Dec 2024 16:51:09 +0300 Subject: [PATCH] FIX: Forget to add description --- eco-core/core-plugin/src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index b245553..dfc2185 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -54,4 +54,7 @@ permissions: default: op ecoquests.command.resetplayer: description: Allows using /ecoquests resetplayer. + default: op + ecoquests.command.addexp: + description: Allows using /ecoquests addexp. default: op \ No newline at end of file