dev.202207030640

This commit is contained in:
延皓
2022-07-03 06:40:19 +08:00
parent 6852545faf
commit 2e3b933e9b
23 changed files with 80 additions and 50 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"criteria": {
"play_one_hour": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.module.scoreboard.assign.activation": {
"min": 3600
}
}
}
]
}
}
},
"rewards": {
"function": "fz:event/on_play_one_hour"
}
}