编写部分开发文档
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
## 如果分数大于0说明玩家点击了按钮
|
||||
execute as @a if score @s fz.module.config.trigger matches 1.. run function #fz:module/config/on_click
|
||||
execute as @a if score @s fz.module.config.trigger matches 1.. run function #fz:module/config/reset_trigger
|
||||
|
||||
schedule function fz:module/config/loop 1t replace
|
||||
schedule function fz:module/config/loop 1t replace
|
||||
|
||||
@@ -6,8 +6,5 @@ execute if score fz.logger.level fz.variable.integer matches ..400 run tellraw @
|
||||
|
||||
execute if score @s fz.module.config.trigger matches 1000..1999 run function #fz:module/scoreboard/config/on_click
|
||||
|
||||
## 重置玩家的触发器分数
|
||||
function #fz:module/config/reset_trigger
|
||||
|
||||
## 重新显示一次按钮
|
||||
function #fz:module/config/display
|
||||
function #fz:module/config/display
|
||||
|
||||
Reference in New Issue
Block a user