chasem-dev / UniversalMarket

A MySQL based Item Market system powered by Sponge
MIT License
7 stars 13 forks source link

Support stock for listing #2

Open morrissimo opened 6 years ago

morrissimo commented 6 years ago

Current version (at least for 1.10.2) only supports the items in the actual listing itself. Would like to see support for a stock or supply of items beyond the listing itself, so that multiple purchases could be made off of a single listing. When the stock is depleted, the listing would disappear (per the current functionality)

chasem-dev commented 6 years ago

Makes sense to allow people to partially purchase an item. I'll look into the concept, should be able to incorporate this :)