Files
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

40 lines
716 B
JSON

{
"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"
]
}
]
}