继续完善config

This commit is contained in:
延皓
2022-06-24 09:11:37 +08:00
parent c5b36c5f50
commit 6f6ccb05be
18 changed files with 63 additions and 18 deletions
+17 -3
View File
@@ -3,10 +3,24 @@
"login": {
"trigger": "tick",
"conditions": {
"player": {
""
}
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.event.leave_game": {
"max": 0
}
}
}
}
]
}
}
},
"rewards": {
"function": "fz:event/on_login"
}
}
+1 -6
View File
@@ -1,15 +1,10 @@
{
"parent": "fz:sneak",
"criteria": {
"unsneak": {
"trigger": "tick",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"advancements": {
"fz:config/sneak": true
}
},
"flags": {
"is_sneaking": false
}