This commit is contained in:
延皓
2021-07-03 18:55:08 +08:00
commit b259706807
114 changed files with 3798 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"criteria": {
"leave_game": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"leaveGame": {
"max": 0
}
}
}
}
]
}
}
},
"rewards": {
"function": "fz:login/onlogin"
}
}