Yogu / minecraft-sniffer

Node.js Minecraft Proxy which displays packets. 1.7-compatible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft-sniffer

Node.js Minecraft Proxy which displays packets. Supports Minecraft >= 1.7.4

How To

  1. Start a local minecraft server (>= 1.7.4) at localhost on 25565. Important: Disable online-mode, as this proxy does not support encryption.
  2. Install node and npm
  3. Run npm install
  4. Run npm start
  5. Open your Minecraft client and connect to localhost:25566

You will be able to play minecraft as usual. All packages sent by the client and the server will be sent to stdout. Server packets will be in blue, client packets in green.

License

MIT

Author

Jan Melcher

Credits

About

Node.js Minecraft Proxy which displays packets. 1.7-compatible

License:MIT License


Languages

Language:JavaScript 100.0%