mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +01:00
Add cave block and sky grid to permissions in challenges addon.
This commit is contained in:
parent
21cf82fe8e
commit
ecc7c976c4
@ -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
|
Loading…
Reference in New Issue
Block a user