From ad91b62439684c316cc6afd054f42bcdee75b0d5 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Fri, 31 May 2024 13:54:24 +0800 Subject: [PATCH] Add files via upload --- lang/en_us.yml | 2 ++ lang/zh_cn.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lang/en_us.yml b/lang/en_us.yml index e3af718..5a085f7 100644 --- a/lang/en_us.yml +++ b/lang/en_us.yml @@ -3,6 +3,7 @@ matrix_sync: config_path: Config path need_edit_config: Please edit the default config.json to the correct configuration information, and then restart the plugin after enabling the plugins_enabled item in settings.json! read_config: Applying precent config, please waiting... + hotload_tip: If you are hot loading the plugin, you will not be able to receive messages within the group in the game. Please restart the server and MCDR and try again. on_console: commands: Excute command on_server_stop: Server stopped, stopping messages sync. @@ -12,6 +13,7 @@ matrix_sync: get_token: Token Cached! error: Please check your account, password and network conditions, you can issue in GitHub for any help. sync_tips: + warning: Message sync has started, the plugin does not support hot reloading, and reloading or unloading the plugin will cause the server and MCDR to shut down directly. server_stopping: MC Server is stopping now... server_started: MC Server started successfully! start_report: Bot login successfully, sent a test message. diff --git a/lang/zh_cn.yml b/lang/zh_cn.yml index fb6add0..301ee0b 100644 --- a/lang/zh_cn.yml +++ b/lang/zh_cn.yml @@ -3,6 +3,7 @@ matrix_sync: config_path: 配置文件所在目录 need_edit_config: 请将默认配置config.json修改为正确的配置信息,然后启用settings.json中的plugins_enabled项后重启插件! read_config: 正在应用当前配置,请稍等…… + hotload_tip: 如果你是在热加载插件,那么游戏内将无法接收到群组内的消息,请重启服务器和MCDR重试 on_console: commands: 执行命令 on_server_stop: 服务器已关闭,停止消息同步。 @@ -12,6 +13,7 @@ matrix_sync: get_token: Token缓存完成! error: 请检查你的账号密码以及网络情况,你可以在GitHub提出issue以获取任何帮助。 sync_tips: + warning: 消息同步已开始运行,插件不支持热重载,重载或卸载插件将导致服务器和MCDR直接关闭。 server_stopping: MC服务器正在关闭…… server_started: MC服务器启动成功! start_report: 机器人登录成功,已发送测试消息。