A library for communication with a Minecraft client/server.
Find a file
2021-10-04 20:43:15 -04:00
.github/workflows Add CI action. 2019-08-27 23:53:41 -07:00
example/com/github/steveice10/packetlib/test Collapse Client and Server into *ClientSession and ConnectionListener. 2021-01-15 12:45:06 -08:00
src/main/java/com/github/steveice10/packetlib Move determine transport method to helper 2021-08-15 21:12:25 +02:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
LICENSE.txt Update license year. 2021-05-13 00:28:23 -07:00
pom.xml Update dependiences and add io_uring pool 2021-08-15 18:29:38 +02: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.