Skip to content

CS2 plugin that will print all command that in config file on game chat, support chat color

License

Notifications You must be signed in to change notification settings

Kianyaa/CS2-AllCommandOnChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2-AllCommandOnChat

CS2 plugin for print all available command that provide in the config plugin file

2025-03-25 201827

Features

  • config all command name and description in json format file
  • support color text in chat

Requirements

Installation

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

Example of config file

{
  "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
}

Credits

  • Challengermode Dev Team for impletement colorsay in CS2 chat

About

CS2 plugin that will print all command that in config file on game chat, support chat color

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages