From 17c9c44e6ecc7444e8f3ba25c2161e4a42b822a0 Mon Sep 17 00:00:00 2001 From: SkyeRangerDelta Date: Tue, 20 Aug 2024 17:02:44 -0400 Subject: [PATCH] Fix: Fixed default permissions for toggle notices --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 61679cd..ddd925c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -34,7 +34,7 @@ permissions: default: op bluemapzones.toggle-notices: description: "Allows the player to toggle zone change notices for their client." - default: op + default: not op bluemapzones.reload: description: "Allows the player to reload the plugin configuration." default: op \ No newline at end of file