Supported Plugins

Here you can view all the supported extensions information for Player Auctions.

Vault

Player Auctions depends on Vault so you can use any of your favorite economy/permissions plugins that will be used in Player Auctions by hooking into Vault.

PlaceholderAPI

Player Auctions hooks into PlaceholderAPI so you can use the Player Auctions placeholders everywhere that supports PlaceholderAPI, here is a list of the current placeholders.

PlaceholderDescription

%pa_player_auctions%

View the amount of current auctions.

%pa_player_available%

View the amount of current auctions a player can sell.

%pa_player_maxauctions%

View the maximum amount of auctions that you can sell.

%pa_player_expired%

View the amount of expired auctions.

%pa_player_recent%

View the total amount of recent auctions.

%pa_player_recent_<type>%

View the amount of recent auctions for that type.

%pa_player_recent_spent_[when]%

View the amount the player has spent based on their recently bought. The when placeholder is optional and can either be: day, week, month & year

%pa_player_recent_earned_[when]%

View the amount the player has earned based on their recently sold. The when placeholder is optional and can either be: day, week, month & year

%pa_server_auctions%

View the amount of current auctions on the server.

%pa_server_auctions_<category>%

View the amount of current auctions for that category.

%pa_gui_auction_<modifier>%

View the modifier of the current auction that is assigned to the player via a menu.

Check modifiers below.

%pa_gui_category%

View the current category name that is assigned to the player via a menu.

%pa_gui_category_display%

View the current category display name that is assigned to the player via a menu.

%pa_gui_page%

View the current page that is assigned to the player via a menu.

%pa_gui_pages%

View the current pages that is assigned to the player via a menu.

ModifierDescription

price

Get tge price of the auction.

price_formatted

Get the formatted price of the auction.

price_item

Get the price per item for that auction.

currency

Get the currency of the auction.

seller

Get the seller of the auction.

seller_uuid

Get the seller UUID of the auction.

expire

Get the expired time of the auction.

categories

Get the categories of the auction.

id

Get the ID of the auction.

enchantments

Get the enchantments of the auction.

repair_cost

Get the repair cost of the auction.

amount

Get the amount of the auction.

lore

Get the lore of the auction.

date

Get the date created of the auction.

bidder

Get the top bidder of the auction.

server

Get the server of the auction.

item

Get the item of the auction.

item_displayname

Get the item displayname of the auction.

These are the current auction expansions, that hook into other plugins to change on how the plugin works. You can configure all these expansions and change how they work in the expansions.yml. Every expansion is configurable.

TokenManager

Player Auctions hooks into TokenManager as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  tokenmanager:
    # Do you want to enable the TokenManager currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in-game to decide what currency to use.
    name: "tokens"
    # The prefix of the price variable, this is how you want the variable to show when using the token manager currency.
    prefix: "%price% tokens"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

PlayerPoints

Player Auctions hooks into PlayerPoints as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  playerpoints:
    # Do you want to enable the PlayerPoints currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in-game to decide what currency to use.
    name: "points"
    # The prefix of the price variable, this is how you want the variable to show when using the player points currency.
    prefix: "%price% points"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

BeastToken

Player Auctions hooks into BeastToken as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  beasttoken:
    # Do you want to enable the BeastToken currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in-game to decide what currency to use.
    name: "tokens"
    # The prefix of the price variable, this is how you want the variable to show when using the beast token currency.
    prefix: "%price% tokens"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

GemsEconomy

Player Auctions hooks into GemsEconomy as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  gemseconomy:
    # Do you want to enable the GemsEconomy currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in-game to decide what currency to use.
    name: "gems"
    # The prefix of the price variable, this is how you want the variable to show when using the gemseconomy currency.
    prefixes:
      currency_name: "%price% gems"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

UltraEconomy

Player Auctions hooks into UltraEconomy as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  ultraeconomy:
    # Do you want to enable the UltraEconomy currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in-game to decide what currency to use.
    name: "gems"
    # The prefix of the price variable, this is how you want the variable to show when using the ultraeconomy currency.
    prefixes:
      currency_name: "%price% coins"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

EcoBits

Player Auctions hooks into EcoBits as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  ecobits:
    # Do you want to enable the EcoBits currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in the config to decide what currency to use.
    name: "bits"
    # The prefix of the price variable, this is how you want the variable to show when using the eco bits currency.
    prefixes:
      currency_name: "%price% bits"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

CoinsEngine

Player Auctions hooks into CoinsEngine as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  coinsengine:
    # Do you want to enable the CoinsEngine currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in the config to decide what currency to use.
    name: "coins"
    # The prefix of the price variable, this is how you want the variable to show when using the coins engine currency.
    prefixes:
      currency_name: "%price% coins"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

RivalCredits

Player Auctions hooks into RivalCredits as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  rivalcredits:
    # Do you want to enable the RivalCredits currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in the config to decide what currency to use.
    name: "credits"
    # The prefix of the price variable, this is how you want the variable to show when using the rival credits currency.
    prefix: "%price% credits"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

RivalHarvesterHoes

Player Auctions hooks into RivalHarvesterHoes as a currency so you can sell/purchase items on the auction house using this currency. Here is the default configuration for this addon.

  rivalharvesterhoes:
    # Do you want to enable the RivalHarvesterHoes currency?
    enabled: false
    # What version of this expansion do you want to download/use?
    version: latest
    # The name that is used in the config to decide what currency to use.
    name: "credits"
    # The prefix of the price variable, this is how you want the variable to show when using the rival harvester hoes currency.
    prefix: "%price% credits"
    # The minimum amount they need to at least pay when using this currency in the confirmation GUI. Set to -1 to ignore.
    min-price-purchase: -1
    # What's the minimum amount the player can add to the offer of a bid?
    # This is to stop people from adding for example $1 when the bid is about to end to win the bid.
    min-bid-amount: 1000
    # What is the minimum price for an auction?
    min-price-auction: 1000
    # What is the maximum price for an auction?
    max-price-auction: 9999999

Last updated