ChatFilters

A simple minecraft mod that filters chat messages based on a list of regular expressions.

Chat Filters

![License](https://img.shields.io/badge/License-GPL 3.0-orangered?style=flat-square) Environment

A simple mod that filters chat messages based on a list of regular expressions.

It works by not allowing the message to appear if it matches a pattern specified in the configuration (blacklist) or if it doesn't match a pattern (whitelist).

Note: it won't remove any matching messages prior to adding a filter, nor bring back the ones already filtered even if you turn it off. It acts as if the messages never came through.

What are its features?

  • Client-Side Chat Filtering.
  • Use either a whitelist or a blacklist for chat messages.

Future plans?

  • I'd like to remake pattern matching to use a more standardized system that supports flags input and doesn't require the user to match the whole string.

Examples

Because Java's built-in pattern system differs in syntax to for example JavaScript, here are some example filter patterns:

  • ^\[SERVER\].* - every message starting with [SERVER]
  • ^<.*>.* - every player-sent chat message (on a non-modified minecraft server), eg. <Player1> Hello!
  • .*whisper.* - every message containing the word "whisper"

Do I need anything else?

How do I Report Issues?

Please use the issue tracker linked at the top of the page to report any issues you encounter when using the mod. Include information about your mod list and attach any crash reports or logs you have.

The ChatFilters Team

profile avatar
Owner
  • 4
    Projects
  • 13.1K
    Downloads

More from spzla0

  • CoVisualiser project image

    CoVisualiser

    • 11
    • Mods

    A client-side administration tool designed to ease the workflow of CoreProtect.

    • 11
    • April 14, 2026
    • Mods
    • +1
  • Heartache project image

    Heartache

    • 12.0K
    • Mods

    A client-side mod that improves HUD by implementing new heart types.

    • 12.0K
    • January 12, 2025
    • Mods
    • +2
  • Beehive Tooltip project image

    Beehive Tooltip

    • 1.0K
    • Mods

    A fabric mod that improves item tooltips by displaying hidden statistics of beehives and bee nests.

    • 1.0K
    • December 1, 2024
    • Mods
  • CoVisualiser project image

    CoVisualiser

    • 11
    • Mods

    A client-side administration tool designed to ease the workflow of CoreProtect.

    • 11
    • April 14, 2026
    • Mods
    • +1
  • Heartache project image

    Heartache

    • 12.0K
    • Mods

    A client-side mod that improves HUD by implementing new heart types.

    • 12.0K
    • January 12, 2025
    • Mods
    • +2
  • Beehive Tooltip project image

    Beehive Tooltip

    • 1.0K
    • Mods

    A fabric mod that improves item tooltips by displaying hidden statistics of beehives and bee nests.

    • 1.0K
    • December 1, 2024
    • Mods