Skip to content

Instantly share code, notes, and snippets.

@vanistillhere
Created August 19, 2022 15:28
Show Gist options
  • Save vanistillhere/9084680f4d86bf8b94ca6fa9d10f72d4 to your computer and use it in GitHub Desktop.
Save vanistillhere/9084680f4d86bf8b94ca6fa9d10f72d4 to your computer and use it in GitHub Desktop.
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
}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment