Update Player Information.md

This commit is contained in:
iiegit 2016-11-11 15:54:45 -05:00 committed by GitHub
parent 1d954135d0
commit ac55d4676b

View file

@ -1,60 +1,62 @@
certain player data points must be tracked and stored. certain player data points must be tracked and stored.
These are all stored in the following way: These are all stored in the following way:
per player, per player,
per storyline per player, per storyline per player,
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:
LOCATION LOCATION
INVENTORY INVENTORY
PLAYER DATA - inventory
- exp - enderchest
- health PLAYER DATA
- food - exp
- saturation - health
- exhaustion - food
- air - saturation
- fireticks - exhaustion
- walkspeed - air
- active potion effects - fireticks
- name - walkspeed
- duration - active potion effects
- amplifier - name
- isAmbient - duration
- hasParticles - amplifier
- Color (if it has one) - isAmbient
- hasParticles
- Color (if it has one)
TOTAL TIME SPENT (ticks) TOTAL TIME SPENT (ticks)
TIME LAST ENTERED TIME LAST ENTERED
TIME LAST LEFT TIME LAST LEFT
KILL/DEATH: KILL/DEATH:
(ANY PLAYER) ---------------- (ANY PLAYER) ----------------
- last kill - last kill
- time - time
- time since previous - time since previous
- victim uuid, name - victim uuid, name
- last death - last death
- time - time
- time since previous - time since previous
- killer uuid, name - killer uuid, name
- # kills - # kills
- # deaths - # deaths
(EACH PLAYER) ---------------- (EACH PLAYER) ----------------
- last kill - last kill
- time - time
- time since previous - time since previous
- your k/d at the time - your k/d at the time
- their k/d at the time - their k/d at the time
- last death - last death
- time - time
- time since previous - time since previous
- your k/d at the time - your k/d at the time
- their k/d at the time - their k/d at the time
- # kills - # kills
- # deaths - # deaths
? ?