An open API service indexing awesome lists of open source software.

https://github.com/tuxcoding/packetdumper

Dumps packet contents of minecraft packets
https://github.com/tuxcoding/packetdumper

bungeecord debug dump minecraft packet spigot sponge

Last synced: 6 days ago
JSON representation

Dumps packet contents of minecraft packets

Awesome Lists containing this project

README

          

# PacketDumper

## Description

This plugin listens to Minecraft packets and logs them with their content to the console. It tries to serialize
every packet to a human readable format. Furthermore it filters packets if you want to only listen to specific packets
or only packet to/from a specific player.

## Features

* Listens to incoming and outgoing packets
* Display packet contents
* Display sender and receiver information for that player

## ToDo

* Filter packet receiver/sender
* Try to deobfuscate fields if possible

## Commands

/packet-listener

/packet-filter phase
/packet-filter player
/packet-filter id [in/out]

## Permission

* packetdumper

## Supported Plugins/Platforms

* ProtocolLib (Bukkit)
* PacketListenerAPI (Bukkit)
* BungeePacketListenerAPI (Bungee)