Console Spam Fix : Reborn

Console Spam Fix : Reborn

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

von
20.3K Downloads
bukkitbungeecordfabricfoliaforgeneoforgepaperpurpurspigotvelocitywaterfalloptimizationstorageutility
Server mit dieser Mod mieten

Über diese 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.

Verfügbare Versionen

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
16. August 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
10. August 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
4. April 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
13. März 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
25. Oktober 2025

Console Spam Fix : Reborn auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 3 GB RAM (4 GB empfohlen).

2

bukkit Loader setzen

Wähle im Panel unter "Egg" den bukkit-Loader und die passende Minecraft-Version (26.2).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "Console Spam Fix : Reborn". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

bukkitbungeecordfabricfoliaforgeneoforgepaperpurpurspigotvelocitywaterfall

Minecraft-Versionen

26.2, 26.1.2, 26.1.1 (+72 weitere)

Server-seitig

Nicht unterstützt

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

Console Spam Fix : Reborn Server crasht beim Start – was tun?

Häufigste Ursache: falsche bukkit-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 3 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (26.2). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist Console Spam Fix : Reborn mit bukkit und bungeecord und fabric und folia und forge und neoforge und paper und purpur und spigot und velocity und waterfall kompatibel?

Console Spam Fix : Reborn unterstützt offiziell bukkit, bungeecord, fabric, folia, forge, neoforge, paper, purpur, spigot, velocity, waterfall für Minecraft 26.2, 26.1.2, 26.1.1. Achtung: Forge- und Fabric-Mods sind NICHT untereinander kompatibel – wähle einen Loader und bleibe dabei. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit Console Spam Fix : Reborn – wie optimiere ich die Performance?

Empfohlener RAM: 4 GB (+1 GB pro 8 Spieler). Prüfe mit /spark profiler, ob Console Spam Fix : Reborn den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere Console Spam Fix : Reborn mit nur einem Klick auf deinem Server.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
LicenseRef-All-Rights-Reserved
Server-seitig
Nicht unterstützt

Unterstützte Versionen

26.226.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.6+65 mehr