{"id":15040607,"url":"https://github.com/ktooi/pymcbdsc","last_synced_at":"2026-01-07T11:12:51.212Z","repository":{"id":54759889,"uuid":"325657794","full_name":"ktooi/pymcbdsc","owner":"ktooi","description":"This project provides very easier setup and management for the Minecraft Bedrock Dedicated Server.","archived":false,"fork":false,"pushed_at":"2021-02-07T08:40:48.000Z","size":138,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T09:39:05.513Z","etag":null,"topics":["bedrock-edition","bedrock-server","docker","minecraft","minecraft-server"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ktooi.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}},"created_at":"2020-12-30T22:09:55.000Z","updated_at":"2021-02-01T18:25:40.000Z","dependencies_parsed_at":"2022-08-14T02:00:43.736Z","dependency_job_id":null,"html_url":"https://github.com/ktooi/pymcbdsc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktooi%2Fpymcbdsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktooi%2Fpymcbdsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktooi%2Fpymcbdsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktooi%2Fpymcbdsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ktooi","download_url":"https://codeload.github.com/ktooi/pymcbdsc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245799224,"owners_count":20674115,"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":["bedrock-edition","bedrock-server","docker","minecraft","minecraft-server"],"created_at":"2024-09-24T20:44:48.971Z","updated_at":"2026-01-07T11:12:51.148Z","avatar_url":"https://github.com/ktooi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pymcbdsc\n\n[![Version](https://badge.fury.io/py/pymcbdsc.svg)](https://pypi.org/project/pymcbdsc/) [![doctest](https://github.com/ktooi/pymcbdsc/workflows/doctest/badge.svg)](https://github.com/ktooi/pymcbdsc/actions?query=workflow%3Adoctest+branch%3Amain) [![CircleCI](https://circleci.com/gh/ktooi/pymcbdsc/tree/main.svg?style=shield)](https://circleci.com/gh/ktooi/pymcbdsc/tree/main)\n\nPymcbdsc(Python Minecraft Bedrock Dedicated Server Container Manager (長い...)) は、 [Bedrock Dedicated Server](https://www.minecraft.net/en-us/download/server/bedrock) (以下、 BDS)を手間をかけずに構築・運用する為のスクリプト及び Python モジュールです。\n\nPymcbdsc には次の特徴があります。\n\n*   BDS のアップデートを自動的に行える。\n*   コンテナ技術を用いることで、環境を汚さずに BDS を構築できる。\n*   定期的なセーブデータのバックアップを行える。\n\nなお、 Pymcbdsc は非公式であり、 Minecraft 及び Mojang AB から何ら承認を得たものではありません。\n\n## Overview\n\nMinecraft Bedrock Edition は不定期に新バージョンがリリースされ、多くの場合は Minecraft (クライアント) が自動的にバージョンアップされます。\nMinecraft Bedrock Edition の新バージョンリリースに伴い、 BDS の新バージョンもリリースされますが、残念なことにこちらを自動バージョンアップする手段は用意されていません。\n\nPymcbdsc では、この不便を解消するために BDS を自動バージョンアップする手段を提供します。\n\nまた、[マインクラフト エンドユーザーライセンス規約](https://account.mojang.com/terms)では Mojang AB の著作物について再頒布が禁止されています。\nこのため、本モジュールでは本モジュールを利用する各環境で BDS をダウンロードし使用する方式を採用しています。\n\n## Getting Started\n\n### Prerequisites\n\nDocker (Windows の場合は [Docker Desktop for Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows)) がインストールされ、動作している必要があります。\n\nまた、 BDS をダウンロード及び利用する為に、下記の利用規約にも同意する必要があります。\n\n*   [マインクラフト エンドユーザーライセンス規約](https://account.mojang.com/terms)\n*   [プライバシーポリシー](https://privacy.microsoft.com/ja-jp/privacystatement)\n\n### Installing\n\n1.  Pymcbdsc をインストールします。\n\n    ```\n    pip install pymcbdsc\n    ```\n1.  ディレクトリ(フォルダ)やファイルを配置します。\n\n    ```\n    python -m pymcbdsc install\n    ```\n    または\n\n    ```\n    mcbdsc install\n    ```\n\n## Configuration\n\n**Tag**\n\nBDS (というか、 Minecraft) のバージョニングは `major.minor.patch.revision` となっております。\n本モジュールでは、作成した Docker Image に対してこの BDS のバージョンをもとに Tag の付与を行います。\n\n本モジュールが付与する Tag は次の3種類です。\n\n|タグの種類|意味|例|\n|----|----|----|\n|latest|最新の BDS バージョンのイメージを指します。|latest|\n|minor|`major.minor` 毎に作成され、各 BDS マイナーバージョンの最新イメージを指します。|1.16|\n|revision|`major.minor.patch.revision` すべてを含み、各 BDS バージョンのイメージを指します。|1.16.201.02|\n\n## Authors\n\n*   **Kodai Tooi** [GitHub](https://github.com/ktooi), [Qiita](https://qiita.com/ktooi)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktooi%2Fpymcbdsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktooi%2Fpymcbdsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktooi%2Fpymcbdsc/lists"}