一些示例菜单
这是一些示例菜单
SimpleForm
title: "示例菜单-SimpleForm"
InvType: "SimpleForm"
control:
Cancel:
type: "simple"
text: "取消"
commands:
- "console say 玩家取消了表单"
Confirm:
type: "simple"
text: "确认"
commands:
- "player say 欢迎 $Test$ 来到服务器"
- "player say 你选择了 $SelectOption$"
CustomForm
ModalForm
Last updated