完善scoreboard、初步实现config
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user