A library for communication with a Minecraft client/server.
Find a file
2018-01-14 11:38:28 -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 version for development. 2018-01-14 11:38:28 -08: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.