ConsoleFilterX icon

ConsoleFilterX -----

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



Add the lines you want to filter in the config.yml

Code (Text):
# PLUGIN CURRENT VERSION
version: "1.2.2"

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

# Persist total filter count AND per filter (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

# Interval in minutes to output to console. Default every 10 minutes.
Output-Filtered-Messages-Count-Interval: 10

# 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.

# Supports REGEX. The program will detect a regex form when you start and end the filter with a "/" (NO DOUBLE QUOTES)
# Check example below -
#
# EXAMPLE:
#
# Blocked-Messages:
# - "SPAM WARNING: ExampleMessage"
# - /^[A-Za-z]+\sGrowth\sModifier:\s\d+\%$/
#
# 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:
  - "*********************************"

How to use the REGEX option (Advanced users)?

Please generate and test your regex independently.

- your regex should start and end with a forward slash "/"
- example: /^[A-Za-z]+\sGrowth\sModifier:\s\d+\%$/
- notice: no double quotes around the regex or else it'll error out.



Permissions:
consolefilter.reload

Commands:
/consolefilter reload
/cf reload
Resource Information
Author:
----------
Total Downloads: 484
First Release: Dec 25, 2024
Last Update: Jan 4, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings