Skip to content

Commit 4f8e0a4

Browse files
authored
Update README.md
1 parent 2f304db commit 4f8e0a4

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<a href="https://discord.com/invite/U7AuQhu"><img src="https://discord.com/api/guilds/651838917687115806/widget.png?style=banner2"></a>
44

5-
# [CS2] Chat-Logger-GoldKingZ (1.1.1)
5+
# [CS2] Chat-Logger-GoldKingZ (1.1.2)
66

7-
Log Chat To Locally/Discord WebHook/MySql
7+
Log Chat To Locally/Discord WebHook/MySql/Web Server
88

99
![webchatlogger](https://github.com/user-attachments/assets/14247d1a-b3c2-4140-a7c3-445c9ac70dc7)
1010

@@ -57,8 +57,8 @@ Log Chat To Locally/Discord WebHook/MySql
5757
|----------|-------------|--------|----------|
5858
| `Locally_Enable` | Save Chat Messages Locally | `0`-Disable<br>`1`-Log when player chats<br>`2`-Log and send at round end<br>`3`-Log and send at map end | - |
5959
| `Locally_LogMessagesOnly` | Log Messages Only | `1`-Both public and team chat<br>`2`-Public chat only<br>`3`-Team chat only | `Locally_Enable=1/2/3` |
60-
| `Locally_IncludeTheseFlagsMessagesOnly` | Log These Flags Only | Example: `!76561198206086993,@css/include`<br>`""` = Everyone | `Locally_Enable=1/2/3` |
61-
| `Locally_ExcludeFlagsMessages` | Don't Log These Flags | Example: `@css/exclude,#css/exclude`<br>`""` = Exclude none | `Locally_Enable=1/2/3` |
60+
| `Locally_IncludeTheseFlagsMessagesOnly` | Log These Flags Only | Example: `Flags : @css/admins,@css/admin`<br>`""` = Everyone | `Locally_Enable=1/2/3` |
61+
| `Locally_ExcludeFlagsMessages` | Don't Log These Flags | Example: `Groups : #css/exclude` <br>`""` = Exclude none | `Locally_Enable=1/2/3` |
6262
| `Locally_ExcludeMessagesStartWith` | Exclude Messages Starting With | Example: `!./`<br>`""` = Disable | `Locally_Enable=1/2/3` |
6363
| `Locally_ExcludeMessagesContainsLessThanXLetters` | Exclude Short Messages | Minimum letters<br>`0` = Disable | `Locally_Enable=1/2/3` |
6464
| `Locally_ExcludeMessagesDuplicate` | Exclude Duplicate Messages | `true`/`false` | `Locally_Enable=1/2/3` |
@@ -80,8 +80,8 @@ Log Chat To Locally/Discord WebHook/MySql
8080
| `Discord_FooterImage` | Footer Image URL | Image URL | `Discord_Style=3/4/5` |
8181
| `Discord_UsersWithNoAvatarImage` | Default Avatar Image | Image URL | `Discord_Style=5` |
8282
| `Discord_LogMessagesOnly` | Log Messages Only | `1`-Both chats<br>`2`-Public only<br>`3`-Team only | `Discord_WebHook` |
83-
| `Discord_IncludeTheseFlagsMessagesOnly` | Log These Flags Only | Example: `!76561198206086993`<br>`""` = Everyone | `Discord_WebHook` |
84-
| `Discord_ExcludeFlagsMessages` | Exclude These Flags | Example: `@css/exclude`<br>`""` = Exclude none | `Discord_WebHook` |
83+
| `Discord_IncludeTheseFlagsMessagesOnly` | Log These Flags Only | Example: `SteamIDs : 76561198206086993,76561198974936845`<br>`""` = Everyone | `Discord_WebHook` |
84+
| `Discord_ExcludeFlagsMessages` | Don't Log These Flags | Example: `Flags : @css/exclude`<br>`""` = Exclude none | `Discord_WebHook` |
8585
| `Discord_ExcludeMessagesStartWith` | Exclude Messages Starting With | Example: `!./`<br>`""` = Disable | `Discord_WebHook` |
8686
| `Discord_ExcludeMessagesContainsLessThanXLetters` | Exclude Short Messages | Minimum letters<br>`0` = Disable | `Discord_WebHook` |
8787
| `Discord_ExcludeMessagesDuplicate` | Exclude Duplicates | `true`/`false` | `Discord_WebHook` |
@@ -103,8 +103,8 @@ Log Chat To Locally/Discord WebHook/MySql
103103
| `MySql_Password` | Database Password | Example: `Password123123` | `MySql_Enable=1/2/3` |
104104
| `MySql_Port` | Database Port | Default: `3306` | `MySql_Enable=1/2/3` |
105105
| `MySql_LogMessagesOnly` | Log Messages Only | `1`-Both chats<br>`2`-Public only<br>`3`-Team only | `MySql_Enable=1/2/3` |
106-
| `MySql_IncludeTheseFlagsMessagesOnly` | Log These Flags Only | Example: `!76561198206086993`<br>`""` = Everyone | `MySql_Enable=1/2/3` |
107-
| `MySql_ExcludeFlagsMessages` | Exclude These Flags | Example: `@css/exclude`<br>`""` = Exclude none | `MySql_Enable=1/2/3` |
106+
| `MySql_IncludeTheseFlagsMessagesOnly` | Log These Flags Only | Example: `Flags : @css/admins,@css/admin`<br>`""` = Everyone | `MySql_Enable=1/2/3` |
107+
| `MySql_ExcludeFlagsMessages` | Don't Log These Flags | Example: `Groups : #css/exclude`<br>`""` = Exclude none | `MySql_Enable=1/2/3` |
108108
| `MySql_ExcludeMessagesStartWith` | Exclude Messages Starting With | Example: `!./`<br>`""` = Disable | `MySql_Enable=1/2/3` |
109109
| `MySql_ExcludeMessagesContainsLessThanXLetters` | Exclude Short Messages | Minimum letters<br>`0` = Disable | `MySql_Enable=1/2/3` |
110110
| `MySql_ExcludeMessagesDuplicate` | Exclude Duplicates | `true`/`false` | `MySql_Enable=1/2/3` |
@@ -128,6 +128,21 @@ Log Chat To Locally/Discord WebHook/MySql
128128
<details>
129129
<summary><b>📋 View Version History</b> (Click to expand 🔽)</summary>
130130

131+
### [1.1.2]
132+
#### **Plugin**
133+
- Some Clean Up
134+
- Fix Some Bugs
135+
- Fix CounterStrikeSharp Excluding Root By Default
136+
- Fix Plugin, Now Plugin Compatibility With Other Plugins (cs2fix + any cssharp plugins)
137+
- Fix Locally_IncludeTheseFlagsMessagesOnly,Locally_ExcludeFlagsMessages
138+
- Fix Discord_IncludeTheseFlagsMessagesOnly,Discord_ExcludeFlagsMessages
139+
- Fix MySql_IncludeTheseFlagsMessagesOnly,MySql_ExcludeFlagsMessages
140+
- Fix Mysql Table
141+
- Added Server IP Into Log Mysql
142+
143+
#### **Web Interface**
144+
- Added Multiple Servers
145+
131146
### [1.1.1]
132147
#### **General Changes**
133148
- Reworked plugin for better stability

0 commit comments

Comments
 (0)