From 2fd3dd79ccda5161e566d1198036442c38a20541 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Fri, 8 May 2026 01:23:40 +0300 Subject: [PATCH] Update auto messages in configuration files to replace the previous English text with a new Russian message. --- Server/config/automessage-common.toml | 2 +- Server/config/messages/client_messages.json | 2 +- config/automessage-common.toml | 2 +- config/messages/client_messages.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/config/automessage-common.toml b/Server/config/automessage-common.toml index fafc469..f825488 100644 --- a/Server/config/automessage-common.toml +++ b/Server/config/automessage-common.toml @@ -1,7 +1,7 @@ [AutoMessage] # The messages to be sent - MESSAGES = ["§2Thank you very much for downloading More FPS§f \n §aDid you know that this modpack can be played in multiplayer? Click here to purchase a server and play with your friends.§f \n§cDon't worry, this message will not appear again.§f"] + MESSAGES = ["Эй, дружок-пирожок, тобой выбрана неправильная дверь, круг кожевенного ремесла два блока вниз..."] # Should we attach a link to this message? LINKS = ["https://www.bisecthosting.com/lupin?r=automessage"] # How frequently / after how long should the message be sent? diff --git a/Server/config/messages/client_messages.json b/Server/config/messages/client_messages.json index 1b7508e..4a1c7e9 100644 --- a/Server/config/messages/client_messages.json +++ b/Server/config/messages/client_messages.json @@ -6,6 +6,6 @@ "repeats": false, "pack_intro": true, "link": "https://www.bisecthosting.com/lupin?r=automessage", - "text": "§2Thank you very much for downloading More FPS§f \n §aDid you know that this modpack can be played in multiplayer? Click here to purchase a server and play with your friends.§f \n§cDon't worry, this message will not appear again.§f" + "text": "Эй, дружок-пирожок, тобой выбрана неправильная дверь, круг кожевенного ремесла два блока вниз..." } ] diff --git a/config/automessage-common.toml b/config/automessage-common.toml index fafc469..f825488 100644 --- a/config/automessage-common.toml +++ b/config/automessage-common.toml @@ -1,7 +1,7 @@ [AutoMessage] # The messages to be sent - MESSAGES = ["§2Thank you very much for downloading More FPS§f \n §aDid you know that this modpack can be played in multiplayer? Click here to purchase a server and play with your friends.§f \n§cDon't worry, this message will not appear again.§f"] + MESSAGES = ["Эй, дружок-пирожок, тобой выбрана неправильная дверь, круг кожевенного ремесла два блока вниз..."] # Should we attach a link to this message? LINKS = ["https://www.bisecthosting.com/lupin?r=automessage"] # How frequently / after how long should the message be sent? diff --git a/config/messages/client_messages.json b/config/messages/client_messages.json index 1b7508e..4a1c7e9 100644 --- a/config/messages/client_messages.json +++ b/config/messages/client_messages.json @@ -6,6 +6,6 @@ "repeats": false, "pack_intro": true, "link": "https://www.bisecthosting.com/lupin?r=automessage", - "text": "§2Thank you very much for downloading More FPS§f \n §aDid you know that this modpack can be played in multiplayer? Click here to purchase a server and play with your friends.§f \n§cDon't worry, this message will not appear again.§f" + "text": "Эй, дружок-пирожок, тобой выбрана неправильная дверь, круг кожевенного ремесла два блока вниз..." } ]