24 lines
630 B
JSON
24 lines
630 B
JSON
{
|
|
"parent": "fz:game_event",
|
|
"criteria": {
|
|
"on_dead": {
|
|
"trigger": "minecraft:tick",
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_scores",
|
|
"entity": "this",
|
|
"scores": {
|
|
"fz.event.death_count": {
|
|
"min": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:game_event/player/on_dead"
|
|
}
|
|
} |