A library for communication with a Minecraft client/server.
Find a file
2015-08-14 20:02:55 -07:00
example/org/spacehq/mc/protocol/test Update for MCAuthLib changes. 2015-07-22 13:49:42 -07:00
src/main/java/org/spacehq/mc/protocol Update entity metadata for 15w33c changes. 2015-08-14 20:02:55 -07:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 11:13:18 -07:00
LICENSE.txt General cleanup, fixes, and re-versioning. 2015-07-20 11:13:18 -07:00
pom.xml 15w33c 2015-08-14 17:01:28 -07:00
README.md Update URLs. 2015-07-21 15:57:47 -07: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/org/spacehq/mc/protocol/test

Building the Source

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

Builds can be downloaded here. Javadocs can be found here.

License

MCProtocolLib is licensed under the MIT license.