Files
fz-survival-datapack/data/fzsd/advancement/game_event/on_login.json
T
2024-06-16 11:01:54 +08:00

27 lines
779 B
JSON

{
"parent": "fzsd:game_event",
"criteria": {
"on_login": {
"trigger": "tick",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fzsd.event.leave_game": {
"max": 0
}
}
}
}
]
}
}
},
"rewards": {
"function": "fzsd:game_event/advancement/on_login"
}
}