The QuantumPunish filter uses a Smart Evasion Engine that normalizes chat before checking it against your blocked words.
In your config.yml, you can customize how the filter behaves:
config.yml
action:
action
REPLACE: Replaces bad words with ****.
REPLACE
****
BLOCK: Prevents the message from being sent.
BLOCK
WARN: Sends the message but automatically warns the player.
WARN
detect-evasion: Set to true to catch bypassed words like 4nj1ng or a.n.j.i.n.g.
detect-evasion
true
4nj1ng
a.n.j.i.n.g
max-repeated-letters: Limits consecutive letters (e.g., if set to 3, annnnjing will be caught as annnjing).
max-repeated-letters
annnnjing
annnjing
Add your prohibited words in plugins/QuantumPunish/filter/filter.txt.
plugins/QuantumPunish/filter/filter.txt
Note: Add only one word per line. Do not use spaces or phrases.
Last updated 3 months ago