From 163b1f7d88b8170f6f173c0fe9171888246fccc3 Mon Sep 17 00:00:00 2001 From: iiegit Date: Fri, 11 Nov 2016 16:08:44 -0500 Subject: [PATCH] Update Player Information.md --- Plugins/World/Per-World/Player Information.md | 36 +++++++++++++------ 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/Plugins/World/Per-World/Player Information.md b/Plugins/World/Per-World/Player Information.md index 678b470..4df1a05 100644 --- a/Plugins/World/Per-World/Player Information.md +++ b/Plugins/World/Per-World/Player Information.md @@ -6,13 +6,25 @@ These are all stored in the following way: per world per storyline per player, per excursion per world per storyline per player -tracked data: +####tracked data: +summary: + + location + inventory + playerdata + + time tracking + + kill/death ratios + +breakdown: LOCATION + - xyz yaw pitch INVENTORY - inventory - enderchest - PLAYER DATA + PLAYERDATA - exp - health - food @@ -28,13 +40,15 @@ tracked data: - isAmbient - hasParticles - Color (if it has one) - - TOTAL TIME SPENT (ticks) - TIME LAST ENTERED - TIME LAST LEFT - + + TIME TRACKING + - total time spend + - time last entered + - time last left + KILL/DEATH: - (ANY PLAYER) ---------------- + + ANY PLAYER: - last kill - time - time since previous @@ -45,7 +59,9 @@ tracked data: - killer uuid, name - # kills - # deaths - (EACH PLAYER) ---------------- + + EACH PLAYER: + - uuid, name - last kill - time - time since previous @@ -59,4 +75,4 @@ tracked data: - # kills - # deaths - ? + to be continued?