From ac55d4676b93259c9d9e169f6cfd399976b13e2a Mon Sep 17 00:00:00 2001 From: iiegit Date: Fri, 11 Nov 2016 15:54:45 -0500 Subject: [PATCH] Update Player Information.md --- Plugins/World/Per-World/Player Information.md | 118 +++++++++--------- 1 file changed, 60 insertions(+), 58 deletions(-) diff --git a/Plugins/World/Per-World/Player Information.md b/Plugins/World/Per-World/Player Information.md index 32f7de5..678b470 100644 --- a/Plugins/World/Per-World/Player Information.md +++ b/Plugins/World/Per-World/Player Information.md @@ -1,60 +1,62 @@ - certain player data points must be tracked and stored. - These are all stored in the following way: - - per player, - per storyline per player, - per world per storyline per player, - per excursion per world per storyline per player +certain player data points must be tracked and stored. +These are all stored in the following way: - tracked data: - - LOCATION - INVENTORY - PLAYER DATA - - exp - - health - - food - - saturation - - exhaustion - - air - - fireticks - - walkspeed - - active potion effects - - name - - duration - - amplifier - - isAmbient - - hasParticles - - Color (if it has one) - - TOTAL TIME SPENT (ticks) - TIME LAST ENTERED - TIME LAST LEFT + per player, + per storyline per player, + per world per storyline per player, + per excursion per world per storyline per player - KILL/DEATH: - (ANY PLAYER) ---------------- - - last kill - - time - - time since previous - - victim uuid, name - - last death - - time - - time since previous - - killer uuid, name - - # kills - - # deaths - (EACH PLAYER) ---------------- - - last kill - - time - - time since previous - - your k/d at the time - - their k/d at the time - - last death - - time - - time since previous - - your k/d at the time - - their k/d at the time - - # kills - - # deaths - - ? +tracked data: + + LOCATION + INVENTORY + - inventory + - enderchest + PLAYER DATA + - exp + - health + - food + - saturation + - exhaustion + - air + - fireticks + - walkspeed + - active potion effects + - name + - duration + - amplifier + - isAmbient + - hasParticles + - Color (if it has one) + + TOTAL TIME SPENT (ticks) + TIME LAST ENTERED + TIME LAST LEFT + + KILL/DEATH: + (ANY PLAYER) ---------------- + - last kill + - time + - time since previous + - victim uuid, name + - last death + - time + - time since previous + - killer uuid, name + - # kills + - # deaths + (EACH PLAYER) ---------------- + - last kill + - time + - time since previous + - your k/d at the time + - their k/d at the time + - last death + - time + - time since previous + - your k/d at the time + - their k/d at the time + - # kills + - # deaths + + ?