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.
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
?