Probably groups, timer for clantag, ignore more commands
This commit is contained in:
parent
19485b2f99
commit
c6a85e271d
2 changed files with 83 additions and 19 deletions
|
|
@ -13,6 +13,12 @@ Adds tags to the server that can be easily edited, tags can be assigned via perm
|
|||
```
|
||||
{
|
||||
"tags": {
|
||||
"#css/admin": { // Permission
|
||||
"prefix": "{GREEN}[ADMIN]", // Chat prefix
|
||||
"nick_color": "{RED}", // Nick color
|
||||
"message_color": "{GOLD}", // Message nick color
|
||||
"scoreboard": "[ADMIN]" // Scoreboard tag
|
||||
},
|
||||
"@css/chat": { // Permission
|
||||
"prefix": "{GREEN}[ADMIN]", // Chat prefix
|
||||
"nick_color": "{RED}", // Nick color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue