Compatibility
Minecraft: Java Edition
26.2
26.1.2
1.21.10–1.21.11
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 3 days ago
Logger
A compact, async JSON logger for Paper with Discord webhook support, a web panel and per-player GUI.

Installation
- Drop
logger-1.5.4.jarinto your server'splugins/folder. - Start the server once to generate default
config.yml. - Configure
config.yml(setdiscord-webhook-urlto enable Discord notifications and adjust web panel settings if needed). - Reload or restart the server.
Configuration
Important settings in src/main/resources/config.yml (copied to plugin data folder):
enable-file-logging: true/falseenable-discord: true/falsediscord-webhook-url: your webhook URLdiscord-max-retries: number of webhook retrieslog-rotation.enabled: enable log file rotationweb-panel.enabled: enable the built-in dashboardweb-panel.port: dashboard portweb-panel.auth-enabled: enable basic auth for the web panel
Commands
/loggeropens the admin GUI (requires operator)/logger inspect <player>opens a player's logs/logger queueshows webhook queue size/logger clearqueueclears the webhook queue/logger webshows the web panel URL/logger reloadreloads the plugin configuration
License
MIT Licensed.


