//Sound Path Of Connect Players To Disable Make it ""
"InGameSoundConnect": "sounds/buttons/blip1.vsnd_c",
//Sound Path Of Disconnect Players To Disable Make it ""
"InGameSoundDisconnect": "sounds/player/taunt_clap_01.vsnd_c",
//Allow These Group Only To Toggle On/Off Sounds "" Means Anyone
"InGameAllowDisableCommandsOnlyForGroups": "",
//Command Toggle On/Off To Disable This Make it ""
"InGameSoundDisableCommands": "!stopsound,!stopsounds",
//Delete Inactive Players Older Than X Days (Save Cookies in ../addons/counterstrikesharp/plugins/CnD_Sound/Cookies/)
"RemovePlayerCookieOlderThanXDays": 7,
// If Its Enabled Logs Will Located in ../addons/counterstrikesharp/plugins/CnD_Sound/logs/
"SendLogToText": false,
//How Message Look Like To Disable Make it ""
"Log_TextConnectMessageFormat": "[{DATE} - {TIME}] {PLAYERNAME} Connected [{SHORTCOUNTRY} - {CITY}] [{STEAMID} - {IP}]",
"Log_TextDisconnectMessageFormat": "[{DATE} - {TIME}] {PLAYERNAME} Disconnected [{SHORTCOUNTRY} - {CITY}] [{STEAMID64}] [{STEAMID} - {IP}] [{REASON}]",
//Auto Delete Logs If More Than X (Days) Old
"Log_AutoDeleteLogsMoreThanXdaysOld": 7,
//Send Log To Discord Via WebHookURL
//SendLogToWebHook (0) = Disable
//SendLogToWebHook (1) = Text Only
//SendLogToWebHook (2) = Text With + Name + Hyperlink To Steam Profile
//SendLogToWebHook (3) = Text With + Name + Hyperlink To Steam Profile + Profile Picture
"Log_SendLogToDiscordOnMode": 0,
//If SendLogToWebHook (2) or SendLogToWebHook (3) How Would You Side Color Message To Be Check (https://www.color-hex.com/) For Colors
"Log_DiscordSideColor": "00FFFF",
//How Message Look Like To Disable Make it ""
"Log_DiscordConnectMessageFormat": "{PLAYERNAME} Connected [{LONGCOUNTRY} - {CITY}]",
"Log_DiscordDisconnectMessageFormat": "{PLAYERNAME} Disconnected [{LONGCOUNTRY} - {CITY}] [{REASON}]",
//If Log_SendLogToDiscordOnMode (3) And Player Doesn't Have Profile Picture Which Picture Do You Like To Be Replaced
"Log_DiscordUsersWithNoAvatarImage": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/b5/b5bd56c1aa4644a474a2e4972be27ef9e82e517e_full.jpg",
}