Variable: price type - ScreamingSandals/SimpleInventories GitHub Wiki
price-type
Price-type is part of generic shop variables and determines currency.
Yaml:
- stack: ...
price: 5
price-type: bronze # <---
Groovy:
item('...') {
price '5'
priceType 'bronze' // <---
}