33 lines
860 B
JSON
33 lines
860 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"item": "minecraft:observer"
|
||
|
},
|
||
|
"title": "Challenge Complete",
|
||
|
"description": "Manged 100 days without dying, I guess you're alright.",
|
||
|
"frame": "task",
|
||
|
"announce_to_chat": true
|
||
|
},
|
||
|
"parent": "canopy:challenge_accepted",
|
||
|
"criteria": {
|
||
|
"alive_time": {
|
||
|
"trigger": "minecraft:location",
|
||
|
"conditions": {
|
||
|
"player": {
|
||
|
"player": {
|
||
|
"stats": [
|
||
|
{
|
||
|
"type": "minecraft:custom",
|
||
|
"stat": "minecraft:time_since_death",
|
||
|
"value": {
|
||
|
"min": 2400000
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|