Update Player Information.md

This commit is contained in:
iiegit 2016-11-11 16:08:44 -05:00 committed by GitHub
parent ac55d4676b
commit 163b1f7d88

View file

@ -6,13 +6,25 @@ These are all stored in the following way:
per world per storyline per player, per world per storyline per player,
per excursion 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 LOCATION
- xyz yaw pitch
INVENTORY INVENTORY
- inventory - inventory
- enderchest - enderchest
PLAYER DATA PLAYERDATA
- exp - exp
- health - health
- food - food
@ -28,13 +40,15 @@ tracked data:
- isAmbient - isAmbient
- hasParticles - hasParticles
- Color (if it has one) - Color (if it has one)
TOTAL TIME SPENT (ticks) TIME TRACKING
TIME LAST ENTERED - total time spend
TIME LAST LEFT - time last entered
- time last left
KILL/DEATH: KILL/DEATH:
(ANY PLAYER) ----------------
ANY PLAYER:
- last kill - last kill
- time - time
- time since previous - time since previous
@ -45,7 +59,9 @@ tracked data:
- killer uuid, name - killer uuid, name
- # kills - # kills
- # deaths - # deaths
(EACH PLAYER) ----------------
EACH PLAYER:
- uuid, name
- last kill - last kill
- time - time
- time since previous - time since previous
@ -59,4 +75,4 @@ tracked data:
- # kills - # kills
- # deaths - # deaths
? to be continued?