From 131263aca5447cd2b3ca5d738ac41e409c9daa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=B6=E7=9A=93?= <1214946206@qq.com> Date: Mon, 27 Jun 2022 19:42:11 +0800 Subject: [PATCH] update DEVDOC.md --- DEVDOC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVDOC.md b/DEVDOC.md index 386c9ec..e447602 100644 --- a/DEVDOC.md +++ b/DEVDOC.md @@ -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 <触发器分数>"}}`的指令定义按钮。**大多数情况下这里的触发器分数必须是独一无二的**