From 1ee2be8fc8b76e2bb4202594b37bcb2f5f65118d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 10 Mar 2021 11:50:11 +0000 Subject: [PATCH] Call out discrepancies between Journal doc v28 and reality in 3.7.x --- PLUGINS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 5f773d08..e55b2b42 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -462,6 +462,22 @@ Examples of this are: *NB: There is no indication available when a player cancels a route.* The game itself does not provide any such, not in a Journal event, not in a `Status.json` flag. + + The Journal documentation v28 is incorrect about the event + and file being `Route(.json)` the word is `NavRoute`. Also the format of + the data is, e.g. + + ```json + { "timestamp":"2021-03-10T11:31:37Z", + "event":"NavRoute", + "Route": [ + { "StarSystem": "Esuvit", "SystemAddress": 2869709317505, "StarPos": [-13.18750,-1.15625,-92.68750], "StarClass": "M" }, + { "StarSystem": "Ndozins", "SystemAddress": 3446451210595, "StarPos": [-14.31250,-10.68750,-60.56250], "StarClass": "M" }, + { "StarSystem": "Tascheter Sector MN-T b3-6", "SystemAddress": 13864825529753, "StarPos": [-11.87500,-21.96875,-29.03125], "StarClass": "M" }, + { "StarSystem": "LP 823-4", "SystemAddress": 9466778953129, "StarPos": [-8.62500,-27.84375,3.93750], "StarClass": "M" } + ] + } + ``` #### Player Dashboard