What problem does it solve?
Provides a disciplined, repository-aligned workflow for creating, modifying, and repairing Minecraft Console Client chat bots so authors avoid broken lifecycle usage, missing metadata, unregistered commands, lost movement locks, and incorrect inventory mutations.
Core Features & Use Cases
- Authoring Defaults: Defaults to standalone /script bots and supplies exact standalone metadata, templates, and patterns to ensure scripts load and register correctly.
- Built-in Wiring: Documents the required config and registration edits for adding compiled bots to the codebase, including Settings.cs and McClient.cs insertion points and Brigadier command practices.
- Repair and Porting: Guides diagnosis and fixes for common regressions such as premature SendText in Initialize, missing unregisters, unreleased movement locks, and inventory mutation mistakes.
- Reference and Templates: Bundled reference and cookbook files plus script and builtin templates are the source of truth when an MCC checkout is not available.
Quick Start
Ask the assistant to "create a standalone /script chat bot that logs private messages and provides a periodic /list command using the provided script template and the authoring-reference guidance".