Console Filter Mod 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.

Configs:

Here is an example of how to use basic filters 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’s how to do the same thing with regex filters:

#Any console messages that match any of these regular expressions will be hidden. Uses Java style regex. Backslashes must be escaped, for example use \s instead of s to match whitespace.

regexFilters = [".*Can't keep up!.*", ".*Player moved too quickly!.*"]

Console Filter Mod Download Links

Filter by

For Minecraft 26.1.2, 26.1.1, 26.1

For Minecraft Fabric 26.1.2 Fabric 9 KB Apr 19, 2026
For Minecraft NeoForge 26.1.2 NeoForge 9 KB Apr 19, 2026

For Minecraft 1.21.11

For Minecraft Fabric 1.21.11 Fabric 10 KB Apr 19, 2026
For Minecraft NeoForge 1.21.11 NeoForge 9 KB Apr 19, 2026

For Minecraft 1.21.1, 1.21

For Minecraft Fabric 1.21.1 Fabric 10 KB Apr 19, 2026
For Minecraft NeoForge 1.21.1 NeoForge 9 KB Apr 19, 2026

For Minecraft 1.20.1, 1.20

For Minecraft Forge 1.20.1 Forge 10 KB Apr 19, 2026
For Minecraft Fabric 1.20.1 Fabric 10 KB Apr 19, 2026

For Minecraft 1.19.4, 1.19.3, 1.19.2

For Minecraft Forge 1.19.4 Forge 10 KB Apr 19, 2026
For Minecraft Forge 1.19.4 Forge 10 KB Apr 19, 2026

For Minecraft 1.12.2, 1.12

For Minecraft Forge 1.12.2 Forge 9 KB Apr 19, 2026

For Minecraft 1.8.9

For Minecraft Forge 1.8.9 Forge 7 KB Apr 19, 2026

For Minecraft 1.7.10

For Minecraft Forge 1.7.10 Forge 8 KB Apr 19, 2026

Click to rate this post!
[Total: 1 Average: 5]