Minecraft <1.12 server implementation in Python
quarry
cryptography
twisted
- Install dependencies
python -m pip install -r requirements.txt
- Run main file
python __main__.py
If you want to run it on Windows, install the Microsoft Visual C++ 14.0 before running.
And also on Windows you need to install pypiwin32
. Open cmd
and execute:
python -m pip install pypiwin32
This uses some code from Puremine and Quarry's examples.
Please contribute! :)