23 lines
565 B
JSON
23 lines
565 B
JSON
{
|
|
"criteria": {
|
|
"unsneak": {
|
|
"trigger": "tick",
|
|
"conditions": {
|
|
"player": {
|
|
"type_specific": {
|
|
"type": "player",
|
|
"advancements": {
|
|
"fz:config/sneak": true
|
|
}
|
|
},
|
|
"flags": {
|
|
"is_sneaking": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:event/on_unsneak"
|
|
}
|
|
} |