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.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
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
- Discord: https://discord.gg/CcUNTJjPD
- Issues / source: https://github.com/alanjmrt94/ConsoleFilterNext
- Modrinth: https://modrinth.com/mod/consolefilternext
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
skipMessagesWithStackTraceis 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 tolatest.logand other Log4j file appendersskipMessagesWithStackTrace— 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
- Go to Options → Mods
- Find Console Filter Next
- Click Config
- Edit filters and options; Save & Apply writes
consolefilternext-common.tomland 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.
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers