This repository provides helpers related to Minecraft.
Make sure you have a working Go environment, for further reference or a guide
take a look at the install instructions. This project doesn't enforce
a specific Go version, but we are trying to use the latest stable releases. It
is also possible to simply execute go get
, but we prefer to use our Makefile
:
git clone https://github.com/kleister/go-minecraft.git
cd go-minecraft
make clean generate test
For different kind of examples how to use this library please take a look at the examples/ folder.
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2018 Thomas Boerger <[email protected]>