{"id":34083882,"url":"https://github.com/mcdreforged/mcdreforged","last_synced_at":"2026-01-16T10:01:42.363Z","repository":{"id":37714414,"uuid":"251560615","full_name":"MCDReforged/MCDReforged","owner":"MCDReforged","description":"A rewritten version of MCDaemon, a python tool to control your Minecraft server","archived":false,"fork":false,"pushed_at":"2026-01-12T18:29:07.000Z","size":6307,"stargazers_count":1056,"open_issues_count":11,"forks_count":86,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-01-12T22:54:08.684Z","etag":null,"topics":["mcdreforged","minecraft","python"],"latest_commit_sha":null,"homepage":"https://mcdreforged.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MCDReforged.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":"2020-03-31T09:42:49.000Z","updated_at":"2026-01-12T17:13:50.000Z","dependencies_parsed_at":"2025-12-14T13:02:07.976Z","dependency_job_id":null,"html_url":"https://github.com/MCDReforged/MCDReforged","commit_stats":{"total_commits":1018,"total_committers":25,"mean_commits":40.72,"dds":0.04518664047151277,"last_synced_commit":"3eb7e0e80d3d4d349392af2c845ee0c4bdf8e868"},"previous_names":["mcdreforged/mcdreforged","fallen-breath/mcdreforged"],"tags_count":152,"template":false,"template_full_name":null,"purl":"pkg:github/MCDReforged/MCDReforged","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCDReforged%2FMCDReforged","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCDReforged%2FMCDReforged/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCDReforged%2FMCDReforged/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCDReforged%2FMCDReforged/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCDReforged","download_url":"https://codeload.github.com/MCDReforged/MCDReforged/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCDReforged%2FMCDReforged/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["mcdreforged","minecraft","python"],"created_at":"2025-12-14T12:59:37.623Z","updated_at":"2026-01-16T10:01:42.265Z","avatar_url":"https://github.com/MCDReforged.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MCDReforged\n--------\n\n[![Python Versions](https://img.shields.io/pypi/pyversions/mcdreforged.svg)](https://pypi.org/project/mcdreforged)\n[![PyPI Version](https://img.shields.io/pypi/v/mcdreforged.svg)](https://pypi.org/project/mcdreforged)\n[![Docker](https://img.shields.io/docker/v/mcdreforged/mcdreforged/latest?label=docker)](https://hub.docker.com/r/mcdreforged/mcdreforged)\n[![License](https://img.shields.io/github/license/MCDReforged/MCDReforged.svg)](https://github.com/MCDReforged/MCDReforged/blob/master/LICENSE)\n[![Documentation Status](https://readthedocs.org/projects/mcdreforged/badge/)](https://docs.mcdreforged.com/)\n\n![MCDR-banner](https://raw.githubusercontent.com/MCDReforged/MCDReforged/master/logo/images/logo_long.png)\n\n**English** | [简中](https://github.com/MCDReforged/MCDReforged/blob/master/README_zh_cn.md) | [繁中](https://github.com/MCDReforged/MCDReforged/blob/master/README_zh_tw.md)\n\n\u003e This is a python based Minecraft server control tool\n\nMCDReforged (abbreviated as MCDR) is a tool which provides the management ability of the Minecraft server using custom plugin system. It doesn't need to modify or mod the original Minecraft server at all\n\nFrom in-game calculator, player high-light, to manipulate scoreboard, manage structure file and backup / load backup, you can implement these by using MCDR and related plugins\n\nGreatly thanks to chino_desu and his [MCDaemon 1.0](https://github.com/kafuuchino-desu/MCDaemon) for the idea of such a cool Minecraft control tool\n\nContact me on discord: `Fallen_Breath#1215`\n\n## Advantage\n\n- It's running above the server. It doesn't need to modify the server at all which keep everything vanilla\n- Hot-reloadable plugin system. You don't need to shut down the server to update the plugins\n- Multi-platform / server compatibility. Supports vanilla, paper, bungeecord etc. on Linux / Windows\n\n## How it works?\n\nMCDR uses [Popen](https://docs.python.org/3/library/subprocess.html#subprocess.Popen) to start the server as a sub-process, \nthen it has the ability to control the standard input / out stream of the server\n\nSince the console output of a Minecraft server has a stable format and contains a large amount of useful information about the server, \ne.g. player chat messages, MCDR is able to parse and analyze the server output, abstract them into different events and dispatch them towards plugins for responding\n\nWith the help of Minecraft command system, MCDR can send Minecraft commands via the standard input stream to affect the actual Minecraft server\n\nThat's it, you can even think of MCDR as a robot that stares at the server console and can quickly respond to server output and input related commands if you like \n\n## Plugin\n\n[Here](https://github.com/MCDReforged/PluginCatalogue) is a MCDR plugin collection repository\n\n## Document\n\nCheck https://docs.mcdreforged.com/ for more details of MCDR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcdreforged%2Fmcdreforged","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcdreforged%2Fmcdreforged","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcdreforged%2Fmcdreforged/lists"}