From be17d366d912d7a0e28ea919f3b2553aa57236f5 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 9 Aug 2016 17:47:03 +0200 Subject: [PATCH] Added missing shopchest.config permission --- src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 320a74b..f4fb6e4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -21,6 +21,7 @@ permissions: shopchest.reload: true shopchest.update: true shopchest.limits: true + shopchest.config: true shopchest.create: description: Allows you to create a shop. default: true @@ -60,4 +61,4 @@ permissions: default: true shopchest.config: description: Allows you to change configuration values per command. - default: op \ No newline at end of file + default: op