A library for communication with a Minecraft client/server.
Find a file
2021-05-13 00:13:54 -07: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 Optimize SRV resolving only when required 2021-03-16 20:07:03 -04:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
LICENSE.txt Bump version to 1.1 for release. 2018-01-14 11:37:52 -08:00
pom.xml Bump to snapshot version. 2021-05-13 00:13:54 -07:00
README.md Fix typo and link to example in README.md 2018-07-04 13:37:09 -07: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.

License

PacketLib is licensed under the MIT license.