LogFilter
A lightweight log filtering plugin for Minecraft servers with regex support.
Features
- Regex Pattern Matching: Filter logs using Java regular expressions
- Hot Reload: Apply config changes without server restart (
/logfilter reload)
- Multi-Core Support: Compatible with Folia, Paper, Bukkit, Purpur, Spigot
Commands
| Command |
Description |
Permission |
/logfilter |
Show help menu |
logfilter.admin |
/logfilter reload |
Reload configuration file |
logfilter.admin |
Permissions
logfilter.admin - Access to all commands (OP by default)
Configuration
Config file (plugins/LogFilter/config.yml) will be generated on first run:
```yaml
List of regex patterns to filter from logs
filter-patterns:
- ".Example filter pattern."
- ".Another example."