Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oqyh authored Jan 2, 2024
1 parent 33117c6 commit ce0c8d1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [CS2] Chat-Logger (1.0.2)
# [CS2] Chat-Logger (1.0.3)

### Log Any Chat Discord Or Log Text

Expand All @@ -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,

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ce0c8d1

Please sign in to comment.