Add Chat Tweaks and hide "Block placed" messages

This commit is contained in:
Wroclaw 2022-11-13 18:41:15 +01:00
parent f1ac960376
commit f983810620
4 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,51 @@
{
"views": [
{
"name": "*",
"filterPattern": "",
"outputFormat": "$0",
"style": "Chat",
"isExclusive": false,
"isMuted": false,
"channels": [
"main",
"interaction",
"system",
"death"
]
},
{
"name": "ore veins indicators setblock spam",
"filterPattern": "^\\[[a-zA-Z0-9_]{2,16}: Block placed\\]$",
"outputFormat": "",
"style": "Hidden",
"isExclusive": true,
"isMuted": false,
"channels": [
"system"
]
},
{
"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"
]
}
]
}