Skip to content
TehPicix edited this page Oct 18, 2025 · 8 revisions

This plugin creates a file in your rusherhack folder, (.minecraft/rusherhack/config/chatfilter/filter.txt) which is used to match against messages and filter spam/advertising

An example of the filter file is defined below, as this file is empty by default:

# Any discord link with the following vanity URLs
((discord)?\.?gg(\/.|\/)|discord\.com\/invite\/).*(shop|spawnmason|melonmen|donfuer|pitfight|2b2tkits|okra|spawnbuilders|ncts|theneworder).*

# Any message containing the following words, and a discord link
(kit|gear|free|prices|pay|rusher|communist|giveaway|rocket\sgroup|buy|stuck|equip|okra|shop|delivery|stock|black ops).*((discord)?\.?gg|tinyurl.com|shorturl.at|noxshop|lichess.org|rusher)

# Any message that contains the following domains
donfuer.com|2b2t.shop|2b.shop|magshop2b2t|omada.cafe|azura.lol|buymeacoffee.com|shop2b2t.com|rusherhack.org|dupemart.store|freshtools.store|2p2t.org|2b.*.store

# Any message starting with a spam word
^<[A-Za-z0-9_]{3,16}>\s*>?\s*(ass|piii|kek|egg|erm|meow|mrow|dih|mreow|lel|la+g|be+p|bab|(m+[ea]+l+[aeo]+[nm]+)|(j(o|\*|0)+b))

# Any message that contains only a single character
^<[A-Za-z0-9_]{3,16}>\s*>?\s*(.{1})$

# 67 Spam
^<[A-Za-z0-9_]{3,16}>\s*>?\s*67$

# Some bots just spam random
^<[A-Za-z0-9_]{3,16}>\s*>?\s*fact\s\#[0-9]*

# Hydra shop related spam
refund\shydra|hydra\sshop|buy\sfrom\shydra

# Melon men related spam
^<[A-Za-z0-9_]{3,16}>\s*>?\s*(?is)(?:🍉|w\W*a\W*t\W*e\W*r\W*m\W*e\W*l\W*o\W*n(?:s)?|m\W*[e3]\W*[l1!]\W*[o0]\W*n(?:s)?(?:\W*(?:m[e3]n|man))?){6,}
^<[A-Za-z0-9_]{3,16}>\s*>?\s*(m[e]+l+[aeo]+[nm]s?).*(m[e]+l+[aeo]+[nm]s?)$
^<[A-Za-z0-9_]{3,16}>\s*>?\s*(m[e]+l+[aeo]+[nm]s?){2,}

# Faces
^<[A-Za-z0-9_]{3,16}>\s*>?\s*(:\)+|:\(+|:D+|:P+|;P+|;D+|;+\)+|;\(+|:3+|:o+|:O+|:0+|xD+|XD+|xP+|XP+|<3+|:\*+|:\^\)+)$

Clone this wiki locally