{"id":27817154,"url":"https://github.com/cephalization/mc-server-update","last_synced_at":"2025-09-07T10:39:30.156Z","repository":{"id":100382393,"uuid":"432785490","full_name":"cephalization/mc-server-update","owner":"cephalization","description":"Downloads minecraft server releases","archived":false,"fork":false,"pushed_at":"2021-11-28T19:31:36.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-07T10:39:29.719Z","etag":null,"topics":["minecraft","python","script","server","update"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cephalization.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-11-28T17:56:57.000Z","updated_at":"2023-03-17T12:48:18.000Z","dependencies_parsed_at":"2023-05-14T06:45:42.802Z","dependency_job_id":null,"html_url":"https://github.com/cephalization/mc-server-update","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cephalization/mc-server-update","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fmc-server-update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fmc-server-update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fmc-server-update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fmc-server-update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cephalization","download_url":"https://codeload.github.com/cephalization/mc-server-update/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fmc-server-update/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026706,"owners_count":25209739,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["minecraft","python","script","server","update"],"created_at":"2025-05-01T14:39:18.037Z","updated_at":"2025-09-07T10:39:30.147Z","avatar_url":"https://github.com/cephalization.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Server Update\n\nDownloads minecraft server releases\n\n## Requirements\n\n- Python ^3.7\n- [Python Poetry](https://python-poetry.org/docs/#installation)\n\n## Example Usage\n\n### Help\n\n```\n$ ./run.sh -h\n\npositional arguments:\n  version               desired version number, latest if not provided\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --release             latest release version of minecraft\n  --snapshot            latest snapshot version of minecraft, overrides\n                        --release if both are provided\n  -n NAME, --name NAME  filename of the jar file\n  -d DESTINATION, --destination DESTINATION\n                        destination path to save the server.jar\n```\n\n### Download latest release to current directory\n```\n$ ./run.sh\n\nFound blob for release version 1.17.1\nDownloading server.jar for 1.17.1...\nReplacing /home/tony/repos/mc-server-update/server.jar\nDone!\n```\n\n### Download latest snapshot to current directory\n```\n$ ./run.sh --snapshot\n\nFound blob for snapshot version 1.18-rc3\nDownloading server.jar for 1.18-rc3...\nReplacing /home/tony/repos/mc-server-update/server.jar\nDone!\n```\n\n### Download latest snapshot to current directory\n```\n$ ./run.sh --snapshot\n\nFound blob for snapshot version 1.18-rc3\nDownloading server.jar for 1.18-rc3...\nReplacing /home/tony/repos/mc-server-update/server.jar\nDone!\n```\n\n### Download snapshot 21w44a to current directory\n```\n$ ./run.sh --snapshot 21w44a\n\nFound blob for snapshot version 21w44a\nDownloading server.jar for 21w44a...\nReplacing /home/tony/repos/mc-server-update/server.jar\nDone!\n```\n\n\n## Example Usage in Script\n\n```bash\n# update-minecraft-server.sh\n#!/bin/bash\nminecraftd stop\nminecraftd backup\nPWD=`pwd`\ncd ~/repos/mc-server-update\nsudo ~/repos/mc-server-update/run.sh -d /srv/minecraft -n minecraft_server.jar \"$@\"\ncd \"$PWD\"\nminecraftd start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcephalization%2Fmc-server-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcephalization%2Fmc-server-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcephalization%2Fmc-server-update/lists"}