A library for communication with a Minecraft client/server.
Find a file
Kevin Ludwig d9b9b1fbf9
Merge pull request #46
* Set string max length to Short.MAX_VALUE (32767), Fix multibyte strin…
2022-12-18 14:59:03 +01:00
.github/workflows Add CI action. 2019-08-27 23:53:41 -07:00
example/com/github/steveice10/packetlib/test PacketLib 3.0 2022-05-29 12:40:39 -05:00
src/main/java/com/github/steveice10/packetlib Merge pull request #46 2022-12-18 14:59:03 +01: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 Bump to 3.0.1-SNAPSHOT 2022-12-18 14:55:43 +01: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.