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 = ["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"]
Support
If you enjoy the mod and would like to support the project, feel free to leave a donation on PayPal. Support is greatly appreciated!
Sponsor
This project is sponsored by BisectHosting. If you're looking for a server, check out their hosting plans and use the promo code Chaos at checkout to get 25% off your first month!
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.11, 1.21.1, 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Console Filter is a free Minecraft Java mod. Compatible with Minecraft 1.21.11, 1.21.1, 1.20.1, 1.20 and newer. Downloaded 1,782,410 times (via CurseForge). Download it and open it directly in the game.
