Created
August 19, 2022 15:28
-
-
Save vanistillhere/9084680f4d86bf8b94ca6fa9d10f72d4 to your computer and use it in GitHub Desktop.
An unofficial documentation for Minecraft's Websocket features
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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