Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 415 Bytes

Block & Bass Control Server

The control server for Block & Bass which minecraft clients connect to. Depends on the ola package available on PyPI for python3.7 and above.

Setup

Make sure you have the ola package installed

# initialize the protobuf submodule
git submodule update --init
# compile protobuf files
./build_proto.sh

License

This repository is licensed under the MIT license.