请看README.txt
用/menu或者钟点地打开菜单
开发环境:IronLuaRunner_Release0218
[CODE lang="yaml" title="main.yaml"]type: form
title: GUI菜单
content: 菜单如下:
buttons:
- images: true #是否开启图骗功能
image:
type: path
data: textures/items/apple
text: OP才能执行你好
command: say HelloWorld!
type: op
- images: false
image:
type: path
data: textures/items/apple
text: 后台执行你好
command: say HelloWorld!
type: cmd
- images: false
image:
type: path
data: textures/items/apple
text: 说你好
command: /me HelloWorld!
type: default
- images: false
image:
type: path
data: textures/items/apple
text: 花费10金币说你好
command: /me HelloWorld!
type: moneydefault
money: 10
- images: false
image:
type: path
data: textures/items/apple
text: 打开xx子菜单
command: xx
type: form
- images: false
image:
type: path
data: textures/items/apple
text: OP才能打开xx子菜单
command: xx
type: opform[/CODE]
用/menu或者钟点地打开菜单
开发环境:IronLuaRunner_Release0218
[CODE lang="yaml" title="main.yaml"]type: form
title: GUI菜单
content: 菜单如下:
buttons:
- images: true #是否开启图骗功能
image:
type: path
data: textures/items/apple
text: OP才能执行你好
command: say HelloWorld!
type: op
- images: false
image:
type: path
data: textures/items/apple
text: 后台执行你好
command: say HelloWorld!
type: cmd
- images: false
image:
type: path
data: textures/items/apple
text: 说你好
command: /me HelloWorld!
type: default
- images: false
image:
type: path
data: textures/items/apple
text: 花费10金币说你好
command: /me HelloWorld!
type: moneydefault
money: 10
- images: false
image:
type: path
data: textures/items/apple
text: 打开xx子菜单
command: xx
type: form
- images: false
image:
type: path
data: textures/items/apple
text: OP才能打开xx子菜单
command: xx
type: opform[/CODE]