{ "display": { "icon": { "item": "minecraft:clock" }, "title": "Challenge Accepted", "description": "So you managed to stay alive a whole day, not impressed.", "frame": "task", "announce_to_chat": true }, "parent": "canopy:root", "criteria": { "alive_1_day": { "trigger": "minecraft:location", "conditions": { "player": { "type_specific": { "type": "player", "stats": [ { "type": "minecraft:custom", "stat": "minecraft:time_since_death", "value": { "min": 24000 } } ] } } } } } }