Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

VKontakte bot

Open iwixw opened this issue 3 years ago • 3 comments
trafficstars

I have a script that can send and receive text commands. But how to make it so that (Login, Password, Server IP) was input through VK? ( script: https://pastebin.com/2c7NBtG7 )

iwixw avatar Jan 29 '22 16:01 iwixw

You mean this? https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/VkMessager.cs There are some comments explaining what you need to make it work. See also: #1685

ORelio avatar Jan 29 '22 21:01 ORelio

You mean this? https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/ChatBots/VkMessager.cs There are some comments explaining what you need to make it work. See also: #1685

No, unfortunately this is not what I need

iwixw avatar Jan 30 '22 10:01 iwixw

@iwixw You can create an Accounts File (Explaination). Then you can process messages from VK here and start the internal command: connect <server> [account]. (cf)

You need to set the client up for the first time manually. So login to a server manually, start the bot and then you should be able to login and connect to a server through VK.

Daenges avatar Feb 02 '22 17:02 Daenges