breadbyte

Results 55 comments of breadbyte

If you are willing to go through the trouble, here is a quick guide to opening the Event Viewer. Guide ### 1. Open the Event Viewer from the Start Menu....

This issue is most likely triggered by reconnecting the client, therefore calling Init twice. I'll be looking into a fix for this issue.

A temporary workaround that you can do for now is to build the entire project alongside your script (use the ChatBots folder for reference) and call it [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/McClient.cs#L200-L201). I'm not...

A Watchdog crash simply means that the server has timed out doing whatever it is doing at the time. Watchdog crashes are rare, save for situations where the server is...

You can find a list of alternative clients here on [wiki.vg's Client List](https://wiki.vg/Client_List).

In your `[ChatFormat]` section, change it to the following: ``` [ChatFormat] Builtins = false UserDefined = true Public = "^.* (.*): (.*)$" Private = "^.* \[Du -> (.*)\] (.*)$" TeleportRequest...

I made a mistake, change your chat format to the following: ``` [ChatFormat] Builtins = false UserDefined = true Public = "^.* (.*): (.*)$" Private = "^.* \\[Du -> (.*)\\]...

can you show what the PM message looks like in MCC?

we need a picture of mcc, because that's what we need to match to, not the minecraft message

If you have discord, you can join the discord server and create a help thread there so we can work faster instead of having to discuss it here on github.