PluginLicenseRef-All-Rights-Reserved
Yadokari Hooks
A Sponge plugin that allows you to send Minecraft in-game events as webhooks to a specified URL.
20
Downloads
0
Followers
7 months ago
Updated
📦
1
Versions
📖About 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
Obtain a Discord Webhook URL:
- In your Discord server, go to the channel settings.
- Navigate to Integrations > Webhooks and create a new webhook.
- Copy the webhook URL.
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.
hooks = [ { url = "YOUR_DISCORD_WEBHOOK_URL" format = "discord" } ]- Open your configuration file (e.g.,