Daenges
Daenges
@iwixw you may use [DiscordWebhook.cs](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/DiscordWebhook.cs), until this project has finished.
@iwixw [Here](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/config/README.md) is the bot manual. You basically need to download the file, put it in the same folder as the executable and do /script discordwebhook
@iwixw This is the point of this script here. The webhook can only send messages to discord and not the other way around.
@iwixw this here is no room to ask general questions. If you have any further question, please open an issue and ask it there, so we can keep this thread...
@AbdobiZark Nope. No further work was done here since the creation. I can still recommend [DiscordWebhook.cs](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/DiscordWebhook.cs) while waiting.
@AbdobiZark Nope, you can only stream chat messages from the server to your discord. (Back and forth communication is the purpose of this PR.)
While we already have [MineCube.cs](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/MineCube.cs), which operates like the `/fill` command, I do not see a nuker (a feature mostly known from modified clients to grief other players property) in...
Although you might not use it for malicious purposes, adding this feature for everyone sounds dangerous. If you are using a minecart, you could use use a slightly altered version...
If I understood your problem correctly, you want to use the client to break blocks. You can edit the [cobblestone miner](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/CobblestoneMiner.cs) to break any block at the selected location by...
[Material.SpruceLog](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs#L53)