Version 2.0 is now available.
Discord Webhook Integration Every single log type now supports its own individual Discord webhook. You can enable webhooks for specific events only — for example, only player joins, deaths and kicks — while keeping everything else silent. Each notification is sent as a formatted embed with color coding, all relevant fields, and a timestamp. Everything runs asynchronously so your server performance is not affected.
To configure, open config.yml after the first start and set enabled: true plus your webhook URL for the events you want:
yaml
webhooks:
blockbreak:
enabled: true
url: "
https://discord.com/api/webhooks/..."
chat:
enabled: false
url: ""
Code Overhaul The entire codebase has been cleaned up and restructured from scratch. Redundant comments and leftover code have been fully removed, making the plugin lighter and easier to maintain going forward.
Supported Webhook Events join, leave, blockbreak, blockplace, chat, commands, kicks, deaths, mobkills, teleport, itemdrop, itempickup, crafting, enchanting, anvil, respawn, bed, signs, level, buckets, inventories