Discord notifications for your Minekube Connect server status.
Let your friends know when your local Minecraft server is up and ready to join! This plugin sends a Discord webhook message when your server starts or stops, including the Connect endpoint so players can easily connect.
- 🟢 Online notifications – Sends a beautiful embed when your server starts
- 🔴 Offline notifications – Sends a message when your server stops
- 🔗 Automatic endpoint – Reads your endpoint from Minekube Connect config
- 🎨 Rich embeds – Modern Discord embeds with status, players, and more
- 📢 Multiple webhooks – Notify multiple Discord channels or servers at once
- ⚡ Simple config – Just paste your Discord webhook URL and go!
- ✅ Paper / Spigot / Bukkit (1.13+)
- ✅ Velocity
- ✅ BungeeCord / Waterfall
All platforms supported with a single JAR file.
- Minekube Connect plugin installed and configured
- Download the latest
ConnectNotify.jarfrom Releases - Drop it into your server's
plugins/folder - Start your server once to generate the config
- Edit
plugins/ConnectNotify/config.ymland paste your Discord webhook URL - Restart your server – done!
# plugins/ConnectNotify/config.yml
discord:
# Add your Discord webhook URL(s) here
# Create one: Right-click channel > Edit Channel > Integrations > Webhooks
webhooks:
- 'https://discord.com/api/webhooks/...'
# - 'https://discord.com/api/webhooks/...' # Add more webhooks
# Bot appearance
username: 'Connect Notify'
avatar-url: 'https://github.com/minekube.png'
# Enable/disable notifications
notifications:
online: true
offline: true- Right-click the channel where you want notifications
- Click Edit Channel → Integrations → Webhooks
- Click New Webhook
- Copy the Webhook URL
- Paste it into
config.yml
Tip: You can add multiple webhooks to notify different channels or servers!
┌─────────────────────────────────────────────────────────────┐
│ Your Minecraft Server │
│ ┌─────────────────┐ ┌─────────────────────────────────┐ │
│ │ Minekube Connect│───▶│ Connect Notify (reads endpoint) │ │
│ │ config.yml │ └──────────────┬──────────────────┘ │
│ │ endpoint: xyz │ │ │
│ └─────────────────┘ │ HTTP POST │
└────────────────────────────────────────┼────────────────────┘
▼
┌──────────────────┐
│ Discord Webhooks │
│ #server-status │
└──────────────────┘
- Check that your webhook URL is correct in
config.yml - Make sure the webhook hasn't been deleted in Discord
- Check server console for error messages
- Verify Minekube Connect is loaded and has a valid endpoint
The plugin reads from plugins/connect/config.yml. Make sure Connect is properly configured and your endpoint is set.
git clone https://github.com/minekube/connect-notify.git
cd connect-notify
./gradlew buildThe built jar will be in build/libs/.
MIT License – See LICENSE for details.
- Minekube Connect – Free public addresses for your Minecraft server
- Discord Webhooks Guide
- Report Issues
Made with ❤️ by Minekube
