A library for communication with a Minecraft client/server.
Find a file
Steven Smith 362b4ea420 Merge pull request #153 from yawkat/tostring
Reflective toString implementation for all packets [Adds #152]
2016-04-08 16:11:45 -07:00
example/org/spacehq/mc/protocol/test 15w39c, major restructuring. 2015-09-24 20:51:43 -07:00
src Reflective toString implementation for all packets [Adds #152] 2016-04-08 17:23:16 +02: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 Bump version to 1.9.2-SNAPSHOT 2016-04-03 20:06:54 +09: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.