{"id":15670192,"url":"https://github.com/huntie/minecraft-status-notifier","last_synced_at":"2025-10-11T13:34:34.696Z","repository":{"id":80462362,"uuid":"81029355","full_name":"huntie/minecraft-status-notifier","owner":"huntie","description":"Simple status notifier utility for Minecraft Server on Supervisord","archived":false,"fork":false,"pushed_at":"2017-06-10T21:46:34.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T07:29:37.114Z","etag":null,"topics":["minecraft-server","supervisord","webhooks"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huntie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2017-02-05T23:16:46.000Z","updated_at":"2017-07-30T23:57:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab67197e-48bd-4b78-b05a-bd0f774817a6","html_url":"https://github.com/huntie/minecraft-status-notifier","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"b571ebe36935924a2ebe46f567b6a90d278f01a0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huntie%2Fminecraft-status-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huntie%2Fminecraft-status-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huntie%2Fminecraft-status-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huntie%2Fminecraft-status-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huntie","download_url":"https://codeload.github.com/huntie/minecraft-status-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246278817,"owners_count":20751834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["minecraft-server","supervisord","webhooks"],"created_at":"2024-10-03T15:00:32.843Z","updated_at":"2025-10-11T13:34:29.649Z","avatar_url":"https://github.com/huntie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft server status notifier\n\nA small Node.js utility to listen to [Supervisord](http://supervisord.org/) events and publish status messages to a webhook receiver such as [Discord](https://discordapp.com/), [Telegram](https://telegram.org/) or [Slack](https://slack.com/).\n\n## Usage\n\n    npm install\n\nEdit `.env` to specify a target webhook URL and Supervisor process group name to match.\n\nNext, define a event listener in your Supervisor configuration (under `/etc/supervisor/conf.d/`). A subset of [event types](http://supervisord.org/events.html#event-types) can be matched.\n\n    [eventlistener:minecraft_status]\n    command=node app.js\n    directory=/home/minecraft/minecraft-status-notifier\n    user=minecraft\n    events=PROCESS_STATE\n\nFinally, load the updated configuration.\n\n    supervisorctl update\n\nTo match additional event types and customise broadcasted messages, edit `config/messages.json`.\n\n### Maintenance mode\n\nMaintenance mode can be set from the package directory. When enabled, new event messages will be suppressed.\n\n    npm run down\n\nThis creates a `MAINTENANCE_MODE` file which can be deleted manually, or is removed when maintenance mode is disabled.\n\n    npm run up\n\n## Sidenote\n\nThis implementation can easily be generalised for any Supervisor-managed process, however was created as a quick personal tool and serves for reference purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuntie%2Fminecraft-status-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuntie%2Fminecraft-status-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuntie%2Fminecraft-status-notifier/lists"}