# Hello Skripters! How do I create variables to track the following: Each Players Total Blocks Mined Each Players Total Kills (entities and players) Each Players Playtime Thanks!
# if youre new i would recommend sovde's github and checking the docs for experssions and events pertaining to these things
# for play time honestly you could set a variable (or metadata) on join, then check it on leave, and add the time since to the actual variable
# distant geyser if youre new i would recommend sovde's github and checking the docs for experssi... cbf