mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Allow the GUI to pass a request to the console client, not to the server. Any string starting with a null character is handled by the console: Command is: \0commandname\0commandarg Output from console: \0commandname\0result eg. \0autocomplete\0/he -> \0autocomplete\0/help Currently, only "autocomplete" command is implemented. |
||
|---|---|---|
| .. | ||
| config | ||
| lib | ||
| Properties | ||
| resources | ||
| .gitignore | ||
| Bots.cs | ||
| ChatParser.cs | ||
| ConsoleIO.cs | ||
| Crypto.cs | ||
| McTcpClient.cs | ||
| MinecraftClient.csproj | ||
| MinecraftClient.csproj.user | ||
| MinecraftCom.cs | ||
| Program.cs | ||
| Settings.cs | ||