Level/src/main/resources/addon.yml

84 lines
2.3 KiB
YAML
Raw Normal View History

name: Level
main: world.bentobox.level.Level
2018-09-04 06:39:41 +02:00
version: ${version}
2017-10-21 20:32:32 +02:00
softdepend: AcidIsland, BSkyBlock
authors: tastybento
2017-10-21 20:32:32 +02:00
2017-10-27 03:47:32 +02:00
permissions:
bskyblock.intopten:
description: Player is in the top ten.
2017-12-26 17:41:37 +01:00
default: true
bskyblock.island.level:
description: Player can use level command
default: true
bskyblock.island.top:
2017-12-26 17:41:37 +01:00
description: Player can use top ten command
default: true
bskyblock.island.value:
description: Player can use value command
default: true
2017-12-26 17:41:37 +01:00
bskyblock.admin.level:
description: Player can use admin level command
default: true
bskyblock.admin.topten:
2018-06-03 04:20:18 +02:00
description: Player can use admin top ten command
default: true
2019-02-03 16:00:09 +01:00
2018-06-03 04:20:18 +02:00
acidisland.intopten:
description: Player is in the top ten.
default: true
acidisland.island.level:
description: Player can use level command
default: true
acidisland.island.top:
description: Player can use top ten command
default: true
acidisland.island.value:
description: Player can use value command
default: true
2018-06-03 04:20:18 +02:00
acidisland.admin.level:
description: Player can use admin level command
default: true
acidisland.admin.topten:
2019-02-03 16:00:09 +01:00
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.island.value:
description: Player can use value command
default: true
2019-02-03 16:00:09 +01:00
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.island.value:
description: Player can use value command
default: true
2019-02-03 16:00:09 +01:00
skygird.admin.level:
description: Player can use admin level command
default: true
skygird.admin.topten:
2017-12-26 17:41:37 +01:00
description: Player can use admin top ten command
2017-10-27 03:47:32 +02:00
default: true