Add Chat Tweaks and hide "Block placed" messages
This commit is contained in:
parent
f1ac960376
commit
f983810620
4 changed files with 74 additions and 1 deletions
51
config/ChatTweaks/views.json
Normal file
51
config/ChatTweaks/views.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue