-
-
Notifications
You must be signed in to change notification settings - Fork 3
Variable: items
Misat11 edited this page May 9, 2020
·
3 revisions
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('...')
}
Can't find what are you looking for on this wiki? Maybe our automatically generated javadoc could help you https://docs.screamingsandals.org/simpleinventories/simpleinventories-core/
- Welcome on this wiki
- Formats:
- Variables:
- Callbacks: (Groovy only)
-
Examples:
- Making shop (Groovy only)
- Making vault shop (Groovy only)