
Console Filter
Allows you to hide console messages that contain configured strings or match configured regular expressions. This mod can be installed on either the client or the server, but it is not required on either side.
Config
Here is an example of how to use basic filters in the config to hide all console messages containing "Can't keep up!" and "Player moved too quickly!":
#Any console messages containing any of these strings will be hidden.
basicFilters = ["Can't keep up!", "Player moved too quickly!"]
Here's how to do the same thing with regex filters:
#Any console messages that match any of these regular expressions will be hidden. Uses Java style regex. Backslashes must be escaped, for example use \\s instead of \s to match whitespace.
regexFilters = [".*Can't keep up!.*", ".*Player moved too quickly!.*"]
Support
If you enjoy the mod and would like to support the project, feel free to leave a donation on PayPal. Support is greatly appreciated!
Sponsor
This project is sponsored by BisectHosting. If you're looking for a server, check out their hosting plans and use the promo code Chaos at checkout to get 25% off your first month!