#Support carnavious
1 messages · Page 1 of 1 (latest)
this is the text in my config skytils folder
"Treasure Chest": {
"name": "Treasure Chest",
"state": 1,
"pattern": "\\b(chest|CHEST|Rough|Flawed|Essence|Egg|Sludge)\\b",
"type": "REGEX",
"formatted": true
}```
am i just gapped at regex?
never mind I used this code instead and it works
^(.*CHEST.*|.*Rough.*|.*Flawed.*|.*REWARDS.*|.*Ascension.*|.*Essence.*|.*▬▬▬▬▬.*|.*picked the lock.*|\s*)$
but is there a way to filter these \n newlines? the \s* didn't work
try using Patcher's hide empty messages setting