A library for communication with a Minecraft client/server.
Find a file
2015-07-20 12:09:58 -07:00
example/org/spacehq/packetlib/test General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
src/main/java/org/spacehq/packetlib General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
LICENSE.txt General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
pom.xml General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
README.md General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -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/org/spacehq/packetlib/test

Building the Source

PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.

Builds can be downloaded here.

License

PacketLib is licensed under the MIT license.