MCServer
In-development project for Minecraft servers in Python
Install / Use
/learn @Martmists-GH/MCServerREADME
MCServer
A minecraft server written in python
Usage
Install from pypi:
$ pip install mcserver # Note: Not yet on pypi due to conflict
$ mcserver
Install from source:
$ git clone git@github.com:martmists/mcserver
$ python mcserver/mcserver
Features
Current features:
- Partial support for the minecraft protocol
- Partial official server file interop (server.properties and server.icon so far)
Planned features:
- Full support for the minecraft protocol
- Full server-side game implementation
- Full official server file interop
- Plugins/Modding support
