Find your playtime on a Minecraft world
SolvedAnonymous user -
Hello,
I'd like to know how I can find out the number of hours (or minutes) I've spent on a Minecraft world just by opening the player's statistics .json file. I retrieved my old Minecraft worlds and I noticed that in the "stats" folder of my world, there were .json files with information inside, and what interests me the most is this: "stat.playOneMinute":8390801
I would like to know if I need to divide this number by 60, by 20, or by 1200 to get my real time in minutes (and then I would simply divide by 60 to get hours).
Have a nice day.
4 réponses
Hello,
Given the size of the numbers, the most likely scenario is division by 1200.
After checking on a Reddit post, the command stat.playOneMinute returns a number of ticks.
1 minute = 20 ticks.
1 hour = 60 minutes
=> 1 hour = 60*20 = 1200 ticks
To conquer without danger is to triumph without glory.
Pierre Corneille, Le Cid