Console Spam Fix : Reborn

Console Spam Fix : Reborn

A log filter that hide configured messages or errors from console and logs.

by
20.3K Downloads
bukkitbungeecordfabricfoliaforgeneoforgepaperpurpurspigotvelocitywaterfalloptimizationstorageutility
Rent Server with this Mod

About this Mod

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?

  1. Download ConsoleSpamFixReborn.
  2. Put ConsoleSpamFixReborn to plugins/ folder
  3. Rename plugins/ConsoleSpamFix to plugins/ConsoleSpamFixReborn
  4. Enjoy!

Do you want a powerful anti-xray? Then check out my other plugin:

MinerTrack_64x.png MinerTrack Anti-XRay - Minecraft Plugin (modrinth.com)

Features

  • Works on any Bukkit/Spigot/Paper/Folia server, BungeeCord, Velocity, and as a Fabric / Forge / NeoForge server-side mod (1.18+).
  • Client-side support on Fabric / Forge / NeoForge: hides configured messages from the client console and latest.log, reloadable with /csfc.
  • Hides configured messages from appearing on server console and logs.
  • Easy to configure. Check the plugin config file.
  • Reload command to apply the config changes without a server restart.
  • Performance friendly, no TPS drops.

Install instructions

  • Bukkit/Spigot/Paper/Folia, BungeeCord, Velocity: place the jar in the server plugins/ folder.
  • Fabric / Forge / NeoForge: place the jar in the server mods/ folder.
  • Start the server and the config file will be generated on the first run.
  • Change the config settings anytime and run the reload command to apply the changes.
  • Done, enjoy.

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!

bStats

Bukkit

bukkit

Velocity

velocity

BungeeCord

bungee

FastStats (Fabric / Forge / NeoForge)

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.

Available Versions

2.1.0 - Log Filter Retention Supportrelease
MC 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2bukkit, bungeecord, fabric, folia, forge, neoforge, paper, purpur, spigot, velocity, waterfall
August 16, 2026
2.0.0 - Fully Rewriterelease
MC 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2bukkit, bungeecord, fabric, folia, forge, neoforge, paper, purpur, spigot, velocity, waterfall
August 10, 2026
1.12.0 - Velocity Config Key Lookup Fixrelease
MC 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2bukkit, bungeecord, folia, paper, purpur, spigot, velocity, waterfall
April 4, 2026
1.11.9 - Regex Supportrelease
MC 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1, 26.1.1bukkit, bungeecord, folia, paper, purpur, spigot, velocity, waterfall
March 13, 2026
1.11.8 - Velocity BUG Fixrelease
MC 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11bukkit, bungeecord, folia, paper, purpur, spigot, velocity, waterfall
October 25, 2025

How to Install Console Spam Fix : Reborn on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set bukkit Loader

In the panel under "Egg", select the bukkit loader and matching Minecraft version (26.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Console Spam Fix : Reborn". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

bukkitbungeecordfabricfoliaforgeneoforgepaperpurpurspigotvelocitywaterfall

Minecraft Versions

26.2, 26.1.2, 26.1.1 (+72 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Console Spam Fix : Reborn server crashes on startup – what to do?

Most common cause: wrong bukkit version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2). You can switch loaders with one click in the panel.

Is Console Spam Fix : Reborn compatible with bukkit and bungeecord and fabric and folia and forge and neoforge and paper and purpur and spigot and velocity and waterfall?

Console Spam Fix : Reborn officially supports bukkit, bungeecord, fabric, folia, forge, neoforge, paper, purpur, spigot, velocity, waterfall for Minecraft 26.2, 26.1.2, 26.1.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Console Spam Fix : Reborn – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Console Spam Fix : Reborn consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Console Spam Fix : Reborn with just one click on your server.

Recommended RAM
4 GBfrom €5.2/mo
Minimum 3 GB | per 8 players
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
LicenseRef-All-Rights-Reserved
Server-side
Unsupported

Supported Versions

26.226.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.6+65 more