#
Listings Amount
You can limit how many listings a player can add to the auction based on their rank or permissions.
You can configure it in the /auction/settings.yml
-> Listings_Per_Rank
:
Listings_Per_Rank:
Mode: RANK
Permission_Prefix: auction.listings.amount.
Default_Value: 10
Values:
gold: 20
vip: 15
admin: -1
There is a detailed configuration guide with examples inside the config file.