-
-
Notifications
You must be signed in to change notification settings - Fork 3
Variable: id
Misat11 edited this page May 9, 2020
·
4 revisions
This marks your item with id for future clones or adjustments!
Yaml:
- id: "myBestItem"
...
Groovy:
item('...') {
id 'myBestItem'
}
/* ... */
Then you will have to use ids on other places with $ prefix: $myBestItem
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)