mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
20f536188a
commit
4993498d52
6 changed files with 117 additions and 113 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue