From 4375eba030dc81ad5012af1f1a62d3dda0632c7e Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 12 Jan 2024 14:36:38 -0800 Subject: [PATCH] Update addon.yml Fix because the warps command got its own perm from a1e03af --- src/main/resources/addon.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml index 09642b4..a75733f 100755 --- a/src/main/resources/addon.yml +++ b/src/main/resources/addon.yml @@ -10,7 +10,10 @@ softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid, AOneBlock permissions: '[gamemode].island.warp': - description: Player can use warp or warps commands + description: Player can use warp command + default: true + '[gamemode].island.warps': + description: Player can use the warps command default: true '[gamemode].island.addwarp': description: Player can create a welcome warp sign