ReinforceZwei

Results 67 comments of ReinforceZwei

Yes. You can see `Loading settings from ...`. That's the file MCC is reading. You have to edit that file.

As per the screenshot shown, you were connecting to **Minecraft.net** for signing-in. Please make sure you are using the latest version. If you are unsure, download a new copy of...

Currently you cannot customize mobs list to be attacked. Adding it to todo list.

Although this is a 4 years old issue, I want to say that WebUI is definitely an interesting idea and I am already working a bit on it! ![image](https://user-images.githubusercontent.com/39955851/101243452-7aeeca80-373b-11eb-90f5-d639e373f8ef.png)

I am using https://github.com/sta/websocket-sharp to create WebSocket server for communicating with the web client. What is the best way to add the project reference to MCC? Currently I am referencing...

I was able to embed the `.dll` file to a resource file and load it only if the webUI is enabled. This way the `.dll` is embedded in `MinecraftClient.exe` and...

I tried my best to make a working basic "remote shell" for sending and receiving messages. Honestly I am not very good at designing UI. Also I haven't considered the...

The problem is not about the `SendText()` but command execution. `McClient.cs` is not fully thread safe and some command could crash the client. For example the `/entity` command. (Translation: Collection...

Replay capture cannot create temporary folder on your D drive. Please make sure console client has correct access permission to D drive.