Added Farmer Bot. Fixed a bug in the configuration. Moved Reload and Bots command to the Commands folder.

This commit is contained in:
Milutinke 2022-10-12 12:56:56 +02:00
parent 77500deef2
commit 6524fe1734
6 changed files with 208 additions and 59 deletions

View file

@ -1038,6 +1038,7 @@ namespace MinecraftClient
set { ChatBots.ChatLog.Config = value; ChatBots.ChatLog.Config.OnSettingUpdate(); }
}
[TomlPrecedingComment("$config.ChatBot.Farmer$")]
public ChatBots.Farmer.Configs Farmer
{
get { return ChatBots.Farmer.Config; }