Skip to content

Commit

Permalink
Update addon.yml
Browse files Browse the repository at this point in the history
Fix because the warps command got its own perm from a1e03af
  • Loading branch information
tastybento committed Jan 12, 2024
1 parent bc1e92e commit 4375eba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4375eba

Please sign in to comment.