ConsoleFilterNext

Quick rating

ConsoleFilterNext

No reviews yet

An improved ConsoleFilter mod that filters log messages not only by text, but also by log level (info, error, etc.). Gain better control over your console output to reduce noise and focus on what's important — ideal for debugging and error tracking.

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
Creative Commons Attribution Non Commercial Share Alike 4.0 International
Latest Version
1.20.1-4.2.0 [NeoForge]
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Console Filter Next

An improved console log filter for Minecraft Forge, Fabric, and NeoForge. Filter by text, regex, log level, thread, logger/source, and mod id. Works on the client and dedicated server (optional on each side).

Download the JAR for your loader (*-forge, *-fabric, or *-neoforge). Do not mix loaders.

Links

Features

  • Filter types: text, regex, level, thread, source, mod id
  • Profiles: default, debug, production
  • Blacklist or whitelist mode; in-game config editor
  • Commands: reload, list, status, export, import, profile
  • Optional filtering of latest.log / Log4j file appenders
  • Never hide stack traces when skipMessagesWithStackTrace is enabled

Compatibility

  • Minecraft 1.20.1
  • Forge 47+ · Fabric · NeoForge
  • Java 17 bytecode (Java 17 or 21 launcher)

Originally based on ConsoleFilter by Matthew Czyr. Maintained by alanjmrt94. License: CC BY-NC-SA 4.0.

Console Filter Next

An improved fork of ConsoleFilter for Minecraft Forge, Fabric, and NeoForge. Filter console output by text, regex, log level, thread, logger/source, and mod id — not just plain text. Reduce noise on the client or dedicated server while debugging modpacks and development environments.

Loaders: Forge · Fabric · NeoForge (separate JAR per loader)
Discord: discord.gg/CcUNTJjPD · Issues: GitHub

Install on either or both sides (optional on client and server): use it only where you read logs.

Features

  • Filter types: basic text, regex, log level, thread, logger/source, mod id
  • Profiles: default, debug, production — switch in-game, via TOML, or /consolefilter profile (persisted)
  • Modes: blacklist (hide matches) or whitelist (show only matches); optional ignoreCase
  • In-game editor (Forge/NeoForge Mods → Config; Fabric Mod Menu): paginated lists, regex validation, presets, import/export
  • Commands (OP 2): reload, list, status, export, import, profile
  • filterLatestLog — apply filters to latest.log and other Log4j file appenders
  • skipMessagesWithStackTrace — never hide lines with exceptions or stack traces
  • Statistics: per-filter-type hit counts in /consolefilter status
  • Hot reload from file, commands, or Save & Apply in the config UI

Configuration

In-game

  1. Go to Options → Mods
  2. Find Console Filter Next
  3. Click Config
  4. Edit filters and options; Save & Apply writes consolefilternext-common.toml and reloads filters

Config file

Edit config/consolefilternext-common.toml in your instance folder.

Example — filter INFO messages from the Server thread:

[general]
activeProfile = "default"
ignoreCase = false
whitelistMode = false
filterLatestLog = true
skipMessagesWithStackTrace = false

basicFilters = []
levelFilters = ["INFO"]
threadFilters = ["Server thread"]
sourceFilters = []
modIdFilters = []
regexFilters = []

More examples (whitelist mode, mod id filters, profiles, regex): README.

Tips

Filter all DEBUG messages

levelFilters = ["DEBUG"]

Filter messages from a specific package

sourceFilters = ["com.example.mymod"]

Whitelist mode — show only matching messages

whitelistMode = true
basicFilters = ["ERROR", "WARN"]

If any filter matches, the message is filtered out (unless whitelist mode is enabled).

Compatibility

Minecraft 1.20.1
Mod loaders Forge 47+ · Fabric · NeoForge (one JAR each)
Java 17 or 21 (launcher; mod bytecode targets Java 17)
Side Client and dedicated server (optional on each)

Migrating from the original ConsoleFilter? See MIGRATION.md.

Support

Discord discord.gg/CcUNTJjPD
Issues GitHub Issues
Source alanjmrt94/ConsoleFilterNext

Credits

Console Filter Next alanjmrt94
Originally based on ConsoleFilter by Matthew Czyr
ConsoleFilter contributors NgLoader, MarkKoz, ChaosTheDude
License CC BY-NC-SA 4.0

Crafted with ❤️ for modders who want a cleaner console.

Screenshots

Gallery

  • sample.png
    sample.png sample.png
  • Console Filter Next
    Console Filter Next In-game configuration editor (Options → Mods → Config)
  • Console Filter Next
    Console Filter Next

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works