{"id":49309313,"url":"https://github.com/minekube/connect-notify","last_synced_at":"2026-04-26T11:31:07.230Z","repository":{"id":353436444,"uuid":"1127638251","full_name":"minekube/connect-notify","owner":"minekube","description":"Discord notifications when your Minecraft server goes online/offline. Let friends know when to join!","archived":false,"fork":false,"pushed_at":"2026-04-23T21:22:47.000Z","size":246,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T23:27:41.068Z","etag":null,"topics":["bungeecord","discord","minecraft","minecraft-plugin","paper","velocity","webhook"],"latest_commit_sha":null,"homepage":"https://connect.minekube.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minekube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T09:52:10.000Z","updated_at":"2026-01-04T11:37:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/minekube/connect-notify","commit_stats":null,"previous_names":["minekube/connect-notify"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/minekube/connect-notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minekube%2Fconnect-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minekube%2Fconnect-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minekube%2Fconnect-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minekube%2Fconnect-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minekube","download_url":"https://codeload.github.com/minekube/connect-notify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minekube%2Fconnect-notify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32296259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bungeecord","discord","minecraft","minecraft-plugin","paper","velocity","webhook"],"created_at":"2026-04-26T11:31:06.755Z","updated_at":"2026-04-26T11:31:07.222Z","avatar_url":"https://github.com/minekube.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connect Notify\n\n[![Download](https://img.shields.io/github/v/release/minekube/connect-notify?label=Download\u0026style=for-the-badge)](https://github.com/minekube/connect-notify/releases/latest)\n[![GitHub Stars](https://img.shields.io/github/stars/minekube/connect-notify?style=for-the-badge)](https://github.com/minekube/connect-notify)\n\n**Discord notifications for your Minekube Connect server status.**\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/preview.png\" alt=\"Discord notifications preview\" width=\"400\"\u003e\n\u003c/p\u003e\n\nLet 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.\n\n## Features\n\n- 🟢 **Online notifications** – Sends a beautiful embed when your server starts\n- 🔴 **Offline notifications** – Sends a message when your server stops\n- 🔗 **Automatic endpoint** – Reads your endpoint from [Minekube Connect](https://connect.minekube.com) config\n- 🎨 **Rich embeds** – Modern Discord embeds with status, players, and more\n- 📢 **Multiple webhooks** – Notify multiple Discord channels or servers at once\n- ⚡ **Simple config** – Just paste your Discord webhook URL and go!\n\n## Supported Platforms\n\n- ✅ Paper / Spigot / Bukkit (1.13+)\n- ✅ Velocity\n- ✅ BungeeCord / Waterfall\n\nAll platforms supported with a **single JAR file**.\n\n## Requirements\n\n- [Minekube Connect plugin](https://connect.minekube.com/guide/connectors/plugin) installed and configured\n\n## Installation\n\n1. Download the latest `ConnectNotify.jar` from [Releases](https://github.com/minekube/connect-notify/releases)\n2. Drop it into your server's `plugins/` folder\n3. Start your server once to generate the config\n4. Edit `plugins/ConnectNotify/config.yml` and paste your Discord webhook URL\n5. Restart your server – done!\n\n## Configuration\n\n```yaml\n# plugins/ConnectNotify/config.yml\n\ndiscord:\n  # Add your Discord webhook URL(s) here\n  # Create one: Right-click channel \u003e Edit Channel \u003e Integrations \u003e Webhooks\n  webhooks:\n    - 'https://discord.com/api/webhooks/...'\n    # - 'https://discord.com/api/webhooks/...'  # Add more webhooks\n\n  # Bot appearance\n  username: 'Connect Notify'\n  avatar-url: 'https://github.com/minekube.png'\n\n# Enable/disable notifications\nnotifications:\n  online: true\n  offline: true\n```\n\n## Creating a Discord Webhook\n\n1. Right-click the channel where you want notifications\n2. Click **Edit Channel** → **Integrations** → **Webhooks**\n3. Click **New Webhook**\n4. Copy the **Webhook URL**\n5. Paste it into `config.yml`\n\n\u003e **Tip:** You can add multiple webhooks to notify different channels or servers!\n\n## How It Works\n\n```\n┌─────────────────────────────────────────────────────────────┐\n│  Your Minecraft Server                                      │\n│  ┌─────────────────┐    ┌─────────────────────────────────┐ │\n│  │ Minekube Connect│───▶│ Connect Notify (reads endpoint) │ │\n│  │ config.yml      │    └──────────────┬──────────────────┘ │\n│  │ endpoint: xyz   │                   │                    │\n│  └─────────────────┘                   │ HTTP POST          │\n└────────────────────────────────────────┼────────────────────┘\n                                         ▼\n                              ┌──────────────────┐\n                              │ Discord Webhooks │\n                              │ #server-status   │\n                              └──────────────────┘\n```\n\n## Troubleshooting\n\n### No messages in Discord?\n\n1. Check that your webhook URL is correct in `config.yml`\n2. Make sure the webhook hasn't been deleted in Discord\n3. Check server console for error messages\n4. Verify Minekube Connect is loaded and has a valid endpoint\n\n### Wrong endpoint showing?\n\nThe plugin reads from `plugins/connect/config.yml`. Make sure Connect is properly configured and your endpoint is set.\n\n## Building from Source\n\n```bash\ngit clone https://github.com/minekube/connect-notify.git\ncd connect-notify\n./gradlew build\n```\n\nThe built jar will be in `build/libs/`.\n\n## License\n\nMIT License – See [LICENSE](LICENSE) for details.\n\n## Links\n\n- [Minekube Connect](https://connect.minekube.com) – Free public addresses for your Minecraft server\n- [Discord Webhooks Guide](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)\n- [Report Issues](https://github.com/minekube/connect-notify/issues)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://minekube.com\"\u003eMinekube\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminekube%2Fconnect-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminekube%2Fconnect-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminekube%2Fconnect-notify/lists"}