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

24 lines
709 B
JSON
Raw Normal View History

2020-11-27 00:27:49 +08:00
{
"criteria": {
"kill_counter": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"carpetBot": 1
2020-11-27 00:27:49 +08:00
}
}
}
]
}
}
},
"rewards": {
"function": "fz:scoreboards/killcounter/calculator"
}
}