Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 722 Bytes

File metadata and controls

26 lines (19 loc) · 722 Bytes

Project Logo

A simple mod used to log incoming and outgoing packets for Java Minecraft.

The aim is to make working with packets, specifically during development, a little easier to debug! :)

Features:

Pretty packet formatting:

There are plans on supporting all packets; currently there is full formatting for the essentials:

// Clientbound
ClientboundAddEntityPacket;
ClientboundCustomPayloadPacket;
ClientboundRemoveEntitiesPacket;
SetPassengersHandler;

// Serverbound
ServerboundInteractPacket;
ServerboundPlayerActionPacket;
ServerboundSwingPacket;

Warning

This mod is under active development, not all packet types have nice formatting (if any).