mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-16 15:46:11 +01:00
01d2bba4c5
Scanner now staggers chunk scanning over time.
26 lines
949 B
YAML
Executable File
26 lines
949 B
YAML
Executable File
###########################################################################################
|
|
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
|
|
# the one at http://yaml-online-parser.appspot.com #
|
|
###########################################################################################
|
|
|
|
admin:
|
|
level:
|
|
parameters: "<player>"
|
|
description: "calculate the island level for player"
|
|
top:
|
|
description: "show the top ten list"
|
|
|
|
island:
|
|
level:
|
|
parameters: "[player]"
|
|
description: "calculate your island level or show the level of [player]"
|
|
island-level-is: "Island level is [level]"
|
|
required-points-to-next-level: "[points] points required until the next level"
|
|
deaths: "([number] deaths)"
|
|
|
|
top:
|
|
description: "show the Top Ten"
|
|
gui-title: "Top Ten"
|
|
gui-heading: "[name]:[rank]"
|
|
island-level: "Level [level]"
|
|
|