A library for communication with a Minecraft client/server.
Find a file
Steven Smith 2daecb5f83
Merge pull request #18 from sgdc3/master
Minor pom enhancements, update netty
2018-02-01 12:57:03 -08:00
example/com/github/steveice10/packetlib/test Migrate away from spacehq.org 2017-03-01 16:09:48 -08:00
src/main/java/com/github/steveice10/packetlib Format code. 2017-09-01 12:55:00 -07: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 netty version 2018-02-01 19:14:51 +01:00
README.md Migrate away from spacehq.org 2017-03-01 16:09:48 -08: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.