minecraft.custom:minecraft.play_one_minute used to count how many minutes TOTAL a player has played.
Now it resets to zero every time it reached the count of 120.
Comments 2
I also can't reproduce it as it's not doing it now.
I was using:
scoreboard objectives add alivetime minecraft.custom:minecraft.play_one_minute
And manually checking the time as:
/title @s actionbar ["",{"text":"Lived: ","color":"light_purple"},{"score":{"name":"@s","objective":"alivetime"},"color":"light_purple"}]
As I test now, it works as intended.
¯_ (ツ)_/¯
I'm unable to reproduce this. Do you use any data packs or do you have any other commands that might interfere with this?