Metadata-Version: 2.1
Name: mcdreforged
Version: 1.6.2
Summary: A rewritten version of MCDaemon, a python script to control your Minecraft server
Home-page: https://github.com/Fallen-Breath/MCDReforged
Author: Fallen_Breath
License: GPL-3.0
Description: MCDReforged
        --------
        
        [![Python Versions](https://img.shields.io/pypi/pyversions/mcdreforged.svg)](https://pypi.org/project/mcdreforged)
        [![PyPI Version](https://img.shields.io/pypi/v/mcdreforged.svg)](https://pypi.org/project/mcdreforged)
        [![License](https://img.shields.io/github/license/Fallen-Breath/MCDReforged.svg)](https://github.com/Fallen-Breath/MCDReforged/blob/master/LICENSE)
        [![Documentation Status](https://readthedocs.org/projects/mcdreforged/badge/)](https://mcdreforged.readthedocs.io/)
        
        ![MCDR-banner](https://raw.githubusercontent.com/Fallen-Breath/MCDReforged/master/logo_long.png)
        
        **English** | [中文](https://github.com/Fallen-Breath/MCDReforged/blob/master/README_cn.md)
        
        > This is a python based Minecraft server control tool
        
        MCDReforged (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
        
        From 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
        
        Great 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
        
        Contact me on discord: `Fallen_Breath#1215`
        
        ## Advantage
        
        - It's running above the server. It doesn't need to modify the server at all which keep everything vanilla
        - Hot-reloadable plugin system. You don't need to shut down the server to update the plugins
        - Multi platform / server compatibility. Supports vanilla, paper, bungeecord etc. on Linux / Windows
        
        ## How it works?
        
        MCDR uses [Popen](https://docs.python.org/3/library/subprocess.html#subprocess.Popen) to start the server as a sub-process, then it has the ability to control the standard input / out stream of the server
        
        Since the console output of a Minecraft server has a stable format and contains a large amount of useful information about the server, e.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
        
        With the help of Minecraft command system, MCDR can send Minecraft commands via the standard input stream to affect the actual Minecraft server
        
        That'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 
        
        ## Plugin
        
        [Here](https://github.com/MCDReforged/PluginCatalogue) is a MCDR plugin collection repository
        
        ## Document
        
        Check https://mcdreforged.readthedocs.io/ for more details of MCDR
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
