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
- Host: GitHub
- URL: https://github.com/tuxcoding/packetdumper
- Owner: TuxCoding
- License: unlicense
- Created: 2017-01-21T15:17:15.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T06:49:05.000Z (about 4 years ago)
- Last Synced: 2026-03-28T06:33:14.267Z (about 2 months ago)
- Topics: bungeecord, debug, dump, minecraft, packet, spigot, sponge
- Language: Java
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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)