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
display :Item display name
material
data
model:custommodeldata value (1.13+)
lore:
slot:The location where the item appears
fuction.type:Item Function Type
fuction.value:Item Function Value(Optional in some cases:such as
fuction.type
iscmd
)
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
none:Nothing happens after clicking
Last updated