Daenges

Results 38 comments of Daenges

So a Problem of KDE, not this script?

@iwixw You can create an [Accounts File](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-accounts.txt) ([Explaination](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config#servers-and-accounts-file)). Then you can process messages from VK [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-accounts.txt) and start the internal command: `connect [account]`. ([cf](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config#internal-commands)) You need to set the client...

You can also just copy [this function](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/DiscordWebhook.cs#L443) and replace some variables (such as the webhook url) with some hardcoded values. Then you can directly send messages to a webhook. I...

@ORelio the error appeared on a Windows 10 machine. There was no mono installed.

@milutinke I tried to execute this script on the most recent build and it failed to compile. To verify this issue I downloaded an [older build](https://github.com/MCCTeam/Minecraft-Console-Client/releases/tag/20220506-20). So they might be...

> Like, customchatdetection but only if a certain word or phrase is included @haventhadadonutyet You can try to work with the ping system, so you actually get notified if the...

@ORelio as I mentioned [here](https://github.com/MCCTeam/Minecraft-Console-Client/pull/2114#issuecomment-1221370815) it is very likely that they didn't use the new .NET build, as the script is not working in it.

There is no direct way I think... But you could use [Auto Relog](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Resources/config/MinecraftClient.ini#L130) and [setup a task](https://youtu.be/JbDpwwETEnU?t=188) to execute on rejoin.

This is a really neat idea! I also had a bot integration in mind when creating the webhook script, due to its limitations. Unfortunately I had no idea on how...

@ReinforceZwei I wanted to look into it, but I can neither find the .cs file in your mentioned repository, nor the .dll's for it. Am I understanding something wrong? o.O