Minecraft-Console-Client/MinecraftClient/config/ChatBots
copilot-swe-agent[bot] 687d1746ed Fix command registration for external MCC scripts
- Update Roslyn compiler LanguageVersion from CSharp9 to Latest
- Implement ChatBotCommand.RegisterCommand() (was empty)
- Add RegisterChatBotCommand() helper to ChatBot base class
- Add automatic command cleanup in BotUnLoad via UnregisterChatBotCommands()
- Fix external scripts using Handler.dispatcher (CS0176 static via instance)
- Fix AutoTree.cs wrong Initialize/OnUnload signatures (CS0115)
- EntityCount.cs RegisterChatBotCommand() now works with new helper

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/27fc44b8-50d8-4194-8057-019a29675d4a
2026-03-24 17:43:14 +00:00
..
AutoLeaveOnLowHp.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
AutoLook.cs Implement pull request #982 2020-05-01 14:02:23 +02:00
AutoTree.cs Fix command registration for external MCC scripts 2026-03-24 17:43:14 +00:00
DiscordWebhook.cs Fix command registration for external MCC scripts 2026-03-24 17:43:14 +00:00
EntityCount.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
MineCube.cs Fix command registration for external MCC scripts 2026-03-24 17:43:14 +00:00
PayKassa.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
QIWIAPI.cs Merge into master 2022-12-06 20:32:46 +08:00
SugarCaneFarmer.cs Fix command registration for external MCC scripts 2026-03-24 17:43:14 +00:00
SugarCaneMiner.cs Merge into master 2022-12-06 20:32:46 +08:00
TreeFarmer.cs Merge into master 2022-12-06 20:32:46 +08:00
VkMessager.cs Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00