Skip to content

Variable: items

Misat11 edited this page May 9, 2020 · 3 revisions

items

Items is List of childs (other items). If item has this variable, after click it opens gui with childs!

Yaml:

- stack: ...
  items: # childs
  - ...
  - ...
  - ...

Groovy:

category('...') {
  item('...')
  item('...')
  item('...')
}
Clone this wiki locally