A log filter that hide configured messages or errors from console and logs.
Based on brunyman's Console Spam Fix.
The code for version 2 has been completely rewritten.
A bukkit/folia/velocity/bungeecord/fabric/forge/neoforge utility plugin that allows you to hide desired messages or errors that appear on server console and logs. The messages or errors are only hidden and not fixed! Useful if you want to hide errors or messages that spam the server console and get huge sized server logs. This plugin was made to stop console spam when you can't have the issue fixed, to prevent other issues because of intense console spam and unreadable console logs. It's very useful on modded servers where some mods can cause a lot of console spam. This does not hide all errors! Only the ones you configure to be hidden!
Requires Java 17+ and Minecraft 1.18+ (all platforms). The Fabric/Forge/NeoForge variants run on the dedicated server and filter the same log4j console output.
Note! On modded servers some errors my not be hidden by this plugin due the fact that mods run on forge and some console messages are sent outside the main server thread. If you have messages that this plugin can't hide please post them on the Discussion page.
How to update your ConsoleSpamFix to ConsoleSpamFixReborn?
plugins/ folderplugins/ConsoleSpamFix to plugins/ConsoleSpamFixRebornDo you want a powerful anti-xray? Then check out my other plugin:
MinerTrack Anti-XRay - Minecraft Plugin (modrinth.com)
Features
Install instructions
plugins/ folder.mods/ folder.Permissions:
csf.admin - Allow the use of config reload command. Default to OP.
On the Fabric / Forge / NeoForge platforms the csf.admin permission node is registered with the server's permission system, so permission plugins (e.g. LuckPerms) can grant it to individual players. When no permission plugin is installed the node falls back to the vanilla operator status.
Commands:
/csf reload - csf.admin - Reload the plugin config. (Bukkit / Fabric / Forge / NeoForge)
/csfc reload - Reload the client config. (Fabric / Forge / NeoForge client)
/csfv reload - csf.admin - Reload the plugin config. (Velocity)
/csfb reload - csf.admin - Reload the plugin config. (BungeeCord)
Configuration example:
# default config.yml for ConsoleSpamFixReborn
# config version 1.11.0
#Add here the messages you want to hide from your console and logs.
#Each line represents a new message.
#NOTE! You dont need to add the full message!
#The plugin will hide all messages that contain the text added below.
# EXAMPLE:
#
# Messages-To-Hide-Filter:
# - 'No new version available'
#
# All messages that will appear in the server console that contain these words 'WARNING: unlocalizedName' will be hidden and they will not appear on logs or console.
# If you have large errors you dont have to type the full error. But the more words you add the more accurate will be and will not hide other messages that may contain the words added in the filter.
Messages-To-Hide-Filter:
contains:
- 'First example message'
- 'Second example message'
regex:
- '^Third example message$'
- '^\[.*\] Fourth example message$'
#Chat messages with color and format codes support.
#Minecraft Color and Format Codes: http://minecraft.gamepedia.com/Formatting_codes
ChatMessages:
NoPermission: '[System] You don''t have permission!'
CmdHelp: '[System] Available commands: /csf reload'
CmdReload: '[System] Config reload complete!'
Note!
This plugin does not hide all error messages from the server console and logs!
This plugin hides only the messages/errors you add to the config file!
Telemetry for the mod platforms is collected by FastStats. It is opt-out: the first run prints a notice and submission is deferred until the next restart, and the opt-out flag lives in faststats/config.properties inside the mod config folder.
Unknown
Unknown
Terms for using, modifying and redistributing this product.
16.08.2026 · Modrinth
#Write each hidden (filtered) message to its own file under logs/.
#File names follow the pattern yyyy-MM-dd-N-filtered.log (e.g. 2026-07-03-1-filtered.log)
Log-Filtered-Messages: false
Screenshots and images from the original Modrinth page.

Published versions and original Modrinth files.
16.08.2026 · 1 522 downloads
#Write each hidden (filtered) message to its own file under logs/.
#File names follow the pattern yyyy-MM-dd-N-filtered.log (e.g. 2026-07-03-1-filtered.log)
Log-Filtered-Messages: false
10.08.2026 · 606 downloads
Completely rewrote the original code and improved its maintainability and scalability.
Fabric, Forge, and NeoForge.Because it's hard to maintain compatibility with the mod platform, it now only supports 1.18-26.2. (Bukkit platform compatibility remains unchanged)
Similarly, it also supports the client side.
04.04.2026 · 5 699 downloads
Thank MarvinSur very much!
13.03.2026 · 949 downloads
Such as:
- colored message.
NOTE: After upgraded to 1.11.9, you need to reconfigure all filters.
Thank NekoMonci12 very much!
25.10.2025 · 4 595 downloads
11.08.2025 · 2 096 downloads
20.06.2025 · 1 836 downloads
18.04.2025 · 1 692 downloads
12.04.2025 · 250 downloads
03.04.2025 · 283 downloads
03.04.2025 · 56 downloads
alpha.2 where the /csfv command was invalid in Velocity.Lib's Disguises.Note: There is an issue with the reload feature on velocity in this version.
03.04.2025 · 63 downloads
Lib's Disguises.Note: There is an issue with the reload feature on velocity in this version.
30.03.2025 · 130 downloads
Note: There is an issue with the reload feature on velocity in this version.
15.02.2025 · 1 242 downloads
10.01.2025 · 165 downloads
Folia.10.01.2025 · 114 downloads