A library for communication with a Minecraft client/server.
Find a file
2017-06-26 15:58:08 -07: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 Fire event before a packet is sent, allowing the operation to be modified or cancelled. 2017-06-26 15:58:08 -07:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 12:09:58 -07:00
LICENSE.txt Update license year. 2017-03-02 00:01:58 -08:00
pom.xml Bump version for development. 2017-03-01 16:14:22 -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.