No description
| mconsole | ||
| .gitignore | ||
| README.md | ||
| sniffer.py | ||
mconsole
This project is a proof of concept.
It's a Python script that:
- Connects to a Minecraft Server
- Handles all its network packets to emulate a player
- Fetches and saves the Brigadier tree sent by the Server
- Disconnects from the Server
- Parses the Brigadier tree
- Starts a Minecraft-like shell with syntax highlighting and completion based on the parsed Brigadier tree