# Stocks and Limits

In ExcellentShop you can add stock and limits for products of Virtual Shops.

# Global Stock

Global Stock defines amount of the product available to buy/sell globally for all players. It can have a restock time when the stock amount goes back to its initial values.

When player purchases a product, its Sell Stock increases by 1 and Buy Stock decreases by 1.

When player sells a product, its Buy Stock increases by 1 and Sell Stock decreases by 1.

# Player Limit

Player Limit defines amount of the product available to buy/sell invidiaully per each player. It can have a cooldown when the limit amount goes back to its initial values.

Unlike global stock, selling or purchasing the product back will not increase the limit value. It only decreases with each purchase or sale.