LogFilter-Lite
Lightweight log output filtering plugin.Supports Regex Matching.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
LogFilter-Lite
LogFilter
A lightweight log filtering plugin for Minecraft servers with regex support.
Features
- Multi-Core Support: Filter logs using Java regular expressions - Multi-Core Support: 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.*"