mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-04-02 09:46:26 +02:00
43 lines
2.9 KiB
YAML
43 lines
2.9 KiB
YAML
en:
|
|
ERROR_CANNOT_SAVE_ARENA_GROUPS: "Unable to save current arena groups! Data loss can occur!"
|
|
ERROR_MATERIAL_NOT_PARSE_ABLE: "Unable to parse material: {material}"
|
|
ERROR_TELEPORT_WITH_PASSENGER: "You cannot be teleported with a passenger!"
|
|
ERROR_TELEPORT_IN_VEHICLE: "You cannot be teleported while in a vehicle"
|
|
ERROR_ARENA_NOT_LOADED: "Could not load the arena at configuration section {section}. Please check the {file} storage file for issues."
|
|
ERROR_ARENA_DATA_NOT_LOADED: "Unable to load arena data for dropper arena: {arena}"
|
|
ERROR_ARENA_NOT_FOUND: "Unable to find the specified arena."
|
|
ERROR_GROUP_NOT_FOUND: "Unable to find the specified group!"
|
|
ERROR_PLAYER_ONLY: "This command must be used by a player"
|
|
ERROR_ARENA_NAME_COLLISION: "There already exists an arena with that name!"
|
|
ERROR_NORMAL_MODE_REQUIRED: "You must complete this arena in normal mode first!"
|
|
ERROR_GROUP_NORMAL_MODE_REQUIRED: "You have not yet beaten the default game-mode for all arenas in this group!"
|
|
ERROR_PREVIOUS_ARENA_REQUIRED: "You have not yet beaten the previous arena!"
|
|
ERROR_ARENA_TELEPORT_FAILED: "Unable to teleport you to the arena."
|
|
ERROR_NOT_IN_ARENA: "You are not in a mini-games arena!"
|
|
ERROR_ALREADY_PLAYING: "You are already playing a mini-game!"
|
|
ERROR_JOIN_IN_VEHICLE_OR_PASSENGER: "You cannot join an arena while inside a vehicle or carrying a passenger."
|
|
ERROR_UNKNOWN_PROPERTY: "Unknown property specified."
|
|
ERROR_PROPERTY_INPUT_INVALID: "Unable to change the property. Make sure your input is valid!"
|
|
ERROR_ARENA_1_NOT_FOUND: "Unable to find the first specified arena."
|
|
ERROR_ARENA_2_NOT_FOUND: "Unable to find the second specified dropper arena."
|
|
ERROR_SWAP_DIFFERENT_GROUPS: "You cannot swap arenas in different groups!"
|
|
ERROR_ILLEGAL_COMMAND: "You cannot use that command while in an arena!"
|
|
ERROR_HARDCORE_NO_CHECKPOINTS: "This arena cannot be played in hardcore mode as it has no checkpoints!"
|
|
SUCCESS_ARENA_GROUP_UPDATED: "The arena's group has been updated"
|
|
SUCCESS_PLUGIN_RELOADED: "Plugin reloaded!"
|
|
SUCCESS_ARENA_CREATED: "The arena was successfully created!"
|
|
SUCCESS_ARENA_FIRST_CLEAR: "You cleared the arena!"
|
|
SUCCESS_ARENA_WIN: "You won!"
|
|
SUCCESS_ARENA_QUIT: "You quit the arena!"
|
|
SUCCESS_CURRENT_VALUE: "Current value of {property} is: {value}"
|
|
SUCCESS_PROPERTY_CHANGED: "Property {property} successfully changed"
|
|
SUCCESS_ARENAS_SWAPPED: "The arenas have been swapped!"
|
|
SUCCESS_ARENA_REMOVED: "The specified arena has been successfully removed"
|
|
SUCCESS_DROPPER_ARENAS_LIST: "Dropper arenas:&r"
|
|
SUCCESS_PARKOUR_ARENAS_LIST: "Parkour arenas:&r"
|
|
SUCCESS_CHECKPOINT_REACHED: "Checkpoint reached!"
|
|
SUCCESS_GROUP_STAGES: "{group}'s stages:&r"
|
|
SUCCESS_RECORD_ACHIEVED: "You just set a {recordInfo} on the {gameMode} game-mode!"
|
|
RECORD_ACHIEVED_GLOBAL: "new {recordType} record"
|
|
RECORD_ACHIEVED_PERSONAL: "personal {recordType} record"
|
|
SUCCESS_ARENA_JOINED: "You joined the arena." |