Initial
This commit is contained in:
40
overrides/config/ChatTweaks/views.json
Normal file
40
overrides/config/ChatTweaks/views.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"views": [
|
||||
{
|
||||
"name": "*",
|
||||
"filterPattern": "",
|
||||
"outputFormat": "$0",
|
||||
"style": "Chat",
|
||||
"isExclusive": false,
|
||||
"isMuted": false,
|
||||
"channels": [
|
||||
"main",
|
||||
"interaction",
|
||||
"system",
|
||||
"death"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "system",
|
||||
"filterPattern": "",
|
||||
"outputFormat": "$0",
|
||||
"style": "Side",
|
||||
"isExclusive": true,
|
||||
"isMuted": false,
|
||||
"channels": [
|
||||
"system"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "interaction",
|
||||
"filterPattern": "",
|
||||
"outputFormat": "$0",
|
||||
"style": "Bottom",
|
||||
"isExclusive": true,
|
||||
"isMuted": false,
|
||||
"channels": [
|
||||
"interaction"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user