{"id":17437368,"url":"https://github.com/blixt/py-minecraft","last_synced_at":"2025-03-01T11:33:38.096Z","repository":{"id":1194255,"uuid":"1099664","full_name":"blixt/py-minecraft","owner":"blixt","description":"A library for communicating with Minecraft clients and servers written in Python.","archived":false,"fork":false,"pushed_at":"2014-04-17T15:46:32.000Z","size":162,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T06:55:38.770Z","etag":null,"topics":[],"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/blixt.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}},"created_at":"2010-11-21T13:14:37.000Z","updated_at":"2019-03-11T10:20:48.000Z","dependencies_parsed_at":"2022-07-06T11:22:50.547Z","dependency_job_id":null,"html_url":"https://github.com/blixt/py-minecraft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fpy-minecraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fpy-minecraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fpy-minecraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fpy-minecraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blixt","download_url":"https://codeload.github.com/blixt/py-minecraft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241360980,"owners_count":19950372,"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":[],"created_at":"2024-10-17T11:57:41.804Z","updated_at":"2025-03-01T11:33:37.118Z","avatar_url":"https://github.com/blixt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-minecraft\n\nA Python library for communicating with Minecraft clients and servers.\n\n## Trying it out\n\n### Minecraft wrapper\n\nThis project is an example of how to write a Minecraft wrapper. A wrapper sits\non top of the server, taking all client requests and forwarding them to the\nserver. The benefit of using a wrapper is that you get full control of\neverything sent back and forth between the clients and the server. This can be\nused for access control (for example: don't allow unknown users to place\nblocks) or to allow new functionality (warping to locations, colored chat\nmessages, etc.)\n\nRun this in the top directory to start the wrapper:\n\n    python -m example.wrapper.main\n\nThis will start a wrapper on port 25564 that you can connect to by entering\n`localhost:25564` as the server after selecting \"Multiplayer\" in the client.\n\nThe wrapper expects a Minecraft server to already be running locally on port\n25565.\n\n### Minecraft server\n\nA very simple (read: bad, slow, incomplete) implementation of a server. This is\nin no way meant to actually be used, it's more a proof of concept and a test to\nmake sure all packet implementations work fine.\n\nCurrently the server doesn't support interaction between players other than\nchatting.\n\nRun this in the top directory to start the server:\n\n    python -m example.server.main\n\n## MIT license\n\nThis project is licensed under an MIT license.  \n\u003chttp://www.opensource.org/licenses/mit-license.php\u003e\n\nCopyright © 2010 Andreas Blixt \u003candreas@blixt.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fpy-minecraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblixt%2Fpy-minecraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fpy-minecraft/lists"}