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

27 lines
837 B
JSON
Raw Normal View History

2021-07-03 18:55:08 +08:00
{
"criteria": {
"kill_counter": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"carpetBot": {
"max": 1,
"min": 1
}
}
}
}
]
}
}
},
"rewards": {
"function": "fz:scoreboards/killcounter/calculator"
}
}