Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Links
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated 4 months ago
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:
# List of regex patterns to filter from logs
filter-patterns:
- ".*Example filter pattern.*"
- ".*Another example.*"



