1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- # ____ _ _ _____ _ _ ____
- #| _ \ | | | | / ____| | (_) |___ \
- #| |_) | ___| |_| |_ ___ _ _| (___ | | ___ ___ _ __ _ _ __ __ _ __ ____) |
- #| _ < / _ \ __| __/ _ \ '__\___ \| |/ _ \/ _ \ '_ \| | '_ \ / _` | \ \ / /__ <
- #| |_) | __/ |_| || __/ | ____) | | __/ __/ |_) | | | | | (_| | \ V /___) |
- #|____/ \___|\__|\__\___|_| |_____/|_|\___|\___| .__/|_|_| |_|\__, | \_/|____/
- # | | __/ |
- # |_| |___/
- # МАТЫ ЭТО ПЛОХО!!!!!!!
- # ----------------- #
- # Sleeping messages |
- # ----------------- #
- # A player receives this message when entering their bed
- bed_enter_message: "Спокойной ночи, <user> (<num_sleeping>/<needed_sleeping>)"
- # All players in the same world get this message when someone enters their bed
- bed_enter_broadcast: "<player> лёг спать. <remaining_sleeping> игроков требуется для пропуска ночи"
- # When not enough people are sleeping due to someone leaving their bed
- skipping_canceled: "Кто-то проснулся, ночь не попущена. Нужно ещё <remaining_sleeping> спящих игроков"
- # This message is sent to all players in a world where enough players are sleeping
- enough_sleeping: "Ночь скоро закончится"
- # Players receive this message in the morning
- morning_message: "Доброе утро, <user>. До новых синяков!"
- # Players that try to enter their bed too quickly after getting out of it
- sleep_spam: "Тебе нужно подождать ешё <time> секунд до того, как сможешь заснуть"
- # This message is sent one minute before players can go to bed due to nighttime (disabled by default)
- sleep_possible_soon: ""
- # This message is sent when sleeping is possible due to a thunderstorm or nighttime (disabled by default)
- sleep_possible_now: ""
- # --------------- #
- # Buffs & debuffs |
- # --------------- #
- # Players who slept AND receive buffs will get this message
- buff_received: "Ты чувстуешь решимость"
- # Players who did not sleep AND receive debuffs will get this message
- debuff_received: "Решимость покидает тебя"
- # -------------------- #
- # Commands/Permissions |
- # -------------------- #
- # The message a player gets when they don't have access to a command
- no_permission: "&cАх*уел?"
- # The message that will be sent to the admin that does a reload
- message_reloaded: "&2Перезагружено."
- # This message is sent when a player tries to sleep but they have got a bypass permission
- # Permissions include:
- # - Having the node bettersleeping.bypass OR essentials.sleepingignored
- # - Being in a bypassed gamemode
- # - Being afk / vanished
- bypass_message: "&cТы на спидах, <user>. Ты полон решимости"
|