# Placeholders

The following placeholders are available inside plugin configuration files only.

# Currency

  • %currency_id% - Currency unqiue identifier.
  • %currency_name% - Currency display name.

# Shop (Global)

  • %shop_id% - Shop unique identifier.
  • %shop_name% - Shop display name.
  • %shop_buy_allowed% - Displays if shop allows to purchase products.
  • %shop_sell_allowed% - Displays if shop allows to sell products.
  • %shop_products% - Number of shop products.

# Virtual Shop

  • %shop_description% - Displays shop description.
  • %shop_pages% - Displays number of shop pages.
  • %shop_rotation_[rotation_id]_next_in% - Next rotation timeleft of the shop rotation.
  • %shop_rotation_[rotation_id]_next_date% - Next rotation date of the shop rotation.

# Chest Shop

  • %shop_owner% - Displays player name of the shop owner.
  • %shop_location_x% - Displays the X coordinate of the shop location.
  • %shop_location_y% - Displays the Y coordinate of the shop location.
  • %shop_location_z% - Displays the Z coordinate of the shop location.
  • %shop_location_world% - Displays world name of the shop location.
  • %shop_is_admin% - Displays if shop is an admin shop.
  • %shop_product_price_buy_[slot]% - Buy price for #N product in shop.
  • %shop_product_price_sell_[slot]% - Sell price for #N product in shop.
  • %shop_rent_expires_in% - Displays rent expire time (for rented shops).
  • %shop_rented_by% - Displays player name who rented a shop.
  • %shop_rent_duration% - Displays rent duration set by the shop owner.
  • %shop_rent_price% - Displays rent price set by the shop owner.

# Product (Global)

  • %product_price_type% - Displays product price type.
  • %product_price_buy% - Displays current product buy price.
  • %product_price_buy_formatted% - The same as above, but formatted with currency.
  • %product_price_sell% - Displays current product sell price.
  • %product_price_sell_formatted% - The same as above, but formatted with currency.
  • %product_price_sell_all% - Displays sell price depends on player items in inventory.
  • %product_price_sell_all_formatted% - The same as above, but formatted with currency.
  • %product_price_avg_buy% - Displays average product buy price.
  • %product_price_avg_diff_buy% - Displays difference % of the current product buy price and the average one.
  • %product_price_avg_sell% - Displays average product sell price.
  • %product_price_avg_diff_sell% - Displays difference % of the current product sell price and the average one.
  • %product_pricer_buy_min% - Displays the minimal product buy price.
  • %product_pricer_buy_max% - Displays the maximal product buy price.
  • %product_pricer_sell_min% - Displays the minimal product sell price.
  • %product_pricer_sell_max% - Displays the maximal product sell price.
  • %product_preview_name% - Displays name of product item.
  • %product_preview_lore% - Displays lore of product item.

# Virtual Product

  • %product_commands% - Displays commands that are executed on product purchase.
  • %product_stocks_restock_date% - Timeleft for the stock to refill.
  • %product_stocks_restock_time% - Initial time for the stock to refill.
  • %product_limits_restock_date% - Timeleft for the limit to expire & reset.
  • %product_limits_restock_time% - Initial time for the limit to expire & reset.
  • %product_stock_global_buy_amount_initial% - Initial amount of items for the global buy stock.
  • %product_stock_global_buy_amount_left% - Displays how many items can be purchased from the shop.
  • %product_stock_player_buy_amount_initial% - Initial amount of items for the player buy limit.
  • %product_stock_player_buy_amount_left% - Displays how many items can be sold into the shop.
  • %product_stock_global_sell_amount_initial% - Initial amount of items for the global sell stock.
  • %product_stock_global_sell_amount_left% - Displays amount of items left a player can sell.
  • %product_stock_player_sell_amount_initial% - Initial amount of items for the player sell limit.
  • %product_stock_player_sell_amount_left% - Displays amount of items left a player can sell.

# Auction Listing

  • %listing_item_name% - Listing item name.
  • %listing_item_lore% - Listing item lore.
  • %listing_item_amount% - Listing item amount.
  • %listing_item_value% - Listing item Base64 value.
  • %listing_seller% - Listing seller name.
  • %listing_price% - Listing price formatted with the listing currency format settings.
  • %listing_date_creation% - Listing first creation date.
  • %listing_expires_in% - Time until listing expiration.
  • %listing_deletes_in% - Time until listing deletion (For completed/expired listings only).
  • %listing_buyer% - Listing buyer name (For completed listings only).
  • %listing_buy_date% - Listing buy date (For completed listings only).

# Auction Category

  • %category_id% - Category unique identifier.
  • %category_name% - Category display name.