Metadata-Version: 2.1
Name: OrzMC
Version: 1.0.17
Summary: A project for deployment of minecraft game.
Home-page: https://github.com/OrzGeeker/OrzMC.git
Author: 王志舟<wangzhizhou>
Author-email: 824219521@qq.com
Maintainer: 王志舟
Maintainer-email: 824219521@qq.com
License: UNKNOWN
Description: # OrzMC
        
        A tool for deploying minecraft client and server
        
        Only supports Python >=2.7, <4
        
        Requires Java Runtime Environment to be configured!
        
        # Supported Minecraft Client Version
        
        - supports all versions of client
        
        - you should make sure the version of the minecraft server that you will connect to is the same as that of the client.
        
        - This Program has been uploaded into PyPI
        
        # Supported Operating System
        
        - mainly for MacOS.
        - Maybe can run on windows, as a backup schema.
        
        # Usage
        
        **You should have a jre runtime on you device**
        
        ## Run Client
        
        `orzmc -h` to check the help info
        ```
        $ pip install orzmc
        $ orzmc
        ```
        
        ## Deploy Server
        
        `orzmcs -h` to check the help info
        
        ```
        $ pip install orzmc
        $ orzmcs
        ```
        
        The game resources are saved under user's home directory, and named `.minecraft`
        
        # Tips
        
        This is not a game for one player, so you should invited someone you like to make you guys own beautiful world!!!
        
        # Video Introduction
        
        https://youtu.be/gx-JeoW2K5I
        
        
        # TODO List
        
        - [ ] add Spigot Server deploy option
        - [ ] add a homepage for this project
        - [ ] refine the project script for readable
        
        # Reference
        
        [SpigotMC](https://www.spigotmc.org/)
        
Keywords: minecraft python
Platform: all
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=2.7, <4
Description-Content-Type: text/markdown
