-
-
Notifications
You must be signed in to change notification settings - Fork 3
Variable: pagebreak
Misat11 edited this page May 10, 2020
·
3 revisions
This simply breaks page :)
There are three types of page break:
-
before
- Breaks page before item, so item will be on next page -
after
- Breaks page after item, so next items will be on next page -
both
- Breaks before and after item
Yaml:
- stack: ...
pagebreak: after
Groovy:
item('...') {
pagebreak 'after'
}
Result:
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)