From 6aa3661718700067a418dada887fe30b71cd5e38 Mon Sep 17 00:00:00 2001 From: iiegit Date: Fri, 11 Nov 2016 14:44:10 -0500 Subject: [PATCH] Create Player Information.md --- Plugins/World/Per-World/Player Information.md | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Plugins/World/Per-World/Player Information.md diff --git a/Plugins/World/Per-World/Player Information.md b/Plugins/World/Per-World/Player Information.md new file mode 100644 index 0000000..32f7de5 --- /dev/null +++ b/Plugins/World/Per-World/Player Information.md @@ -0,0 +1,60 @@ + 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 + + 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 + + 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 + + ?