Add PacketProxy debug tool for developers

See issues #808 and #195
This commit is contained in:
ORelio 2019-09-23 23:09:00 +02:00
parent aaf1e8311b
commit e1a041799b
19 changed files with 9599 additions and 0 deletions

6
DebugTools/README.txt Normal file
View file

@ -0,0 +1,6 @@
This part of the repository contains tools that may be useful for debugging
MinecraftClientProxy
A proxy between a MCC/Vanilla client and an offline-mode server which can intercept packets
Useful to dump packets sent by a Vanilla minecraft client and compare them with packets from MCC
Example of use case: https://github.com/ORelio/Minecraft-Console-Client/issues/195