Air Button
This button represents the Air item, which the player can’t see.
Format
button-name:
type: air
# command:
action:
- <action>
- <action>
- <action>
...
close-on-click: <true/false>
Note
action
(command
): the Action to be executed on clicked.- You can use Click Type to set different Actions for each type of click
close-on-click
: whether to close the menu on clicked.
Example
air-button:
type: air
command:
- "tell: &aOh..."
- "delay: 30"
- "tell: &aUhhhh... Hello"
close-on-click: true