/MiniSniffer

Simple Minecraft proxy to filter and log packets.

Primary LanguageKotlin

MiniSniffer

Simple Minecraft proxy to filter and log packets.

It uses PrismarineJS/minecraft-data to parse packets in any version.

Status

This is work in progress. Here is a small todo list:

  • Parse mcdata
    • basic stuff (primitives + array and container)
    • parse switch
    • parse option
    • parse buffer
    • parse particleData
    • parse bitfield
    • parse topBitSetTerminatedArray
    • map protocol version to string
  • Implement minecraft protocol
    • basic data types (primitives + array and container)
    • packet structure
    • tags
    • nbt
    • command node
    • entity metadata
    • bitsetfield
    • compression
    • encryption
    • fix ignored packets for sending
  • proxy traffic
    • basic logging proxy
    • filter packets
      • basic filtering
      • scripting
    • customize logging behavior per packet (to reduce spam)
      • serialize chat components using adventure to ansi?
  • gui
  • other ideas
    • parse packets async
  • fix bugs
    • multi_block_change seems wrong

Updates: