24 lines
680 B
JSON
24 lines
680 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|