A library for communication with a Minecraft client/server.
Find a file
2018-07-18 23:04:06 +02:00
example/com/github/steveice10/mc/protocol/test Fix example, bump OpenNBT version to 1.1 2018-07-02 15:17:00 -07:00
src Add new OPTIONAL_CHAT MetadataType 2018-07-18 23:04:06 +02: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 Begin updating to 1.13 2018-07-18 22:22:51 +02:00
README.md Show path in example link. 2018-07-04 13:41:52 -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/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java

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.