MineWebhook — Discord Webhooks in Minecraft
Features
- Simple Discord Integration: Send messages from Minecraft to Discord with one command
- Multiple Webhook Support: Configure and switch between different webhooks easily
- In-Game Management: Reload configurations without server restart
- Permission Control: Granular access control for different users
Installation
- Download the latest MineWebhook.jar
- Place the file in your server's plugins/ folder
- Restart your server
- Configure your webhooks in plugins/MineWebhook/config.yml
Basic Usage
Sending Messages
/webhook <webhook_name> <message>
Example: /webhook alerts Player joined the game!
Managing Configurations
/minewebhook reload
Reloads the configuration without server restart
Configuration
Edit plugins/MineWebhook/config.yml:
webhooks:
testWebhook: "
https://discord.com/api/webhooks/your-webhook-url"
notifications: "
https://discord.com/api/webhooks/another-webhook-url"
Permissions
Permission
Description
Default
minewebhook.send Allows sending webhooks op
minewebhook.reload Allows reloading config op
Support
Created by
Pasha Void
For support or feature requests, please
open an issue on our GitHub repository.
Note: This plugin requires Spigot/Paper 1.21+ and internet access to communicate with Discord's API.