🎈Basics Fuction
Function
is the function type of a custom item under the customItem
node of the menu
If not set, it defaults to none
, meaning nothing
will happen after clicking
Each menu has the following nodes
title:'xx' (this menu title)
sound:XXX (Sound effects triggered when the menu is opened)
customItem: (Custom menu items)
In addition to the above nodes, some menus will also have layout : [x]
CustomItem node
Basics Fuction
close:Click to close the menu
pre:Click to open the next page (Only partial menus are effective, such as guild list, guild members, membership application, guild stores..)
next:Click to open the next page (as above)
back:Click to return to the guild menu
cmd:After clicking, execute the command for
function. value
setting
#cmd:Execute command after clicking
# - format:
# - - [player]/spawn 玩家发送指令 & Players send commands
# - - [op]spawn 玩家以OP权限发送指令 & Players send commands with OP permission
# - - [console]spawn %player% 从后台执行指令 & Execute commands from the console
# - - 例子 & For Example:
# - - - fuction:
# - - - type: cmd
# - - - value: [player]/spawn
none:Nothing happens after clicking
Last updated