Metadata-Version: 2.1
Name: mcdreforged
Version: 1.0.0
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
        --------
        ![MCDR-banner](https://raw.githubusercontent.com/Fallen-Breath/MCDReforged/master/logo_long.png)
        
        [中文](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` to start the server, so it control the standard input / out stream of the server. That's it
        
        ## 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: Development Status :: 3 - Alpha
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
