https://github.com/rfresh2/paperpacketlogger
Server side packet logger
https://github.com/rfresh2/paperpacketlogger
Last synced: about 2 months ago
JSON representation
Server side packet logger
- Host: GitHub
- URL: https://github.com/rfresh2/paperpacketlogger
- Owner: rfresh2
- License: gpl-3.0
- Created: 2023-10-15T22:53:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T05:47:23.000Z (over 2 years ago)
- Last Synced: 2025-03-22T17:17:47.195Z (over 1 year ago)
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paper/Spigot Packet Logger
A simple plugin that will capture and print all packets received and sent to the server console.
## Commands
* `/pls` -> start capturing
* `/ple` -> stop capturing and log
## Limitations
* Only tested on Paper 1.20.1
* Does not inspect the contents of packets
* Logs only the packet name, time, and direction.
* Only intended to be used on a server with a single player
* Does not associate packets with players
* To test with GrimAC you'll want to change the GrimAC `PingPacketListener` priority to `NORMAL` so you can actually capture ping packets.
* Requires code changes in Grim and you building Grim yourself
# Requirements/Dependencies
* [PacketEvents](https://modrinth.com/plugin/packetevents/version/2.0.2)
# Support
None. Sorry. I don't intend to develop this much further unless I have a need for some other feature.