Null Button
This is similar to Air Button, but this button represents nothing.
Format
button-name:
type: null
# command:
action:
- <action>
- <action>
- <action>
...
close-on-click: <true/false>
Note
- The difference is that, while Air Button overrides the display item and the actions of a slot, this button only overrides the actions of a slot.
Example
null-button:
type: null
command:
- "tell: &aOh..."
- "delay: 30"
- "tell: &aUhhhh... Hello"
close-on-click: true