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

28 lines
715 B
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
api-version: 1.14
2017-10-21 20:32:32 +02:00
authors: tastybento
2017-10-21 20:32:32 +02:00
2017-10-27 03:47:32 +02:00
permissions:
'[gamemode].intopten':
2019-02-03 16:00:09 +01:00
description: Player is in the top ten.
default: true
'[gamemode].island.level':
2019-02-03 16:00:09 +01:00
description: Player can use level command
default: true
'[gamemode].island.top':
2019-02-03 16:00:09 +01:00
description: Player can use top ten command
default: true
'[gamemode].island.value':
description: Player can use value command
default: true
'[gamemode].admin.level':
2019-02-03 16:00:09 +01:00
description: Player can use admin level command
default: true
'[gamemode].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