A library for communication with a Minecraft client/server.
Find a file
RednedEpic d335d5f4bc Allow icon in advancement to be null
Sometimes the server does not send over an icon, and when one is not sent over, the player is kicked through MCProtocolLib because this was null
2020-04-23 12:10:21 -05:00
.github/workflows Add CI action. 2019-08-27 16:57:30 -07:00
example/com/github/steveice10/mc/protocol/test Update for PacketLib changes. 2020-02-26 18:22:38 -08:00
src Allow icon in advancement to be null 2020-04-23 12:10:21 -05:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 11:13:18 -07:00
LICENSE.txt Update license year. 2019-08-28 20:48:44 -07:00
pom.xml Track PacketLib master-SNAPSHOT until next release. 2020-02-26 18:29:21 -08: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.