mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-22 18:45:24 +01:00
37 lines
1022 B
YAML
Executable File
37 lines
1022 B
YAML
Executable File
name: BentoBox-Level
|
|
main: bentobox.addon.level.Level
|
|
version: 0.1
|
|
|
|
authors: tastybento
|
|
|
|
permissions:
|
|
bskyblock.intopten:
|
|
description: Player is in the top ten.
|
|
default: true
|
|
bskyblock.island.level:
|
|
description: Player can use level command
|
|
default: true
|
|
bskyblock.island.top:
|
|
description: Player can use top ten command
|
|
default: true
|
|
bskyblock.admin.level:
|
|
description: Player can use admin level command
|
|
default: true
|
|
bskyblock.admin.topten:
|
|
description: Player can use admin top ten command
|
|
default: true
|
|
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.admin.level:
|
|
description: Player can use admin level command
|
|
default: true
|
|
acidisland.admin.topten:
|
|
description: Player can use admin top ten command
|
|
default: true |