Node.js Minecraft Proxy which displays packets. Supports Minecraft >= 1.7.4
- Start a local minecraft server (>= 1.7.4) at localhost on 25565. Important: Disable online-mode, as this proxy does not support encryption.
- Install node and npm
- Run
npm install
- Run
npm start
- 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.
- Using the minecraft-protocol package for parsing the packages
- Special thanks to the contributors to the MinecraftCoalition Wiki