mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Re-added WebSocketChat bot and improved it, no longer using WebsocketSharp library
This commit is contained in:
parent
9855e2e0f1
commit
1efa55206f
9 changed files with 1642 additions and 25 deletions
|
|
@ -1404,6 +1404,13 @@ namespace MinecraftClient
|
|||
get { return ChatBots.ItemsCollector.Config; }
|
||||
set { ChatBots.ItemsCollector.Config = value; ChatBots.ItemsCollector.Config.OnSettingUpdate(); }
|
||||
}
|
||||
|
||||
[TomlPrecedingComment("$ChatBot.WebSocketBot$")]
|
||||
public ChatBots.WebSocketBot.Configs WebSocketBot
|
||||
{
|
||||
get { return ChatBots.WebSocketBot.Config!; }
|
||||
set { ChatBots.WebSocketBot.Config = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue