#Support eDoggo
1 messages · Page 1 of 1 (latest)
also, is there a way to disable the sliding animation?
- § will be replaced by a pilcrow automatically by Skytils; so you can also just insert copied chat messages that include a "§".
Assuming you want to hide all messages that contain §r§aYou received §r§f40 §r§f✎ §r§fRough Sapphire Gemstone§r§a.§r, you could simply put that string in the spam hider, BUT it would only work for specifically 40 of Rough Sapphire. This is where you would use Regex; §r§aYou received §r§f\d+ .* Gemstone§r§a\.§r This should work for all types of gemstones for any amount.
- I'm not entirely sure what you mean by this. Maybe an example could clarify it for me.
And I'm not sure what sliding animation you are referring to. The animation of the text appearing in the second chat?
sorry for late response, for 2, if I want multiple things that trigger the spam hider (dont know a better word) but they arent consecutive, if there's a way to do that. For example, for the message owo hello asdf I wouldn't be able to do just owo asdf in the contains, correct? so would I be able to use a separator to make the spam hider apply to both?
ill take a clip of the sliding 1 sec
the ether transmission, above action bar
and also the first question works perfectly, ty for taking the time to be detailed :D
I don't have time to answer right now but the slider thing is a quick fix
It's a second chat which can be moved around using /st locations
I'll respond to the spam hider thing in about 10-20min
Still does the sliding animation though, doesn’t it?
And ye take your time
Hmm, true. You can go through /st spam and change everything to display as normal instead of in second chat
So do you want it to Hide everything that starts with "owo" and ends with "asdf", no matter what the text in between is?
yes, sorry for late response
ye that's what im doing atm
Regex is probably the best solution for this. You can learn more about it on either of these two sites https://regexr.com/
https://regex101.com/
I'll give an example on this one
using ^owo.*asdf$ in your spam filter will hide everything that starts with "owo" and ends with "asdf", no matter what's in between the start and end
oh alr, tysm again :D
npnp
I hope you can figure something out with the regex
just remember that colored text uses formatted text
ye