Variable: items - ScreamingSandals/SimpleInventories GitHub Wiki

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('...')
}