From 5f356f9ae3ee649bf8163f8964d47ef20fcf8d52 Mon Sep 17 00:00:00 2001 From: supercrafter333 <53967726+supercrafter333@users.noreply.github.com> Date: Tue, 19 Jul 2022 01:38:04 +0200 Subject: [PATCH] Fixed bug with `/plot setowner` The `/plot setowner`-command isn't working because the permission for the command isn't registered. This PR will fix that. --- plugin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index 3c302b4e..f34e4e44 100644 --- a/plugin.yml +++ b/plugin.yml @@ -123,9 +123,11 @@ permissions: default: op myplot.admin.buy: default: op + myplot.admin.setowner: + default: op myplot.claimplots: default: op myplot.claimplots.2: default: true myplot.claimplots.unlimited: - default: op \ No newline at end of file + default: op