Menus
All menu files are saved in /menus/
folder.
Types
There are 3 types of menus.
Common Menus, just like other menu plugins doing. You can use them open other shop menus.
Shop Menus, will display products in specified shop in it.
Buy More Menus, can select amount of you will buy or sell. This type of menus have more settings, please view Buy More Menus page to know more.
Configs
title: Menu title, for shop menu type, support
{shop-name}
to display shop displayname which set in it's config.size: Menu size, only support one of the number: 9,18,27,36,45,54.
layout: Button layout, this is a list option, list row must equals
size/9
, each line lengh must equals 9.buttons: Button configs, button ID must be a single char, and use it in
layout
option to set where this button display in menu.conditions: Only players who meet the conditions can open this menu, see Conditions for more info.
open-actions: Do action when open this menu, see Actions for more info.
close-actions: Do action when close this menu, see Actions for more info. Please carefully note that when you have already opened a menu, if you open other menus through actions or other means, it will also trigger close actions.
Example:
For each button, we have those options:
display-item: The display item of this button, should use Display Item Format.
actions: The action will executed after we click this button.
fail-actions: The action will executed if we don't meet the condition of this button, see Actions for more info.
conditions: The condition of this button, if player don't meet this condition, then we will execute the
fail-action
.
Last updated