mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Split the Web Socket documentation into multiple files due to Vite crashing.
This commit is contained in:
parent
2f30528e4f
commit
a4a058aab2
5 changed files with 3111 additions and 3112 deletions
|
|
@ -52,6 +52,7 @@ redirectFrom:
|
|||
- [Script Scheduler](#script-scheduler)
|
||||
- [Telegram Bridge](#telegram-bridge)
|
||||
- [Items Collector](#items-collector)
|
||||
- [WebSocket](#websocket-chat-bot)
|
||||
|
||||
## Alerts
|
||||
|
||||
|
|
@ -2583,7 +2584,7 @@ redirectFrom:
|
|||
|
||||
You can make your own library to do this, or use the reference implementation one which has been writen in TypeScript/JavaScript: [MCC.js](https://github.com/milutinke/MCC.js)
|
||||
|
||||
If you want to write your own library, you can follow this guide on the protocol specification and avaliable events and commands: [WebSocket Chat Bot Guide](WebSocketChatBot.md)
|
||||
If you want to write your own library, you can follow this guide on the protocol specification and avaliable events and commands: [WebSocket Chat Bot Guide](websocket/README.md)
|
||||
|
||||
- **Settings:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue