Console Filter
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.4% endorsement rate
- 🏆 #737 of 888 fabric mods in this game by downloads
📋 About This Mod
# Console Filter Allows you to hide console messages that contain configured strings or match configured regular expressions. This mod can be installed on either the client or the server, but it is not required on either side. ## Config Here is an example of how to use a basic filter in the config to hide all console messages containing "Can't keep up" and "Player moved too quickly": ``` #Any console messages containing any of these strings will be hidden. basicFilters = ``` Here is an example of how to use a regex filter to hide messages like "Running 2156ms or 43 ticks behind": ``` #Any console messages containing any of these regular expressions will be hidden. Uses Java regex syntax. Backslashes must be doubled, i.e. use \\s instead of \s to match whitespace. regexFilters = ``` Here is an example of how to use a logger filter to hide messages from JEI: ``` #Any console messages from loggers with a name containing any of these strings will be hidden. loggerFilters = ``` ## Modpacks Yes, you can use this mod in your modpack. ## Support If you enjoy the mod and would like to support the project, feel free to (https://www.paypal.com/donate/?business=46ZL2PNVP4XKE). Support is greatly appreciated! ## Sponsor This project is sponsored by BisectHosting. If you're looking for a server, check out their hosting plans and (https://www.bisecthosting.com/chaos) to get 25% off your first month! (https://www.bisecthosting.com/partners/custom-banners/0998de1c-6d3e-4370-a553-0da42e986c68.png)](https://bisecthosting.com/chaos)
# Console Filter
Allows you to hide console messages that contain configured strings or match configured regular expressions. This mod can be installed on either the client or the server, but it is not required on either side.
Here is an example of how to use a basic filter in the config to hide all console messages containing "Can't keep up" and "Player moved too quickly":
``` #Any console messages containing any of these strings will be hidden. basicFilters = ["Can't keep up", "Player moved too quickly"] ```
Here is an example of how to use a regex filter to hide messages like "Running 2156ms or 43 ticks behind":
``` #Any console messages containing any of these regular expressions will be hidden. Uses Java regex syntax. Backslashes must be doubled, i.e. use \\s instead of \s to match whitespace. regexFilters = ["Running \\d+ms or \\d+ ticks behind"] ```
Here is an example of how to use a logger filter to hide messages from JEI:
``` #Any console messages from loggers with a name containing any of these strings will be hidden. loggerFilters = ["jei"] ```
## Modpacks
Yes, you can use this mod in your modpack.
If you enjoy the mod and would like to support the project, feel free to (https://www.paypal.com/donate/?business=46ZL2PNVP4XKE). Support is greatly appreciated!
This project is sponsored by BisectHosting. If you're looking for a server, check out their hosting plans and (https://www.bisecthosting.com/chaos) to get 25% off your first month!
[](https://bisecthosting.com/chaos)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Chaosyr
- Version
- 26.2-4.0.0-neoforge
- Downloads
- 775
- Endorsements
- 3
- Category
- fabric
- Created
- 4/27/2026
- Updated
- 7/1/2026
- Game Versions
- 26.2
- Tags
- management, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Console Filter support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of Console Filter?
Version 26.2-4.0.0-neoforge, published 2026-07-01 with 775 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await