💰Auctions
Overview
This module give the ability to your virtual players to create auctions and buy real players items. You can define a list of items and a percentage of players who will auction these items. You can also define a delay between each auction, making the auctions house much more natural.
Configuration
The configuration of the auction module is a bit complex, so follow this step by step tutorial to become an expert and have a flawless experience.
Sell settings
Let's start by the chance
field, this field defines how many chance a poof players has to sell an item. It's a percentage so it must be within 0 and 100.
The delay
section let you defines how often the buy task should run, which means how often the players will start new auctions.
Now, the big part, the items
section. This is the place where you define which items poof players can sell and at which price.
Each item must have the price
section, each time a poof players starts an auction, they will pick a random price within this range.
The only attribute requires is material!
There is the list of attributes an item can have:
amount
name
lore
custom-model-data
enchantments
flags
unbreakable
All this attributes are indeed optional but can help you within your configuration journey.
Buy settings
Let's start by the type
field, you can set it to buy
or bid
. The difference between both is, if you plugin supports bids, it'll make a bid if the field is turned to bid instead of instantly buying it.
Then, the strategy
field allows you to define how the poof players are going to select the auction item they wants to buy. All strategies are self-explanatory but the budget and fixes ones that are explain below.
The chance
field let you define how many chances the poof players have to buy an item when they found it. It's a percentage so it must be within 0 and 100.
The budget
section is defining a budget range for the budget buy strategy, so the poof players will seek items to buy within this price range.
The fixed
section defines the items the poof players will be able to buy with the fixed strategy. Items can be configured just for the sell section, the only difference is that the price range is totally optional.
Last updated