sattik03 | ConsoleFilter
Create a server, get 25% off your first month

ConsoleFilter
Tired of spammy errors, repeating warnings, or noisy mod logs clogging up your server terminal? ConsoleFilter intercepts and hides unwanted console messages in real time, keeping your logs clean and readable.
What It Does
- Keyword Filtering: Suppresses any console message matching your custom keywords or phrases.
- Full In-Game Management (New in v1.7.0): Manage your filters directly in-game using
/consolefilter— no need to dig into server files or restart.- Interactive Chat UI (New in v1.7.0): View active filters with
/consolefilter listand click the [ā Remove] button directly in chat to delete them on the fly.- Audit Log / Log Redirection (New in v1.7.0): Keep your console clean without losing critical error data. Suppressed messages can be automatically saved to
logs/filtered.logwith timestamps. Enabled by default.- Zero Performance Impact: Filters messages at the Log4j root level before console rendering happens.
- Instant Hot-Reload: Any changes made from in-game take effect immediately. For changes made in the
filter_config.txtmanually to take effect effect immediately, run the command/consolefilter reload.
In-Game Commands (Available from version 1.7.0+ | OP Level 2)
/consolefilter list— Displays all active filter keywords with clickable [ā Remove] buttons./consolefilter add <keyword>— Adds a new keyword/phrase to filter./consolefilter remove <keyword>— Removes an existing filter (supports tab completion)./consolefilter test <message>— Tests whether a message would be blocked or passed through./consolefilter audit <on|off>— Toggles saving suppressed logs tologs/filtered.log./consolefilter reload— Reloadsfilter_config.txtfrom disk./consolefilter clear— Removes all filters.
Configuration
The configuration file is automatically created at:
config/consolefilter/filter_config.txt
# Save filtered logs to logs/filtered.log (true/false) - (v1.7.0+)
SaveFilteredLogs = true
# Add keywords you want to filter separated by commas
Filters = [fell from a high place, drowned]
- Filters: Add any words or phrases separated by commas. (Keywords are case-sensitive).
- SaveFilteredLogs (v1.7.0+): Set to
trueto redirect blocked console logs tologs/filtered.log, orfalseto completely discard them.
ā Fuel My Code with Coffee!
Liked the mod? Keep me caffeinated and semi-functional š“ by dropping a coffee here. Thanks, you legend! š