202207031901

This commit is contained in:
延皓
2022-07-03 19:01:51 +08:00
parent 2e3b933e9b
commit d8d5b7b677
37 changed files with 151 additions and 41 deletions
@@ -0,0 +1,23 @@
{
"criteria": {
"on_play_one_hour": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.event.play_seconds": {
"min": 3600
}
}
}
]
}
}
},
"rewards": {
"function": "fz:event/on_play_one_hour"
}
}