From 09f00d8c6de18b1bca5aff92be6c29b543176af2 Mon Sep 17 00:00:00 2001 From: BONNe Date: Sun, 3 Feb 2019 17:00:09 +0200 Subject: [PATCH] Add SkyGrid and CaveBlock permissions. --- src/main/resources/addon.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml index 5706751..936c21f 100755 --- a/src/main/resources/addon.yml +++ b/src/main/resources/addon.yml @@ -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 @@ -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 \ No newline at end of file