You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chat filters have a lot of potential to do some really cool things. Also some of this stuff (replacing chat messages and forwarding them) was in another mod I had a while ago, which is AdvancedChatFilters. That guy made a lot of other chat mods, but he discontinued updating them. They were very messy guis to navigate though, and was a bit buggy.
Description
here is a list of things that would improve the functionality of chat filters
option to toggle between replacing only the matched or the whole message
make it so you can customize the replaced message. for example, replacing a message with "censored" or replacing a phrase with a word or maybe replacing the whole message and just keeping the word idk
basically a combination of all these and merging it with notifier, since those could work well as the same thing. just make it chat filters and give options for them that notifier has and the things i listed above. it's hard to explain sry.
the thing i suggested at the end here, which is just letting you do it with the object data too. below is how it might be useful
This is the same server that i used as an example in the other suggestion.
As you can see in that screenshot, there is no username, but only the roleplayname! However, that part where it says "USCH2" is actually a nickname that they set, and by default it's their ign.
So instead, you can use object data with this regex literal\{(§.{1,6})\}.{18}\{([a-zA-Z0-9_]{3,16})\}.{14}(.*)}]]]]}] to search for their ign, and with chat filters you could then replace their nickname with their ign.
Other information
No response
The text was updated successfully, but these errors were encountered:
Motivation
The chat filters have a lot of potential to do some really cool things. Also some of this stuff (replacing chat messages and forwarding them) was in another mod I had a while ago, which is AdvancedChatFilters. That guy made a lot of other chat mods, but he discontinued updating them. They were very messy guis to navigate though, and was a bit buggy.
Description
here is a list of things that would improve the functionality of chat filters
This is the same server that i used as an example in the other suggestion.
As you can see in that screenshot, there is no username, but only the roleplayname! However, that part where it says "USCH2" is actually a nickname that they set, and by default it's their ign.
So instead, you can use object data with this regex
literal\{(§.{1,6})\}.{18}\{([a-zA-Z0-9_]{3,16})\}.{14}(.*)}]]]]}]
to search for their ign, and with chat filters you could then replace their nickname with their ign.Other information
No response
The text was updated successfully, but these errors were encountered: