mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implemented Items Collector bot
This commit is contained in:
parent
64eb48f46d
commit
413cb1860d
3 changed files with 219 additions and 1 deletions
|
|
@ -1397,6 +1397,13 @@ namespace MinecraftClient
|
|||
get { return ChatBots.TelegramBridge.Config; }
|
||||
set { ChatBots.TelegramBridge.Config = value; ChatBots.TelegramBridge.Config.OnSettingUpdate(); }
|
||||
}
|
||||
|
||||
[TomlPrecedingComment("$ChatBot.ItemsCollector$")]
|
||||
public ChatBots.ItemsCollector.Configs ItemsCollector
|
||||
{
|
||||
get { return ChatBots.ItemsCollector.Config; }
|
||||
set { ChatBots.ItemsCollector.Config = value; ChatBots.ItemsCollector.Config.OnSettingUpdate(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue