Closed refractored closed 2 years ago
Hi! You can already do that. Here is an exmaple:
Diamond:
material: DIAMOND
buyPrice:
fixed: 30
stock:
type: GLOBAL
amount: 4
max: 10
incrementOnSell: true
allowSellOnMax: false
Here, diamond will have a start stock of 4, and the max amount of the stock is 10. You can also specify whether the stock should increase when items are sold incrementOnSell
and also whether you want to allow items to be sold even if the stock is at maximum allowSellOnMax
.
Ahh okay thanks
It'd be nice to have this feature because atm you cant sell items when the shop resets because its already at the max stock.