-
-
Notifications
You must be signed in to change notification settings - Fork 3
Variable: price type
Misat11 edited this page May 9, 2020
·
2 revisions
Price-type is part of generic shop variables and determines currency.
Yaml:
- stack: ...
price: 5
price-type: bronze # <---
Groovy:
item('...') {
price '5'
priceType 'bronze' // <---
}
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)