Code (YAML):
price-options
:
# Set (hard) limits on the minimum and maximum prices.
limits:
low
: 0.001
high
: 9999999
# With noise enabled, prices will vary over time in a pseudo-random manner.
noise:
enabled
: true
# Change the default intensity of the noise with this factor.
default-intensity
: 1
# Global multiplier
intensity-multiplier
: 1
# The default elasticity applies to all items unless otherwise explicitly stated at items.yml.
default-elasticity
: 1
# Global multiplier - Take into account that this variable will change the shape of all
# price curves, changing the price instantly for all current items.
elasticity-multiplier
: 1