Skip to content

Placeholder API

Elian Khalaf edited this page Jan 31, 2025 · 1 revision

The plugin has a built-in PlaceholderAPI expansion.

The following placeholders are available:

  • %ezauctions_auctioneer% is the auctioneer name
  • %ezauctions_auctioneeruuid% is the auctioneer uuid
  • %ezauctions_itemamount% is the amount of items being auctioned
  • %ezauctions_minecraftname% is the translatable minecraft name of the item being auctioned
  • %ezauctions_customname% is the custom name (translatable minecraft name if no custom name specified) of the item being auctioned
  • %ezauctions_materialtype% is material type of the item being auctioned
  • %ezauctions_startingprice% is the starting price
  • %ezauctions_highestbidamount% is the highest bid (starting price if no bids or sealed auction)
  • %ezauctions_highestbidder% is the highest bidder name (blank if no bids or sealed auction)
  • %ezauctions_highestbidderuuid% is the highest bidder uuid (blank if no bids or sealed auction)
  • %ezauctions_increment% is the increment
  • %ezauctions_starttime% is the start time of the auction
  • %ezauctions_remainingtime% is the remaining time of the auction
  • %ezauctions_autobuy% is the autobuy price
  • %ezauctions_world% is the world of the auction
  • %ezauctions_skullowner% is the player who the skull belongs to
  • %ezauctions_repairprice% is the repair price
  • %ezauctions_antisnipetime% is the amount of time to be added when an antisnipe is triggered config: antisnipe.time
  • %ezauctions_currencynamesingular% is the currency name singular/currency prefix from vault. your economy provider needs to support this
  • %ezauctions_currencynameplural% is the currency name plural/currency prefix from vault. your economy provider needs to support this
Clone this wiki locally