Sunburst/server/src/main/resources/messages.yml

53 lines
1.7 KiB
YAML

# --------------------- #
# Sunburst Messages 0.1 #
# --------------------- #
# 0 - The permission node
noPermission: "<red>You lack the permission node <gold>{0}"
consoleOnly: "<red>This command may only be used from console"
playerOnly: "<red>This command may only be used in-game"
playerNotFound: "<red>This player is not online"
# 0 - The command usage
commandCheckPlayer: "<red>This command can only be used from console. The usage is <gold>{0}"
commandCheckConsole: "<red>This command can only be used in-game. The usage is <gold>{0}"
# 0 - The command usage
incorrectUsage: "<red>The correct usage is <gold>{0}"
# 0 - The nickname
nickname: "<aqua>Your nickname is {0}"
nicknameNotFound: "<red>You currently don't have a nickname set"
nicknameRemoved: "<red>Your nickname has been removed"
# 0 - The targeted player
nicknameRemovedOther: "<green>You removed {0}'s nickname"
# 0 - The nickname
nicknameSet: "<aqua>Your nickname has been set to {0}"
# 0 - The targeted player
# 1 - The nickname
nicknameSetOther: "<aqua>You have set {0}'s nickname to {1}"
nicknameMatchesPlayer: "<red>This nickname is the same as another player's username"
# 0 - Player username
# 1 - Message
chatFormat: "<aqua>{0}: <white>{1}"
# 0 - The sender
# 1 - The player who received
# 2 - The message
messageReceived: "<red><bold>{0} <white><!bold>---> <red><bold>ME<white><!bold>: {2}"
# 0 - The sender
# 1 - The player who received
# 2 - The message
messageSent: "<red><bold>ME <white><!bold>---> <red><bold>{1}<white><!bold>: {2}"
messengerNotFound: "<red>You have not messaged anyone!"
# 0 - Toggled on/off
godModeToggle: "<gold>God mode has been turned {0}"
spawnSet: "<green>This world's spawn location has been set!"
clearedInventory: "<gold>Your inventory has been cleared."