aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 23 insertions, 5 deletions
diff --git a/README.md b/README.md
index fb63f37..177911a 100644
--- a/README.md
+++ b/README.md
@@ -444,7 +444,13 @@ Response:
"type": "disconnect",
"player": {
"name": "",
- "uuid": ""
+ "uuid": "",
+ "pos": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "world": "end"
},
"reason": ""
}
@@ -469,10 +475,16 @@ Response:
```json
{
- "type": "disconnect",
+ "type": "message",
"player": {
"name": "",
- "uuid": ""
+ "uuid": "",
+ "pos": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "world": "end"
},
"reason": ""
}
@@ -500,7 +512,13 @@ Response:
"type": "death",
"entity": {
"name": "",
- "uuid": ""
+ "uuid": "",
+ "pos": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "world": "end"
},
"message": ""
}
@@ -551,4 +569,4 @@ the email subject. If you are sending a patch, please include `[PATCH]` in the s
## License
-GPL v2 only. \ No newline at end of file
+GPL v2 only.