Skip to content

Commit

Permalink
Add cave block and sky grid to permissions in challenges addon.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Feb 3, 2019
1 parent 21cf82f commit ecc7c97
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/main/resources/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,30 @@ version: ${version}

authors: tastybento

softdepend: AcidIsland, BSkyBlock, Level
softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid, Level

permissions:
bskyblock.challenges:
description: Let the player use the /challenges command
description: Let the player use the '/island challenges' command
default: true
bskyblock.admin.challenges:
description: Access challenge admin commands
default: op
acidisland.challenges:
description: Let the player use the /challenges command
description: Let the player use the '/ai challenges' command
default: true
acidisland.admin.challenges:
description: Access challenge admin commands
default: op
caveblock.challenges:
description: Let the player use the '/cave challenges' command
default: true
caveblock.admin.challenges:
description: Access challenge admin commands
default: op
skygrid.challenges:
description: Let the player use the '/skygrid challenges' command
default: true
skygrid.admin.challenges:
description: Access challenge admin commands
default: op

0 comments on commit ecc7c97

Please sign in to comment.