2021-07-31 01:00:58 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-08-02 16:16:07 +00:00
|
|
|
"alive_1_day": {
|
|
|
|
"trigger": "minecraft:location",
|
|
|
|
"conditions": {
|
|
|
|
"player": {
|
|
|
|
"type_specific": {
|
|
|
|
"type": "player",
|
|
|
|
"stats": [
|
|
|
|
{
|
|
|
|
"type": "minecraft:custom",
|
|
|
|
"stat": "minecraft:time_since_death",
|
|
|
|
"value": {
|
|
|
|
"min": 24000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|