ORelio
ORelio
Hi, This project is 10 years old, and had 300+ pull requests from [various contributors](https://github.com/MCCTeam/Minecraft-Console-Client/graphs/contributors). It has currently no dedicated maintainer since I stopped playing Minecraft like 4 years ago....
It would be nice indeed to move the protocol part to a library, or use an existing library that would be better maintained. However, that's a huge task given the...
Hi, unfortunately I took too much time to look at your issue and the files you uploaded are gone. Do not hesitate to set `debugmessages=true` in `MinecraftClient.ini` if not already...
Inventory handling is still not stable even for recent Minecraft versions. Regarding how we can add support... we need to perform backwards updates : see what changed in the protocol...
Currently, MCC only prints links, but maybe we could improve it to also print suggested commands. Anyway, left click on a chat message would automatically send a command, so you...
That's a good idea! However I don't have enough time myself to work on GUIs, but maybe someone else would be interested?
Looks nice! I don't have much time to work on MCC lately, but your work is amazing! 😉
This will likely not work on .NET 4.0 but I'm not sure how to reference the DLL only if the user wants to enable the WebUI 🤔
As long as the WebUI has proper authentication and is fully optional, you can upgrade it to provide full remote control, that seems cool. You can also do a separate...
Pretty neat 👍 For thread safety just look at the built-in SendText() method in McClient.cs and look how it uses a lock. If you use this method or the one...