Create README.md
This commit is contained in:
parent
7607b415a1
commit
4a13fb81ac
1 changed files with 31 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# CS2-Tags
|
||||
|
||||
### Description
|
||||
Adds tags to the server that can be easily edited, tags can be assigned via permission or steamid64
|
||||
|
||||
### Confiugration
|
||||
```
|
||||
{
|
||||
"tags": {
|
||||
"@css/chat": { // Permission
|
||||
"prefix": "{GREEN}[ADMIN]", // Chat prefix
|
||||
"nick_color": "{RED}", // Nick color
|
||||
"message_color": "{GOLD}", // Message nick color
|
||||
"scoreboard": "[ADMIN]" // Scoreboard tag
|
||||
},
|
||||
"@css/ban": {
|
||||
"prefix": "{GREEN}[ADMIN]",
|
||||
"nick_color": "{RED}",
|
||||
"message_color": "{GOLD}",
|
||||
"scoreboard": "[ADMIN]"
|
||||
},
|
||||
"76561198202892670": { // SteamID64
|
||||
"prefix": "{GREEN}[ADMIN]",
|
||||
"nick_color": "{RED}",
|
||||
"message_color": "{GOLD}",
|
||||
"scoreboard": "[ADMIN]"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
In addons/counterstrikesharp/plugins/CS2-Tags/tags.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue