Yadokari Hooks
A Sponge plugin that allows you to send Minecraft in-game events as webhooks to a specified URL.
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.
Yadokari Hooks

Yadokari Hooks is a Sponge plugin that allows you to send Minecraft in-game events as webhooks to a specified URL.
Use for Discord
1. Webhooks - In your Discord server, go to the channel settings. - Navigate to Webhooks > Webhooks and create a new webhook. - Copy the webhook URL.
2. Configure yadokari-hooks: - Open your configuration file (e.g., `config.conf`). - Add or update a webhook entry with the copied URL and set the format to `discord`.
```hocon hooks = [ { url = "YOUR_DISCORD_WEBHOOK_URL" format = "discord" } ] ```