minecraft-server/live-server/plugins/TAB/messages.yml

93 lines
6.6 KiB
YAML
Raw Normal View History

announce-command-usage: |-
Usage: /tab announce <type> <name> <length>
Currently supported types: bar, scoreboard
bossbar-feature-not-enabled: '&8[&fracked.ru&8]&r &cerror: &7this command requires the bossbar feature to be enabled'
bossbar-announce-command-usage: 'Usage: /tab announce bar <bar name> <length>'
bossbar-not-found: '&8[&fracked.ru&8]&r &cerror: &7no bossbar found with the name &e%name%'
bossbar-already-announced: '&8[&fracked.ru&8]&r &cerror: &7this bossbar is already being announced'
group-data-removed: '&8[&fracked.ru&8]&r &7all data has been removed from group &e%group%'
group-value-assigned: '&8[&fracked.ru&8]&r &7%property% &f%value%&r&7 has been assigned to group &e%group%'
group-value-removed: '&8[&fracked.ru&8]&r &7%property% has been removed from group &e%group%'
user-data-removed: '&8[&fracked.ru&8]&r &7all data has been removed from player &e%player%'
user-value-assigned: '&8[&fracked.ru&8]&r &7%property% &f%value%&r&7 has been assigned to player &e%player%'
user-value-removed: '&8[&fracked.ru&8]&r &7%property% has been removed from player &e%player%'
parse-command-usage: 'Usage: /tab parse <player> <placeholder>'
send-command-usage: |-
Usage: /tab send <type> <player> <bar name> <length>
Currently supported types: bar
send-bar-command-usage: 'Usage: /tab send bar <player> <bar name> <length>'
team-feature-required: This command requires scoreboard teams feature enabled
collision-command-usage: 'Usage: /tab setcollision <player> <true/false>'
no-permission: '&8[&fracked.ru&8]&r &cerror: &7you do not have permission to perform this command'
command-only-from-game: '&8[&fracked.ru&8]&r &cerror: &7this command must be ran from the game'
player-not-online: '&8[&fracked.ru&8]&r &cerror: &7no online player found with the name &e%player%'
unlimited-nametag-mode-not-enabled: '&8[&fracked.ru&8]&r &7to make this feature work, enable unlimited-nametag-mode in the config'
invalid-number: '&8[&fracked.ru&8]&r &cerror: &7&e%input%&7 is not a number'
scoreboard-feature-not-enabled: '&8[&fracked.ru&8]&r &cerror: &7this command requires the scoreboard feature to be enabled'
scoreboard-announce-command-usage: 'Usage: /tab scoreboard announce <scoreboard name>
<length>'
scoreboard-not-found: '&8[&fracked.ru&8]&r &cerror: &7no scoreboard found with the name &e%name%'
nametag-preview-on: '&8[&fracked.ru&8]&r &7preview mode activated'
nametag-preview-of: '&8[&fracked.ru&8]&r &7preview mode deactivated'
reload-success: '&8[&fracked.ru&8]&r &7successfully reloaded'
reload-fail-file: '&8[&fracked.ru&8]&r &cerror: &7failed to reload, file &e%file%&7 has broken syntax. check console for more info'
scoreboard-toggle-on: '&8[&fracked.ru&8]&r &7scoreboard enabled'
scoreboard-toggle-off: '&8[&fracked.ru&8]&r &7scoreboard disabled'
bossbar-toggle-on: '&8[&fracked.ru&8]&r &7bossbar is now visible'
bossbar-toggle-off: '&8[&fracked.ru&8]&r &7bossbar is no longer visible'
scoreboard-show-usage: 'Usage: /tab scoreboard show <scoreboard> [player]'
bossbar-not-marked-as-announcement: '&8[&fracked.ru&8]&r &cerror: &7this bossbar is not marked as an announcement bar and is therefore already displayed permanently (if display condition is met)'
bossbar-announcement-success: '&8[&fracked.ru&8]&r &7announcing bossbar &e%bossbar%&7 for &f%length%&7 seconds'
bossbar-send-success: '&8[&fracked.ru&8]&r &7sending bossbar &e%bossbar%&7 to player &e%player%&7 for &f%length%&7 seconds'
armorstands-disabled-cannot-use-preview: '&8[&fracked.ru&8]&r &cerror: &7your armor stands are disabled, therefore you cannot use preview feature'
help-menu:
- '&8------------------------------------'
- ' &8>> &f/tab reload'
- ' &8- &7reloads plugin and config'
- ' &8>> &f/tab group/player <name> <property> <value...>'
- ' &8- &7do &e/tab group/player&7 to show properties'
- ' &8>> &f/tab nametag preview'
- ' &8- &7shows your nametag for yourself, for testing purposes'
- ' &8>> &f/tab announce bar <name> <seconds>'
- ' &8- &7temporarily displays bossbar to all players'
- ' &8>> &f/tab parse <player> <placeholder>'
- ' &8- &7test if a placeholder works'
- ' &8>> &f/tab debug [player]'
- ' &8- &7displays debug information about player'
- ' &8>> &f/tab cpu'
- ' &8- &7shows CPU usage of the plugin'
- ' &8>> &f/tab group/player <name> remove'
- ' &8- &7clears all data about player/group'
- '&8------------------------------------'
mysql-help-menu:
- '&8[&fracked.ru&8]&r &7&e/tab mysql upload&7 - uploads data from files to mysql'
- '&8[&fracked.ru&8]&r &7&e/tab mysql download&7 - downloads data from mysql to files'
mysql-fail-not-enabled: '&8[&fracked.ru&8]&r &cerror: &7cannot download/upload data from/to mysql, because it is disabled'
mysql-fail-error: '&8[&fracked.ru&8]&r &cerror: &7mysql download failed due to an error. check console for more info'
mysql-download-success: '&8[&fracked.ru&8]&r &7mysql data downloaded successfully'
mysql-upload-success: '&8[&fracked.ru&8]&r &7mysql data uploaded successfully'
nametag-help-menu:
- '&8[&fracked.ru&8]&r &7&e/tab nametag preview [player]&7 - toggles armor stand preview mode'
- '&8[&fracked.ru&8]&r &7&e/tab nametag toggle [player]&7 - toggles nametags on all players for command sender'
nametag-feature-not-enabled: '&8[&fracked.ru&8]&r &cerror: &7this command requires nametag feature to be enabled'
nametags-hidden: '&8[&fracked.ru&8]&r &7nametags of all players were hidden to you'
nametags-shown: '&8[&fracked.ru&8]&r &7nametags of all players were shown to you'
scoreboard-help-menu:
- '&8[&fracked.ru&8]&r &7&e/tab scoreboard [on/off/toggle] [player] [options]'
- '&8[&fracked.ru&8]&r &7&e/tab scoreboard show <name> [player]'
- '&8[&fracked.ru&8]&r &7&e/tab scoreboard announce <name> <length>'
bossbar-help-menu:
- '&8[&fracked.ru&8]&r &7&e/tab bossbar [on/off/toggle] [player] [options]'
- '&8[&fracked.ru&8]&r &7&e/tab bossbar send <name> [player]'
- '&8[&fracked.ru&8]&r &7&e/tab bossbar announce <name> <length>'
nametag:
help-menu:
- '&8[&fracked.ru&8]&r &7&e/tab nametag <show/hide/toggle> [player] [-s]&7 - toggles nametag of specified player'
- '&8[&fracked.ru&8]&r &7&e/tab nametag <showview/hideview/toggleview> [player] [viewer] [-s]&7 - toggles nametag view of specified player on other player(s)'
feature-not-enabled: '&8[&fracked.ru&8]&r &cerror: &7this command requires nametag feature to be enabled'
view-hidden: '&8[&fracked.ru&8]&r &7nametags of all players were hidden to you'
view-shown: '&8[&fracked.ru&8]&r &7nametags of all players were shown to you'
player-hidden: '&8[&fracked.ru&8]&r &7your nametag was hidden'
player-shown: '&8[&fracked.ru&8]&r &7your nametag was shown'
no-arg-from-console: '&8[&fracked.ru&8]&r &cerror: &7you need to specify player if running this command from the console'