A library for communication with a Minecraft client/server.
Find a file
2018-03-04 09:08:02 +01:00
example/com/github/steveice10/mc/protocol/test Clean up and format code. 2017-09-01 12:01:46 -07:00
src Default to no team color when receiving unknown values. Closes #376 2018-01-11 15:21:32 -08:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 11:13:18 -07:00
LICENSE.txt Use PacketLib version 1.1 2018-01-14 11:39:36 -08:00
pom.xml Bump version for development. 2018-02-06 14:30:54 -08:00
README.md Made link to example folder 2018-03-04 09:08:02 +01: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 here

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.