Skip to content

Commit

Permalink
fix: Access to portal warp command locked behind wrong perm
Browse files Browse the repository at this point in the history
Fixes #272
  • Loading branch information
sekwah41 committed Jun 30, 2021
1 parent d4b642e commit 895fcc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commands:
description: The main command for the advanced portals
aliases: [portals, aportals, portal, ap]
usage: /<command>
permission: advancedportals.portal
permission: advancedportals.portalcommand
destination:
description: Can be used to access portal destinations.
aliases: [desti]
Expand Down Expand Up @@ -50,6 +50,9 @@ permissions:
advancedportals.portal:
description: Allows use of portal commands
default: op
advancedportals.portalcommand:
description: Access to the portal command. This is seperate to allow access to portal warps without the rest.
default: true
advancedportals.build:
description: Allows you to build in the portal regions
default: op
Expand Down

0 comments on commit 895fcc6

Please sign in to comment.