ORelio
ORelio
Indeed, this is the multiline handling part, when we need to go back to the previous line: ```C# if (Console.CursorLeft == 0) // We are at beginning of line {...
If you need it, you can add OnPlayerJoin/OnPlayerLeave to the ChatBot API, submit that addition in a pull request, and use it from a ChatBot for anything you need.
I think not, because @5tanly wants to access prefix and suffix, which is currently ignored by MCC. So he can't retrieve them yet unless making changes to the protocol handler...
Exactly. Currently, Teams are not processed at all.
The Terminal app must provide an API for allowing an app to change the tab icon. I'm not sure if there is one on Windows Terminal.
Hi, Currently, [Item](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/Item.cs) has a `Damage` property so indeed we might be able to adapt [CobblestoneMiner](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/CobblestoneMiner.cs) to stop using a pickaxe when almost broken. However maybe the values will changes...
There is currently no setting to disable the chat itself
MCC does not store chat messages in memory, maybe you'll want to limit the scrollback in your terminal. Of course we can add a setting for hiding chat messages. Putting...
This is either a newer Forge version or an incompatible Forge mod. MCC can spoof mods to pass server login check, but not implement them correctly so the server-part of...
Hi, AutoRelog will only process messages that appears when you are kicked, not when they are shown in chat. In your logs, I see AutoRelog doing its job on kick...