I have a question: is there a tool/mod/anything for Minecraft clients, that logs all SERVER<=> CLIENT JSON packets to a file, or somewhere else? Thank you, Victor
You could write a plugin for this. Just check which packets contain JSON, and use ProtocolLib to get their contents and append them to a file.