Files
fz-survival-datapack/data/fz/advancements/game_event/on_login.json
T
2022-07-08 09:18:06 +08:00

27 lines
768 B
JSON

{
"parent": "fz:game_event",
"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:game_event/player/on_login"
}
}