📒Shop Modes

How to setup each shop mode.

How To Change Shop Modes

  1. Open your config.yml and change the key input shop-mode. Pick from the options listed below.

  2. When finished restart your server.

Normal (Default)

Normal mode will allow you to sell unlimited of each item.

Stock

This will allow you to create stock for each item. The restock timer is set to 24 hours by default but can be changed in your config.yml under the key restock-timer. The price of each item will not change.

Dynamic

This will allow you to create stock for each item but the sell and buy value will fluctuate depending on the stock. In your config.yml you can change the dynamic-pricing-max-strength-percentage key to set the max percentage difference from the buy or sell value median compared to stock median. By default this is set to 100%, so if the difference between the stock median and sell or buy value median reaches 100% it won't fluctuate the price anymore. Restock is set to happen every 24 hours and can be changed under the key restock-timer in your config.yml.

Last updated