update DEVDOC.md

This commit is contained in:
延皓 2022-06-27 19:42:11 +08:00
parent 18d6d3b4aa
commit 131263aca5
No known key found for this signature in database
GPG Key ID: B1350BD0352AB941

View File

@ -51,8 +51,8 @@
## 功能模块
### 配置模块
- 标签`tags/functions/module/config/timeout`注册超时时的操作
- 标签`tags/functions/module/config/reset_trigger`用于重置玩家`@s`的触发器计分板
- 标签`tags/functions/module/config/timeout`:超时时的操作
- 标签`tags/functions/module/config/reset_trigger`:重置玩家`@s`的触发器计分板
#### 按钮操作
1. 定义一个显示按钮时执行的函数,使用形如`tellraw @s {"text": "[按钮]", "clickEvent": {"action": "run_command", "value": "/trigger fz.module.config.trigger set <触发器分数>"}}`的指令定义按钮。**大多数情况下这里的触发器分数必须是独一无二的**