-
-
Notifications
You must be signed in to change notification settings - Fork 3
Variable: visible
Misat11 edited this page May 9, 2020
·
2 revisions
If visible is true item is visible else item is invisible.
Yaml:
- stack: item_definition
visible: true
Groovy:
item('item_definition') {
visible(true)
}
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)