this repo has no description
1# Minecraft Proxy 2 3A Bun-based proxy server that intercepts Minecraft packets and logs authentication data. 4 5## Setup 6 7```bash 8bun install 9bun start 10``` 11 12## Configuration 13 14- **Proxy Port**: 25565 (default Minecraft port) 15- **Target Server**: localhost:25566 16 17Players connect to the proxy on port 25565, and the proxy forwards traffic to the actual server on 25566. 18 19## What It Logs 20 21- Player connection details (username, UUID, IP) 22- All authentication-related packets 23- Login packets 24- Encryption packets 25- Session data 26 27All logged packets show direction (Client->Server or Server->Client) with full packet data.