#
Price Limits
It's possible to limit min. and max. listing prices for certain items and currencies.
This might be helpful to prevent players from selling rare items at too low prices and cluttering up the auction with dirt at billion prices.
You can configure it in the /auction/settings.yml
under the Listings
-> Price
section.
#
Per Currency
Limits price for certain currencies .
Per_Currency:
default:
Min: -1.0
Max: -1.0
vault:
Min: 1.0
Max: 1.0E7
Use default
as currency ID to apply limits for all other currencies not listed there.
Use -1
to set no limit for the min. or max. value.
#
Per Item
Limits price for certain items.
Per_Material:
emerald:
Min: 300.0
Max: -1.0
diamond:
Min: 500.0
Max: -1.0
dirt:
Min: 1.0
Max: 15.0
List of all available item names can be found here .
Use -1
to set no limit for the min. or max. value.