Skip to content

Commit

Permalink
Add SkyGrid and CaveBlock permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Feb 3, 2019
1 parent 7089972 commit 09f00d8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/main/resources/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions:
bskyblock.admin.topten:
description: Player can use admin top ten command
default: true

acidisland.intopten:
description: Player is in the top ten.
default: true
Expand All @@ -35,5 +36,37 @@ permissions:
description: Player can use admin level command
default: true
acidisland.admin.topten:
description: Player can use admin top ten command
default: true

caveblock.intopten:
description: Player is in the top ten.
default: true
caveblock.island.level:
description: Player can use level command
default: true
caveblock.island.top:
description: Player can use top ten command
default: true
caveblock.admin.level:
description: Player can use admin level command
default: true
caveblock.admin.topten:
description: Player can use admin top ten command
default: true

skygird.intopten:
description: Player is in the top ten.
default: true
skygird.island.level:
description: Player can use level command
default: true
skygird.island.top:
description: Player can use top ten command
default: true
skygird.admin.level:
description: Player can use admin level command
default: true
skygird.admin.topten:
description: Player can use admin top ten command
default: true

0 comments on commit 09f00d8

Please sign in to comment.