addon-level/src/main/resources/addon.yml

86 lines
2.3 KiB
YAML
Raw Normal View History

name: Level
main: world.bentobox.level.Level
2019-08-11 21:40:10 +02:00
version: ${version}${build.number}
2019-08-25 21:00:20 +02:00
icon: DIAMOND
2017-10-21 20:32:32 +02:00
2020-04-19 18:06:54 +02:00
softdepend: AcidIsland, BSkyBlock, CaveBlock, AOneBlock, SkyGrid
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
2020-04-19 18:06:54 +02:00
aoneblock.intopten:
2019-02-03 16:00:09 +01:00
description: Player is in the top ten.
default: true
2020-04-19 18:06:54 +02:00
aoneblock.island.level:
2019-02-03 16:00:09 +01:00
description: Player can use level command
default: true
2020-04-19 18:06:54 +02:00
aoneblock.island.top:
2019-02-03 16:00:09 +01:00
description: Player can use top ten command
default: true
2020-04-19 18:06:54 +02:00
aoneblock.island.value:
description: Player can use value command
default: true
2020-04-19 18:06:54 +02:00
aoneblock.admin.level:
2019-02-03 16:00:09 +01:00
description: Player can use admin level command
default: true
2020-04-19 18:06:54 +02:00
aoneblock.admin.topten:
2017-12-26 17:41:37 +01:00
description: Player can use admin top ten command
2019-08-25 21:00:20 +02:00
default: true