From ce0c8d1cbe0d45a3c20475af1c3f36293ca9df73 Mon Sep 17 00:00:00 2001 From: Gold KingZ <48490385+oqyh@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:30:14 +0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f16a9..7d04aec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [CS2] Chat-Logger (1.0.2) +# [CS2] Chat-Logger (1.0.3) ### Log Any Chat Discord Or Log Text @@ -18,6 +18,10 @@ ## .:[ Configuration ]:. ```json { + // Exclude Message if begin "!" or "." or "/" but include if there is space between "!example example" + "ExcludeMessage": false, + "ExcludeMessageContains": "!./", + // If Its Enabled Logs Will Located in ../addons/counterstrikesharp/plugins/Chat_Logger/logs/ "SendLogToText": false, @@ -52,6 +56,12 @@ ## .:[ Change Log ]:. ``` +(1.0.3) +-Added "ExcludeMessage" +-Added "ExcludeMessageContains" + +-Fix "LogChatFormat" and "LogDiscordChatFormat" not log if other plugin touch "say" and "say_team" + (1.0.2) -Fix "LogDiscordChatFormat"