-
Notifications
You must be signed in to change notification settings - Fork 3
Variable: disabled
Misat11 edited this page May 9, 2020
·
2 revisions
If this variable is true item interactions will be disabled.
Yaml:
- stack: some_item_definition
items: # because disabled is true, you can't open it
- STONE
disabled: trueGroovy:
item('some_item_definition') {
disabled(true)
item('STONE') // because disabled is true, you can't open it
}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)