docs: remove empty warning, rename Tips to Notes, add MCC.js recommendation

Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/8f04f3c4-cedd-427c-ad3c-c2488363fe6f

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-27 13:45:45 +00:00
parent 20f536188a
commit 4993498d52
6 changed files with 117 additions and 113 deletions

View file

@ -117,6 +117,14 @@ These are useful if your client needs a name-to-ID lookup for the current MCC ve
- [Commands](Commands.md) - full list of available commands
- [Events](Events.md) - full list of emitted events
<div class="custom-container tip"><p class="custom-container-title">⭐ Reference Implementation: MCC.js</p>
[MCC.js](https://github.com/milutinke/MCC.js) is a Node.js/TypeScript library built for this bot. It handles authentication, JSON serialization, event subscriptions, and typed command wrappers out of the box.
If you're writing a client in JavaScript or TypeScript, start there.
</div>
## Compatibility
- Requires any MCC version that supports `/script` (standalone MCCScript 1.0 bots).