Added AOneBlock perms and softdepend.

This commit is contained in:
tastybento 2020-04-19 09:06:54 -07:00
parent e93e606b02
commit d06d6883f4
1 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ main: world.bentobox.level.Level
version: ${version}${build.number} version: ${version}${build.number}
icon: DIAMOND icon: DIAMOND
softdepend: AcidIsland, BSkyBlock softdepend: AcidIsland, BSkyBlock, CaveBlock, AOneBlock, SkyGrid
authors: tastybento authors: tastybento
@ -65,21 +65,21 @@ permissions:
description: Player can use admin top ten command description: Player can use admin top ten command
default: true default: true
skygird.intopten: aoneblock.intopten:
description: Player is in the top ten. description: Player is in the top ten.
default: true default: true
skygird.island.level: aoneblock.island.level:
description: Player can use level command description: Player can use level command
default: true default: true
skygird.island.top: aoneblock.island.top:
description: Player can use top ten command description: Player can use top ten command
default: true default: true
skygird.island.value: aoneblock.island.value:
description: Player can use value command description: Player can use value command
default: true default: true
skygird.admin.level: aoneblock.admin.level:
description: Player can use admin level command description: Player can use admin level command
default: true default: true
skygird.admin.topten: aoneblock.admin.topten:
description: Player can use admin top ten command description: Player can use admin top ten command
default: true default: true