⚙️Main Configuration

How to configure the configuration.yml ?

Welcome to the ZelAuction plugin configuration guide! License Key Make sure to replace "YOUR LICENSE" with the actual license key provided to you. This key enables you to unlock the plugin. Product-Lifetime You can choose the product lifetime amount in the config. Product Lifetime: 24 hours, which changes the amount an item is displayed in the auction house. Money-Decimals: This setting means that if you want to have 1k, 1m, 1t formatted, for example, as '/ah sell 1k' instead of having to use the command /ah sell 1000, you enable it to true. So it should look like this: Enabled: true. Blocked-Items: This feature allows you to choose which items are allowed to be sold on the auction house. For example, if you don't want spawners to be sellable, you simply do:

Blocked-Items:
- Spawner

Maximum and minimum Price: You can set the minimum price for an item to be sold. For example, if you have it at $2 and a player tries to sell it for $1, it will send the player a message. The same goes for the maximum price. Here is what the config would look like.

Minimum-Price: 2.0 
Max-Price: 1.0E9

Permission for the Auction house We have both admin permissions and permissions for players to set the limit on the number of items. For example, a VIP rank can only set 2 items on the auction, but an Immortal rank can set 5 items on the auction house. Here is what it looks like.

Max-Item-Permissions:
-limit.default:3
-limit.vip:10 
Admin-Permission: zelauction.admin

Last updated