ConsoleFilterX icon

ConsoleFilterX -----

[1.21.x] Filters unwanted, spammy console messages. Save filter counts.



v 1.1.0 - filtered messages count
Hi all,

Added the ability to count filtered messages and display to console every 10 mins (can be enabled/disabled in config.yml)

Added the ability to save the total count so you have an idea how much this tool is filtering.

The save happens between server restarts (when the plugin gets disabled) to avoid constant read/writes (doesn't hinder performance)

Here is the latest config.yml file if you need all the comments, organization, and whatnot, otherwise all config.yml fields are added automatically.

Code (YAML):
# PLUGIN CURRENT VERSION
version
: "1.1.0"

# Enables/Disables daily update checks. true/false.
Check-For-Updates
: true

# Persist total filter count (It saves between restarts to avoid constant read/write operations)
Save-Filtered-Count
: true

# Enables/Disables filtered message count console output every ten minutes. true/false
Output-Filtered-Messages-Count-To-Console
: true

# Add here the patterns of messages you want to block from appearing in your console and logs.
# Each line represents a new pattern.
# NOTE! You don’t need to add the full message!
# The plugin will block any message that contains the text added below.
#
# EXAMPLE:
#
# Blocked-Messages:
# - 'SPAM WARNING: ExampleMessage'
#
# Any console message containing the text 'SPAM WARNING: ExampleMessage'
# will be blocked from appearing in the console and logs.
#
# If you have large errors, you don’t need to type the entire error message.
# However, be specific to avoid blocking unintended messages.

Blocked-Messages
:
 - "*********************************"
 
----------, Dec 26, 2024
Resource Information
Author:
----------
Total Downloads: 485
First Release: Dec 25, 2024
Last Update: Jan 4, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings