mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-16 07:35:40 +01:00
ab39dd4ac5
Adds top ten and integration with welcome warps addon.
29 lines
1.1 KiB
YAML
Executable File
29 lines
1.1 KiB
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]"
|
|
calculating: "&aCalculating level..."
|
|
island-level-is: "&aIsland level is &b[level]"
|
|
required-points-to-next-level: "&a[points] points required until the next level"
|
|
deaths: "&c([number] deaths)"
|
|
cooldown: "&cYou must wait &b[time] &cseconds until you can do that again"
|
|
|
|
top:
|
|
description: "show the Top Ten"
|
|
gui-title: "&aTop Ten"
|
|
gui-heading: "&6[name]: &B[rank]"
|
|
island-level: "&BLevel [level]"
|
|
warp-to: "&AWarping to [name]'s island"
|
|
|