Important
This README is intended for plugin developers. See the Modrinth page for a more user-friendly description.
WebhookLogger is a cross-platform Minecraft plugin for logging various in-game events to Discord webhooks.
The project uses Adventure for most of the platform independent abstraction minimizing the need for writing our own platform adapters.
All configurable messages use the MiniMessage format and also support MiniPlaceholders placeholders.
Configuration is handled using DazzleConf.
Building WebhookLogger requires Java 21. The recommended command for building is ./gradlew build