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
+26
View File
@@ -0,0 +1,26 @@
{
"criteria": {
"on_login": {
"trigger": "tick",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.event.leave_game": {
"max": 0
}
}
}
}
]
}
}
},
"rewards": {
"function": "fz:event/on_login"
}
}