Configurable default values: Noise intensity and elasticity.
Shift-Click to add all items of the clicked material into the sell menu (/sell or /nsell)
Configurable decimal precision of placeholders.
More translatable text (100% minecraft texts, 70% discord texts)
Better AdvancedGUI layout. (Now can fit perfectly the Spanish translation)
If using from an older version, replace or add this into your config file:
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
# The default elasticity applies to all items unless otherwise explicitly stated at items.yml. default-elasticity: 1
... placeholders: # Number of decimals to display in prices. # For instance, with a price of 2.2732: # 1 -> 2.3$ # 2 -> 2.27$ # 3 -> 2.273$ decimal-precision: 2
Fixed:
Some properties not being properly utilized in the calculation of price and noise in some situations.