Metadata-Version: 1.1
Name: emsm
Version: 4.0.2-beta
Summary: A lightweight, easy to extend mineraft server manager
Home-page: https://github.com/benediktschmitt/emsm
Author: Benedikt Schmitt
Author-email: benedikt@benediktschmitt.de
License: MIT License
Description: .. image:: https://raw.githubusercontent.com/benediktschmitt/emsm/master/docs/source/_static/logo/emsm_48x48.png
            :width: 16px
            :height: 16px
            :align: left
        
        EMSM
        ====
        
        The *Extendable Minecraft Server Manager* (EMSM) handles
        **multiple minecraft worlds** and **server versions**. It is completly written
        in Python and can be easily modified by the user.
        
        The *EMSM* provides a simple, but powerful and extensive command line interface,
        which allows to manage your minecraft server easily and automize tasks.
        
        The separation of minecraft worlds and server executables allows to manage
        several different versions of server (e.g. Vanilla and Bukkit in
        multiple versions) for different worlds. The *EMSM* comes with a backup
        mechanism as one of the core plugins, which can be automated to create
        periodical backups. It also provides a plugin to check the availability
        of the server and restart them, if its configured to do so. Another plugin aims
        at integrating *EMSM* with *init.d* to start/stop the server on
        (re-)boot/shutdown processes.
        
        Get started
        -----------
        
        Please read the `online documentation <http://emsm.readthedocs.org>`_ for
        a full introduction. I tried to keep it simple and short. The EMSM will
        be installed in less than 10 minutes.
        
        When you need help, don't hesitate to create an issue.
        
        Contribution and New Plugins
        ----------------------------
        
        If you have a good idea for a new plugin,
        `let us know <https://github.com/benediktschmitt/emsm/issues>`_ :).
        
        When you found a bug, please report it.
        
        Versioning
        ----------
        
        The *EMSM* uses semantic version numbers. Take a look at http://semver.org/
        for further information.
        
        License
        -------
        
        * 0.0.0-beta - 2.0.0-beta: `GNU GPL v3 <https://www.gnu.org/copyleft/gpl.html>`_
        * 2.0.1-beta - current release: `MIT License <LICENSE.rst>`_.
        
Platform: LINUX
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
