# # The following variables can be used in most messages that involve a punishment: # # Punishment specific variables # $id - The ID of the punishment in the database. # $type - Type of punishment - ban, mute, warn, kick. # $reason - the reason for the punishment # $executor - the moderator's name, or their display name (/nick) if this is enabled in the configuration # $executorUUID - the moderator's UUID # $permanent - whether this punishment is permanent # $ipban - whether this is an IP-ban # $silent - whether this punishment was executed silently (-s) # $active - whether this punishment is active # # Affected player specific variables # $playerDisplayName - player display name. If display names are not enabled in the configuration or if the player's display name is not available in the message's context, the player's regular name will be used instead. # $playerName - player name # $playerUUID - UUID of affected player # $playerIP - IP of affected player # $geoip - Country of affected player, requires GeoIP to be enabled in the configuration, won't work with imported bans # # Servers # These variables represent a server. # If the plugin is installed on Spigot, a server is represented by the "server_name" option in config.yml. # If the plugin is installed on BungeeCord, a server is represented by their name in the "servers" section in the proxy's config.yml. # $serverScope - the scope of the punishment (the server(s) it will affect) # $serverOrigin - the origin of the punishment (the server/subserver it was placed on) # # Dates # Example format: "2017-02-03", depends on time_format # $dateStart - date the punishment was placed # $dateEnd - date the punishment will expire, "forever" if permanent # # Durations # Example format: "20 days, 5 hours, 2 minutes". If permanent, "forever", if expired, "expired" (both are configurable). # $duration - time until expiry # $originalDuration - the full duration of the punishment. # $timeSince - time since placement # # Placeholders # These variables represent messages in this configuration (messages.yml) # $base - banned_message_base # $appealMessage - banned_message_appeal_message # # Global variables # $activeBans, $activeMutes, $activeWarnings - total number of global active punishments # $totalBans, $totalMutes, $totalWarnings - total number of global punishments (including inactive ones) # # Any message can be disabled by setting it to "". Empty messages will not be sent by the plugin. # # JSON examples: # message: 'Test message {hoverText: Hover text here!}' # Hover text requires "litebans.json.hover_text" to view, players without this permission will see messages without hover text. # # https://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html # Example time format with hours + minutes: # time_format: 'dd/MM/yyyy HH:mm' time_format: dd-MM-YYYY history_time_format: dd-MM-YYYY banned_message_base: | &eВы забанены на этом сервере!&f Забанен: $dateStart Забанен куратором: $executor Причина: $reason&f banned_message: |- &dMINE&5WAY &r&f &fВаш аккаунт временно заблокирован! &r&f &7Вас забанил&f: &d$executor &7Причина блокировки&f: &d$reason &7Окончание через&f: &d$duration &r&f &fОбжаловать блокировку можно в группе: &cРазработки &fТакже можно купить разбан на сайте: &cmine-way-ru.mcdonate.ru banned_message_permanent: |- &dMINE&5WAY &r&f &fВаш аккаунт заблокирован! &r&f &7Вас забанил&f: &d$executor &7Причина блокировки&f: &d$reason &7Окончание через&f: &cПЕРМАНЕНТНО &r&f &fОбжаловать блокировку можно в группе: &cРазработки &fТакже можно купить разбан на сайте: &cmine-way-ru.mcdonate.ru banned_message_appeal_message: 'Наш сайт: &nВременно недоступен' banned_message_geoip_blacklist: |- &eВы забанены не этом сервере!&f Your location is blacklisted: $geoip default_ban_reason: причина не указана! default_mute_reason: спамминг permission_error: '&eУ вас нету прав!' muted: '&eВас заткнули! Вы сможете говорить через ($duration remaining)!' muted_permanent: '&eВы теперь никогда не сможете говорить!' notify: banned_player_join: '&e$player&f попытался зайти, но он забанен до ($duration)!' banned_geoip_blacklist: '&e$player&f попытался зайти, но он в черном списке ($geoip)!' error_no_reason_provided: '&eВы должны указать причину этого наказания!' error_no_sql_connection: '&eLiteBans не может подключится к БАЗЕ ДАННЫХ!' internal_error: '&eПроизошла внутренняя ошибка при попытке выполнить эту команду.' duration_limit_error: '&eМаксимальная длительность: $duration' warned_join: '&eУ вас новые предупреждения:' warned_join_entry: |- &2 - Вас предупредил &e$executor&2: &e$reason &2(&e$timeSince назад&2) command: ban: usage: '&eВозможно вы имели введу: /ban [-s] <игрок> [время] [причина]' unban_usage: '&eВозможно вы имели введу: /unban <игрок>' example: '&eПример: /ban Player 7d [причина]' silent_prefix: '&f[&7Тихий&f] ' broadcast_ban: '&7&l<&c&l!&7&l> &c$executor &7забанил игрока &c$bannedPlayer &7по причине "&c$reason&7"' broadcast_tempban: '&7&l<&c&l!&7&l> &c$executor &7временно забанил игрока &c$bannedPlayer &7на $tempDuration по причине "&c$reason&7"' broadcast_ip_ban: '&7&l<&c&l!&7&l> &c$executor &7забанен по IP &с$bannedPlayer &7за "&c$reason&f"' broadcast_temp_ip_ban: '&7&l<&c&l!&7&l> &c$executor &7временно забанил ip &c$bannedIP &fна $tempDuration по причине "&c$reason&7"' broadcast_ip_ban_hidden: '[IP Скрыт]' broadcast_unban: '&7&l<&c&l!&7&l> &c$executor &7разбанил игрока &c$bannedPlayer' previous_ban_removed: '&fПредыдущий бан игрока &e$bannedPlayer &fудален.' previous_ban_existing: '&e$bannedPlayer уже забанен, и у вас нету прав на новый бан .' unban_queue: '&6Если они попытаются переподключится они будут разбанены.' error_no_spec: '&eТакого временного значения нету (s - сек,m - мин,h - часы,d - дни,y - годы)!' unban_fail: '&eИгрок не забанен!' exempt: '&eВы не можете забанить игрока $player!' no_override: '&eЭтот игрок уже забанен!' response: '' broadcast_unmute: '&e$displayName &fснял затычку с игрока &e$bannedPlayer' cooldown: '&cYou need to wait $seconds seconds before you can use this command again.' mute: usage: '&eВозможно вы имели введу: /mute [-s] <игрок> [время] [причина]' unmute_usage: '&eВозможно вы имели введу: /unmute ' example: '&eПример: /mute Player 7d [причина]' broadcast: '&7&l<&c&l!&7&l> &c$executor &7замутил игрока &c$mutedPlayer &7по причине "&c$reason&7"' broadcast_tempmute: '&7&l<&c&l!&7&l> &c$executor &7временно замутил &c$mutedPlayer &7на $tempDuration по причине "&c$reason&7"' broadcast_ip_mute: '&e$executor &fзаткнул игрока по IP &e$mutedPlayer &fза "&e$reason&f"' broadcast_temp_ip_mute: '&e$executor &fвременно заткнут IP &e$mutedIP &fна $tempDuration за "&e$reason&f"' message: |- &2Вы заткнули игрока $executor&2 по причине &e'&2$reason&e'&2. &2Длительность этого мута: $duration. message_permanent: |- &2Вы перманентно заткнули игрока $executor&2 по причине &e'&2$reason&e'&2. &2Этот мут никогда не закончится. unmute_fail: '&eСнять мут не удалось!' previous_mute_removed: '&eПредыдущий мут был снят с игрока $mutedPlayer.' previous_mute_existing: '&eна игрока $mutedPlayer уже наложена затычка, у вас нету прав на то что бы заменить её.' exempt: '&eВы не можете замутить игрока $player!' notification: '&e$mutedPlayer попытался говорить, но он заткнут.' error_not_enabled: '&eЗатычка отключена в конфиге сборки!' no_override: '&eИгрок уже заткнут!' response: '' broadcast_unmute: '&7&l<&c&l!&7&l> &c$executor &7размутил игрока &c$bannedPlayer' warn: usage: '&eВозможно вы имели введу: /warn [-s] <игрок> [причина]' unwarn_usage: '&eВозможно вы имели введу: /unwarn <игрок>' example: '' broadcast: '&7&l<&c&l!&7&l> &c$executor &7выдал предупреждение игроку &c$warnedPlayer &7по причине "&c$reason&7"' message: |- &2Вы получили предупреждение от куратора $executor&2 по причине &e'&2$reason&e'&2. Предупреждение перестанет действовать через $duration. list_entry: ' \- Предупрежден куратором $executor: ''$reason&f'' ($timeSince назад)' unwarn_response: '&eПоследнее предупреждение снято с игрока $player.' unwarn_fail: '&eОшибка!' exempt: '&eУ этого игрока иммунитет к предупреждениям!' cooldown: '&eПодождите $seconds секунд, перед тем как предупредить игрока $player снова.' response: '' history: usage: '&e/history <игрок> [entries=10]' start: '&eИстория $target (Лимит: $limit):' ban_entry: "&e -- [&f$timeSince назад&e] --&f\n$name был &eзабанен &fкуратором\ \ $executor \nПо причине: '&e$reason&f'" mute_entry: |- &e -- [&f$timeSince назад&e] --&f $name был &7заткнут &fкуратором $executor По причине: '&e$reason&f' warn_entry: "&e -- [&f$timeSince назад&e] --&f\n$name был &6предупрежден &fкур\ атором $executor \nПо причине: '&e$reason&f'" kick_entry: |- &e -- [&f$timeSince назад&e] --&f $name был &eкикнут &fкуратором $executor по причине: '&e$reason&f' unban_entry: Игрок &f$name был &7разбанен &fкуратором $executor. unmute_entry: С игрока &f$name была &7 снята затычка &fкуратором $executor. active_suffix: '&f [&eАктивный&f]' expired_suffix: '&f [&8Истекло&f]' active_suffix_temp: |- &f [&eАктивный&f] Окончание в $duration. error_no_history: '&eИстория не найдена.' warnings: usage: '&e/warnings <игрок>' start: '&eАктивные предупреждения $target:' prunehistory: usage: '&e/prunehistory <игрок> [длительность]' message: '&eИстория урезана.' staffhistory: usage: '&e/staffhistory <игрок> [entries=10]' start: '&eИстория персонала $target (Лимит: $limit):' staffrollback: usage: '&e/staffrollback <игрок> [время]' message: '&eОткат завершен, всего записей удалено: $amount' banlist: start: '&f=== &eСтраница &6$page&e из &6$total&f ===' iphistory: usage: '&e/iphistory <игрок> [entries=10]' start: '&eИстория входов $target (Лимит: $limit):' entry: '&e - [&f$date&e]&f $name&e:&f $ip' error_no_history: '&eИстория не найдена.' dupeip: usage: '&e/dupeip <игрок>' start: '&fСканирование &7$name&f на &e$ip&f. &f[&eОнлайн&f] [&7Оффлайн&f] [&eЗабанен&f]' separator: '&f, ' online: '&e' offline: '&7' banned: '&e' multiple_addresses: '[$num addresses]' start_no_ip: '&fScanning &7$name&f. &f[&aOnline&f] [&7Offline&f] [&cBanned&f]' muted: '&6' ipreport: start: '&fСканирование &e$num&f онлайн игроков.. [&eОнлайн&f] [&7Оффлайн&f] [&eЗабанен&f]' entry: '&f$player&e: $result' checkban: usage: '&e/checkban <игрок>' no_ban: '&eЦель не забанена!' banned: |- &eЦель &f[&e$target&f]&e забанена: Забанил: $executor Причина: $reason&e Забанен: $dateStart числа Окончание бана: $dateEnd ($duration) IP бан: $ipban, Тихий: $silent, навсегда: $permanent lastuuid: usage: '&e/lastuuid <игрок|IP>' message: '&fПоследний UUID игрока &e$name&f: &e$uuid' geoip: usage: '&e/geoip <игрок|IP>' message: '&e$target&f есть из: &e$result' error_disabled: '&eGeoIP поддержка не включена в конфигурации!' error_unavailable: '&eПоддержка GeoIP в настоящее время недоступена.' error_not_found: '&eGeoIP информация $target не найдена.' lockdown: usage: '&e/lockdown <причина> | /lockdown end' message: '&eБлокировка сервера включена (Причина: "$reason&e")' stopped: '&eБлокировка была отключена.' kick_message: |- Блокировка сервера активна, попробуйте позже. Причина: $reason error_not_active: '&eLockdown не включен!' kick_message_global: |- Network lockdown active, try again later. Reason: $reason kick: usage: '&e/kick <игрок> [причина]' no_match: '&eОшибка: &2Игрок не найден.' kick_requested: '&6Игрок $player не онлайн на этом сервере. Был запрошен Кросс-Сервеный кик.' message: |- &cMineWay &r&f &fВас кикнули с сервера! &r&f &7Вас кикнул&f: &d$executor &7Причина кика&f: &d$reason &r&f &fОбжаловать кик можно в группе: &cРазработки message_no_reason: Кикнул куратор $executor. response: '&6$player был кикнут.' broadcast: '&7&l<&c&l!&7&l> &c$player&7 был кикнут куратором &c$executor&7 по причине "&c$reason&7".' broadcast_no_reason: '&7&l<&c&l!&7&l> &c$player&7 был кикнут куратором &c$executor&7.' exempt: '&eВы не можете кикнуть $player!' togglechat: toggle_off: '&eЧат выключен.' toggle_on: '&eЧат включен.' clearchat: broadcast: '&eЧат очистил $executor.' mutechat: response: '&eСейчас чат сервера отключен!' broadcast_disabled: '&eЧат сервера был отключен куратором $executor.' broadcast_enabled: '&eЧат сервера был включен куратором $executor.' litebans: reload_success: '&eLiteBans &fперезагружен.' reload_fail_connect: '&eLitebans перезагружен. &eОшибка подключения к БД.' add_history_usage: '&e/litebans addhistory <имя> ' add_history: '&eИстория добавлена.' fix_history: '&eПочинка таблицы истории $table...' fix_history_result: '&eДобавлено $amount записей.' import_usage: '&e/litebans import start' import_start: '&eИмпорт из $db, это может занять какое-то время ...' import_finish: '&eИмпортирование успешно завершено. $bans банов загружено, $ipbans IP-Банов.' import_finish_litebans: '&eИмпортирование успешно завершено. Добавлено $amount записей в базу данных.' import_fail: '&eОшибка импортирования, посмотрите в консоль.' import_unsupported: '&eИмпорт из ''$name'' не поддерживается!' sqlexec_success: '&eSQL запрос успешно выполнен.' sqlexec_failure: '&eОшибка.' reload_fail: '&cОшибка при загрузке.' reload_fail_config: |- &c[LiteBans] &4config.yml является недопустимым и не может быть загружен, будет использоваться конфигурация по умолчанию. &cПожалуйста, проверьте консоль сервера для получения дополнительной информации. reload_fail_messages: |- &c[LiteBans] &4messages.yml является недопустимым и не может быть загружен, будет использоваться конфигурация по умолчанию. &cПожалуйста, проверьте консоль сервера для получения дополнительной информации. fix_history_offline_uuids: '&c$amount UUID не было получено от Mojang UUID является в режиме offline.' checkmute: usage: '&c$command ' no_mute: '&cTarget is not muted!' muted: |- &aTarget &f[&a$target&f]&a is muted: &aMuted by: $executor &aReason: $reason&r &aMuted on: $dateStart &aMuted until: $dateEnd ($duration) &aMuted on server &6$serverOrigin&a, server scope: &6$serverScope &aIP mute: $ipban, silent: $silent, permanent: $permanent duration: expired: истекло forever: навсегда year: год years: годов month: месяц months: месяцев week: неделя weeks: недель day: день days: дней hour: час hours: часов minute: минуту minutes: минут second: секунду seconds: секунд bungee_switch_banned: |- &cYou are banned on $serverScope! Reason: $reason error_no_uuid_found: '&cPlayer does not exist.' strings: global: global 'null': undefined 'true': 'yes' 'false': 'no'