Skip to content

Commit

Permalink
Add [gamemode].mod.bypass to list of perms in addon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 18, 2023
1 parent 9e7a52c commit 69ded8f
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 @@ -5,7 +5,7 @@ api-version: 1.16.5

authors: tastybento

softdepend: AcidIsland, BSkyBlock, CaveBlock
softdepend: AcidIsland, BSkyBlock, CaveBlock, AOneBlock, SkyGrid

permissions:
'[gamemode].limits.player.limits':
Expand All @@ -17,3 +17,6 @@ permissions:
'[gamemode].limits.admin.limits':
description: Player can use admin limits command
default: op
'[gamemode].mod.bypass':
description: Player can bypass limits
default: op

0 comments on commit 69ded8f

Please sign in to comment.