From what I've seen from publicly released chat color plugins is that they can only be defined via a config file which to me isn't very user friendly and does not let players change their stuff on the fly. So I decided to make a custom chat plugin based off of an old community I used to play on where the players can set their chat tag(with colors), name color and chat color by commands and menus.
- sm_colors - Used to display the chat color menu
- sm_namecolors - Used to display the name colors menu
- sm_settag - Used to set a cusutom chat tag or print out the list of colors useable
1.1
Update to use enum struct over old syntax enums and converted from scp to chat-processor if their is a need for the scp version I can easily make a version that works with both
1.0
Initial Release
- Install chat-processor - link
- Setup the database config
- Install the plugin
- Have fun with pretty colors
"chatcolors"
{
"driver" "mysql"
"host" "INSERT HOST HERE"
"database" "INSERT DB NAME HERE"
"user" "INSERT USER HERE"
"pass" "INSERT PASSWORD HERE"
//"timeout" "0"
//"port" "0"
}
Please report any problems to the github issue tracker