No description
Find a file
2026-06-08 12:16:54 +02:00
mconsole Update 2026-05-28 19:07:22 +02:00
.gitignore Genesis commit 2026-05-28 18:55:03 +02:00
README.md Add README.md 2026-06-08 12:16:54 +02:00
sniffer.py Genesis commit 2026-05-28 18:55:03 +02:00

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