Minecraft-Console-Client/DebugTools
2026-04-01 13:45:12 +02:00
..
MccMcpSampleClient Added a bunch of new useful MCP Tools 2026-03-30 23:14:28 +02:00
MccMcpStdioHarness Added a bunch of new useful MCP Tools 2026-03-30 23:14:28 +02:00
MccMcpWebPlayground Improved the Web Based Harness 2026-04-01 13:45:12 +02:00
MinecraftClientProxy [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
MinecraftClientProxy.sln Add PacketProxy debug tool for developers 2019-09-23 23:09:00 +02:00
README.txt [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00

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/MCCTeam/Minecraft-Console-Client/issues/195