fastmc icon indicating copy to clipboard operation
fastmc copied to clipboard

A fast Minecraft 1.7/1.8 protocol library for python

fastmc - A fast Minecraft 1.7/1.8 protocol library

For my project miners-movies.com I needed a fast and reliable parser / writer for the Minecraft protocol. This library is the result.

Installing

Clone this repository, then do

python setup.py develop

or

python setup.py install

Dependencies

  • Python 2.7 (I didn't try Python 3)
  • pycrypto
  • simplejson
  • requests

Usage

See the examples in the examples directory.