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": {
|
2020-12-07 04:25:40 +08:00
|
|
|
"max": 1,
|
|
|
|
"min": 1
|
2020-11-27 00:27:49 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"rewards": {
|
|
|
|
"function": "fz:scoreboards/killcounter/calculator"
|
|
|
|
}
|
|
|
|
}
|