meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

[Suggestion] packet logger

Open solarr2b2t opened this issue 3 months ago • 3 comments

Describe the feature

usefull module idk

Before submitting a suggestion

  • [x] This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)

  • [x] This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)

solarr2b2t avatar Sep 06 '25 15:09 solarr2b2t

Would you want all of the information the packet contains? Also where would you want the packets to be logged?

mynameisbob1928 avatar Sep 06 '25 18:09 mynameisbob1928

Would you want all of the information the packet contains? Also where would you want the packets to be logged?

have a chat output and a file output option and have an option to log c2s s2c packets seperately.

solarr2b2t avatar Sep 06 '25 18:09 solarr2b2t

I implemented this on my fork. Feel free to take the code @solarr2b2t https://github.com/ScottXTra/meteor-client/blob/personalized/src/main/java/meteordevelopment/meteorclient/systems/modules/misc/PacketLogger.java

ScottXTra avatar Sep 17 '25 05:09 ScottXTra