From 45a66f441cc67a4891114b379ff02c06fe5711cc Mon Sep 17 00:00:00 2001 From: Keuin Date: Sun, 14 Aug 2022 11:17:05 +0800 Subject: Implement historic message replay. --- README_zh_CN.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README_zh_CN.md') diff --git a/README_zh_CN.md b/README_zh_CN.md index daa1525..27152b6 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -42,6 +42,13 @@ Minecraft 群组服务器消息互联方案。 ```json5 { + "local": { + // when a player joins the game, + // show him recent messages sent before he has joined the server, + // which live no longer than this time. + // set a non-positive value to disable this feature + "message_playback_seconds": 600 + }, "remotes": [ { "type": "telegram", -- cgit v1.2.3