CS2 plugin for print all available command that provide in the config plugin file
- config all command name and description in json format file
- support color text in chat
download latest relase version from Releases Latest
and extract zip file and paste CommandList.dll on addons\counterstrikesharp\plugins\CommandList folder
Restart the server and the plugin config file will generate at addons\counterstrikesharp\configs\plugins\CommandList
{
"CommandList": {
"command1": {
"Command": "!Help",
"Description": "Print all available command to console"
},
"command2": {
"Command": "!stopsound [0-2]",
"Description": "stop gun sound"
},
"command3": {
"Command": "!hide [range]",
"Description": "Hide teammate in specific range between 0-1000"
}
},
"ConfigVersion": 1
}- Challengermode Dev Team for impletement colorsay in CS2 chat
