aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-07-19 17:32:02 -0700
committerTrumeet <yuuta@yuuta.moe>2022-07-19 17:32:02 -0700
commited378a54db3223958e1609c268031dbc3b37ed07 (patch)
tree2d395ddd959d787a6b80bcdc3e13ce20b73b7891
parentced562fdd1da941c91ce39328f7a7a00e023f704 (diff)
downloadacron-ed378a54db3223958e1609c268031dbc3b37ed07.tar
acron-ed378a54db3223958e1609c268031dbc3b37ed07.tar.gz
acron-ed378a54db3223958e1609c268031dbc3b37ed07.tar.bz2
acron-ed378a54db3223958e1609c268031dbc3b37ed07.zip
Fix docs
-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.