A library for communication with a Minecraft client/server.
Find a file
Steven Smith 688e043825 Merge pull request #259 from ReplayMod/skylight-detection
Fix skylight detection in some chunk packets (threw OOMError)
2017-08-24 16:47:15 -07:00
example/com/github/steveice10/mc/protocol/test Migrate away from spacehq.org 2017-03-01 16:33:38 -08:00
src Merge pull request #259 from ReplayMod/skylight-detection 2017-08-24 16:47:15 -07:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 11:13:18 -07:00
LICENSE.txt Update license year. 2017-03-02 00:01:33 -08:00
pom.xml Update to MC 1.12.1 2017-08-04 08:55:20 -07:00
README.md Migrate away from spacehq.org 2017-03-01 16:33:38 -08:00

MCProtocolLib

MCProtocolLib is a simple library for communicating with a Minecraft client/server. It aims to allow people to make custom bots, clients, or servers for Minecraft easily.

Example Code

See example/com/github/steveice10/mc/protocol/test

Building the Source

MCProtocolLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.

License

MCProtocolLib is licensed under the MIT license.