fz-survival-datapack/data/fz/advancements/leavegame.json

27 lines
808 B
JSON
Raw Normal View History

2020-11-27 00:27:49 +08:00
{
"criteria": {
"leave_game": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"leaveGame": {
"min": -2147483648,
"max": 0
}
}
2020-12-07 04:25:40 +08:00
}
2020-11-27 00:27:49 +08:00
}
]
}
}
},
"rewards": {
"function": "fz:login/onlogin"
}
}