Parse and serialize minecraft packets, plus authentication and encryption.
Find a file
Andrew Kelley 3bc30a97b5 AES encryption/decryption working.
now getting kicked for not verifying username
2013-01-01 01:49:38 -05:00
lib AES encryption/decryption working. 2013-01-01 01:49:38 -05:00
.gitignore getting encryption request 2012-12-31 20:33:35 -05:00
package.json getting encryption request 2012-12-31 20:33:35 -05:00
packets.json AES encryption/decryption working. 2013-01-01 01:49:38 -05:00
README.md initial commit 2012-12-24 11:55:46 -07:00
test.js AES encryption/decryption working. 2013-01-01 01:49:38 -05:00

minecraft protocol

This project simply provides protocol support. You'll want to use a higher level library to write bots.

Hopefully eventually we can merge mineflayer with this project.