Ok, I think that'll work. Just to make sure, here's the scenario.
When any word, stored in the .cs, is typed in chat, I'd like it to replace the word within the text typed in chat to one specific word.
For instance:
ass > donkey
f***> donkey
bi*** > donkey
So someone typing "That f***" will be translated to "That donkey"
Do I do this?
"Censor Text (****)": "donkey",
"Check Chat (true/false)": true,
"Check for Profanity (true/false)": true,
UFilter
Moved
Total Downloads: 575 - First Release: Jul 1, 2016 - Last Update: Jan 20, 2017
- 5/5, 6 likes
-
Wulf Community Admin
-
Ok, so
"Action for Profanity (ban, kick, etc.)": "censor",
I tested it, it worked! Thanks! -
@Wulf I noticed there was an issue with spaces. Where you could avoid your filter by using spaces between your letter, example, "cu nt" would avoid it. I made a fix in this pastebin under processtext where it just removes the spaces then processes the text. This could be a weird fix but it seems to work.
-
Wulf Community Admin
The only issue with your idea, is that some words contain words that would get triggered, but aren't necessarily bad. Example: Scrabble Word Finder -
Sorry haha. But yeah I thought about that. Also, if you add a - or something to the end it doesn't seem to work as well.
-
Hmm, I noticed this plugin removes clan titles, and changes player names and chat to white... any way to have it NOT do that? I don't see an option anywhere.
Last edited by a moderator: Feb 28, 2017 -
Wulf Community Admin
-
Can I have more details about your plugin !? I'm interested in the function of banning advertising! How does it work? -
"8.8.8.8",
"open.org"
Do you need to write the addresses yourself or the plugin will parse the address itself or words? -
Wulf Community Admin
-
-
i dont understand ... in config are only Allowed profanity but where set not allowed profanity ( k*rva , etc ) ?
EDIT: ok, .cs -
Wulf Community Admin
-
i have banned 10 players for day ... i dont know for what
-
Wulf Community Admin
-
-
Even when i load this Plugin, all names are white.. i gues that aint normal...
Anyone knows what am i doing wrong? -
Some players, when realizing they are filtered, they start using variations on spelling. For instance instead of F**K they use F * * K.
It filters F**K, but even though I added F * * K to the list and it says it's added, it doesn't seem to work for me. -
Wulf Community Admin
-
[DOUBLEPOST=1494468959][/DOUBLEPOST]
I also tried
/ufilter add "F * * K" but it said it was already in the list