Added skull icon to normal chat, updated readme

This commit is contained in:
daffyyyy 2023-11-22 00:06:04 +01:00
parent c0f571fcaa
commit 19485b2f99
2 changed files with 11 additions and 4 deletions

View file

@ -6,7 +6,10 @@
### Description
Adds tags to the server that can be easily edited, tags can be assigned via permission or steamid64
### Confiugration
### Commands
- css_tags_reload - Reload tags config
### Configuration
```
{
"tags": {
@ -58,6 +61,8 @@ In addons/counterstrikesharp/plugins/CS2-Tags/tags.json
public static char Magenta = '\x0E';
public static char LightRed = '\x0F';
```
```{TEAMCOLOR} - Team color```
Use color name for e.g. {LightRed}
### TODO