A library for communication with a Minecraft client/server.
Find a file
2021-11-15 14:38:17 -05:00
.github/workflows Add CI action. 2019-08-27 23:53:41 -07:00
example/com/github/steveice10/packetlib/test Update examples to reflect changes done 2021-11-13 12:15:43 -06:00
src/main/java/com/github/steveice10/packetlib Add an option to read from enum 2021-11-15 14:38:17 -05:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
Jenkinsfile Aaaand am 2021-11-13 12:32:07 -06:00
LICENSE.txt Update license year. 2021-05-13 00:28:23 -07:00
pom.xml Add open collab repo and deploy on Jenkins 2021-11-13 12:28:19 -06:00
README.md Add Discord link 2021-10-04 20:43:15 -04:00

PacketLib

PacketLib is a library for packet-based networking between clients and servers. It was made as a basis for other projects involving packet networking.

Test Example

See examples/com/github/steveice10/packetlib/test

Building the Source

PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.

Support and development

Please join us at https://discord.gg/geysermc under #mcprotocollib for discussion and support for this project.

License

PacketLib is licensed under the MIT license.