From ed378a54db3223958e1609c268031dbc3b37ed07 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 19 Jul 2022 17:32:02 -0700 Subject: Fix docs --- README.md | 28 +++++++++++++++++++++++----- 1 file 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. -- cgit v1.2.3