mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added Farmer Bot. Fixed a bug in the configuration. Moved Reload and Bots command to the Commands folder.
This commit is contained in:
parent
77500deef2
commit
6524fe1734
6 changed files with 208 additions and 59 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue