Skip to content

Instantly share code, notes, and snippets.

@vanistillhere
vanistillhere / Subscribe-To-Events.json
Created August 19, 2022 15:28
An unofficial documentation for Minecraft's Websocket features
{"header":
{"version": 1,
"requestId": 'Generated UUID', // Place your UUID here
"messageType": "commandRequest",
"messagePurpose": "subscribe"}, // Subscribe to...
"body":
{"eventName": "Event" // Read EventsList.txt
}})