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 answers
-
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 -
Thank you for your very quick response!
So if I do 8390801 / 1200, will I get my time in hours?8390801 / 1200 = 6.992 hours?
-
-
Oh okay, thanks, but I don't understand why we need to divide by 24, isn't it by 60? That would give 6992 minutes / 60 = 116 hours, that seems so little to me, but I have about 20 worlds... and I think I haven't played much on this world that's why (even though 116 hours is already quite a lot)