Files
fz-survival-datapack/data/fz/advancements/login.json
T
2022-06-24 09:11:37 +08:00

26 lines
722 B
JSON

{
"criteria": {
"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"
}
}