You are viewing a potentially older version of this package. View all versions.
Wilson-TextChatFilter-1.0.1 icon

TextChatFilter

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

By Wilson
Date uploaded a year ago
Version 1.0.1
Download link Wilson-TextChatFilter-1.0.1.zip
Downloads 270
Dependency string Wilson-TextChatFilter-1.0.1

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

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)

CHANGELOG

Changelog

v1.0.0

  • Initial release of Text Chat Filter.