Tanguygab / TAB-Additions

An addon for the TAB minecraft plugin with some more cool features :D
GNU General Public License v3.0
14 stars 4 forks source link

Use anti-swearing regex to filter out all forms of the n word? #34

Closed michael-b-jordan closed 1 year ago

michael-b-jordan commented 1 year ago

Not sure how I would do this

Tanguygab commented 1 year ago

I think this should do the trick (?i)n[i1l!|¡]gg[ae@3€](r)?

michael-b-jordan commented 1 year ago

Thanks, seems to work! Is there a site or something that does this automatically or something? Also btw, for the anti-swearing, is it possible to return a message to the player saying You can't swear or something instead of sending a message in chat.

Tanguygab commented 1 year ago

I don't know of any, but there's probably some forums online where people posted all kinds of anti swears regex patterns, you can also test them with a site like regex101 or smth

for your second question, I'll add it

Tanguygab commented 1 year ago

I can't believe I got this to work on first try lol https://github.com/Tanguygab/TAB-Additions/releases/tag/2.0.3

michael-b-jordan commented 1 year ago

Thanks, nice :D

btw when I type /clearchat I get this image

Tanguygab commented 1 year ago

o_O

Tanguygab commented 1 year ago

fixed, redownload the release

michael-b-jordan commented 1 year ago

Hmm, now it says this image

Like I have it set to this, but it only puts like 1 blank line

clearchat:
  enabled: true
  amount: 1000
  line: ''
Tanguygab commented 1 year ago

;-;

Tanguygab commented 1 year ago

set line: " " with a space inside

michael-b-jordan commented 1 year ago

Works ty :D