Yadokari Hooks

A Sponge plugin that allows you to send Minecraft in-game events as webhooks to a specified URL.

24

Quick challenge

How far can you run before the mobs catch you?

Yadokari Hooks

the banner of 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" } ] ```

ADS