Update Player Information.md
This commit is contained in:
parent
1d954135d0
commit
ac55d4676b
1 changed files with 60 additions and 58 deletions
|
@ -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 storyline per player,
|
|
||||||
per world per storyline per player,
|
|
||||||
per excursion per world per storyline per player
|
|
||||||
|
|
||||||
tracked data:
|
per player,
|
||||||
|
per storyline per player,
|
||||||
LOCATION
|
per world per storyline per player,
|
||||||
INVENTORY
|
per excursion per world per storyline per player
|
||||||
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:
|
tracked data:
|
||||||
(ANY PLAYER) ----------------
|
|
||||||
- last kill
|
LOCATION
|
||||||
- time
|
INVENTORY
|
||||||
- time since previous
|
- inventory
|
||||||
- victim uuid, name
|
- enderchest
|
||||||
- last death
|
PLAYER DATA
|
||||||
- time
|
- exp
|
||||||
- time since previous
|
- health
|
||||||
- killer uuid, name
|
- food
|
||||||
- # kills
|
- saturation
|
||||||
- # deaths
|
- exhaustion
|
||||||
(EACH PLAYER) ----------------
|
- air
|
||||||
- last kill
|
- fireticks
|
||||||
- time
|
- walkspeed
|
||||||
- time since previous
|
- active potion effects
|
||||||
- your k/d at the time
|
- name
|
||||||
- their k/d at the time
|
- duration
|
||||||
- last death
|
- amplifier
|
||||||
- time
|
- isAmbient
|
||||||
- time since previous
|
- hasParticles
|
||||||
- your k/d at the time
|
- Color (if it has one)
|
||||||
- their k/d at the time
|
|
||||||
- # kills
|
TOTAL TIME SPENT (ticks)
|
||||||
- # deaths
|
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
|
||||||
|
|
||||||
|
?
|
||||||
|
|
Loading…
Reference in a new issue