From 5395d769e1df3260c449788e1bd072f189a3d8b3 Mon Sep 17 00:00:00 2001 From: Sekwah Date: Thu, 5 Sep 2024 10:32:01 +0100 Subject: [PATCH] fix: permission issue for command portals --- spigot/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spigot/src/main/resources/plugin.yml b/spigot/src/main/resources/plugin.yml index 03babcdf..ecbf70e4 100644 --- a/spigot/src/main/resources/plugin.yml +++ b/spigot/src/main/resources/plugin.yml @@ -33,7 +33,7 @@ permissions: default: op advancedportals.createportal.commandlevel.*: description: Gives access to all level raisers - default: false + default: op children: advancedportals.createportal.commandlevel.op: true advancedportals.createportal.commandlevel.bungee: true