Lightweight log output filtering plugin.Supports Regex Matching.
A lightweight log filtering plugin for Minecraft servers with regex support.
/logfilter reload)| Command | Description | Permission |
|---|---|---|
/logfilter |
Show help menu | logfilter.admin |
/logfilter reload |
Reload configuration file | logfilter.admin |
logfilter.admin - Access to all commands (OP by default)
Config file (plugins/LogFilter/config.yml) will be generated on first run:
# List of regex patterns to filter from logs
filter-patterns:
- ".*Example filter pattern.*"
- ".*Another example.*"