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
advanced-chat.json
I have the word "test" in the filteredWords array and it does catch the word and log it to the console, however, it does not prevent the word being sent. It appears you may have forgot to cancel the event.
In case it is related, here is a list of other mods on the server: installed-mods.yml
The text was updated successfully, but these errors were encountered:
The text filter doesn't prevent words from being sent altogether. It just replaces them with #### for the amount of letters in the word.
However, by normal means these word replacements can only be done on the clientside for chat messages (the client has a word filter implementation used for realms). Because if its filtered on the server the client will complain that the message was modified. So if you have some mod converting everything into non-chat messages (like no chat reports) this will obviously not work.
One exception to this rule is styledchat which I've added support for manually - but that also only works because they provide the events necessary to properly do this.
advanced-chat.json
I have the word
"test"
in thefilteredWords
array and it does catch the word and log it to the console, however, it does not prevent the word being sent. It appears you may have forgot to cancel the event.In case it is related, here is a list of other mods on the server:
installed-mods.yml
The text was updated successfully, but these errors were encountered: