A library for communication with a Minecraft client/server.
Find a file
Jadon Fowler 27baf233c9
Check for negative GameModes in ServerPlayerListEntryPacket
These are sometimes negative for some reason. I was only able to
reproduce this on one server, but this fixed it. The server was
sending out a GameMode of -1.
2016-08-23 20:18:41 -07:00
example/org/spacehq/mc/protocol/test 15w39c, major restructuring. 2015-09-24 20:51:43 -07:00
src Check for negative GameModes in ServerPlayerListEntryPacket 2016-08-23 20:18:41 -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 Bump MC version to 1.10.2. Nothing changed. 2016-06-26 13:03:07 +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.