Wilson-ClientChatFilter icon

ClientChatFilter

Filters offensive chat in Mage Arena, replacing bad words (even if obscured or spaced out) with 'bad'. Fast and accurate.

By Wilson
Last updated a year ago
Total downloads 35
Total rating 0 
Categories Mods
Dependency string Wilson-ClientChatFilter-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Client Chat Filter

This BepInEx mod filters offensive or inappropriate language in Mage Arena’s lobby and in-game 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 chat system and is optimized for both performance and accuracy, using real-time normalization and detection.


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)
  • 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.21

Installation:

MageArena/ └── BepInEx/ └── plugins/ ├── ClientChatFilter.dll


Usage

  • Mod loads automatically on game start
  • All chat messages are scanned and cleaned before display
  • No setup required — just play and chat

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)