Metamod:Source (2.x)
CounterStrikeSharp
Newtonsoft.Json (Discord WebHook)
https://hlmod.net/resources/cs2-chat-lo ... 1/download{
{ //Exclude These Group From Logging "ExcludeMessageGroups" : "#css/vip1,#css/vip2,#css/vip3", //Exclude Message if begin " ! " or " . " or " / " "ExcludeMessageContains" : "!./", //Exclude Message If Contains Less Than X Letters "ExcludeMessageContainsLessThanXLetters" : 0, //Exclude Duplicated Messages "ExcludeMessageDuplicate" : false, //---------------------------------------------------------------------------- // you can use these in LogChatFormat and LogDiscordChatFormat // {TIME} == Time // {DATE} == Date // {MESSAGE} == Player Message // {PLAYERNAME} == Player Name Who Type In Chat // {TEAM} == Check If Player Wrote In Chat Team Or Public Chat // {STEAMID} = STEAM_0:1:122910632 // {STEAMID3} = U:1:245821265 // {STEAMID32} = 245821265 // {STEAMID64} = 76561198206086993 // {IP} = 127.0.0.0 //If Its Enabled Logs Will Located in ../addons/counterstrikesharp/plugins/Chat_Logger/logs/ "SendLogToText" : true, //How Message You Wanted To Be "LogChatFormat" : "[{TIME}] [{STEAMID}] {TEAM} ({PLAYERNAME}) {MESSAGE}", //Log File Format .txt or .pdf ect... "LogFileFormat" : ".txt", //Date and Time Formate "LogFileDateFormat" : "MM-dd-yyyy", "LogInsideFileTimeFormat" : "HH:mm:ss", //Auto Delete Logs If More Than X (Days) Old "AutoDeleteLogsMoreThanXdaysOld" : 0, //----------------------------------------------------------------------------- //Send Log To Discord Via WebHookURL //SendLogToWebHook (1) = Text Only //SendLogToWebHook (2) = Text With + Name + Hyperlink To Steam Profile //SendLogToWebHook (3) = Text With + Name + Hyperlink To Steam Profile + Profile Picture "SendLogToWebHook" : 0, //If SendLogToWebHook (2) or SendLogToWebHook (3) How Would You Side Color Message To Be Check ( Color Hex Color Codes ) For Colors "SideColorMessage" : "00FFFF", //Discord WebHook "WebHookURL" : "

