LogFilter-Lite
PluginGPL-3.0-only

LogFilter-Lite

Lightweight log output filtering plugin.Supports Regex Matching.

78
Downloads
1
Followers
8 months ago
Updated
📦
1
Versions

📖About LogFilter-Lite

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.*"