fz-survival-datapack/data/fz/advancements/scoreboards/deathcounter.json

24 lines
680 B
JSON
Raw Normal View History

2020-11-27 00:27:49 +08:00
{
"criteria": {
"death_counter": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"deathTester": {
"min": 1,
"max": 2147483647
}
}
}
]
}
}
},
"rewards": {
"function": "fz:scoreboards/deathcounter/calculator"
}
}