
TextChatFilter
Filters offensive chat in Mage Arena, replacing bad words (even if obscured or spaced out) with 'bad'. Fast and accurate.
By Wilson
Last updated | 3 weeks ago |
Total downloads | 163 |
Total rating | 0 |
Categories | Mods |
Dependency string | Wilson-TextChatFilter-1.0.1 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Text Chat Filter
This mod filters offensive or inappropriate language in Mage Arena’s lobby and in-game text chat. It replaces bad words with “bad”, even if they are spaced, obscured, or typed using symbols, leetspeak, or repeated characters.
The plugin integrates seamlessly with the game’s text chat system and is optimized for both performance and accuracy.
Features
- Obfuscation-Proof Filtering: Detects words with spaces, symbols (e.g.,
h.e.l.l.o
,h e l l o
,hhheeeelllooo
) and leetspeak (h3ll0
,g00dby3
), etc - Performance Optimized: Handles extremely large word lists with minimal overhead or lag (up to 40 character words currently)
- Invisible Replacement: Replaces only filtered words while leaving the rest of the message untouched
- No External Config Needed: Word list is built-in
Installation
Prerequisites:
- Mage Arena with BepInEx 5.4.2100
Installation:
MageArena/ └── BepInEx/ └── plugins/ ├── TextChatFilter.dll
Usage
- Mod loads automatically on game start
- All text chat messages are scanned and cleaned before display
- No setup required
Compatibility
- Only works on your client side! Does not mess with other peoples.
- Designed to work alongside other mods that don't overwrite
OnLobbyChatMsg
(other mods that modify lobby text color may not work with this)