Placeholders
PlaceholderAPI
%excellentshop_auction_max_listings%
- Displays amount of listings player can add to the Auction.%excellentshop_chestshop_max_shops%
- Displays amount of chest shops player can create.%excellentshop_chestshop_products_per_shop%
- Displays amount of products player can add per a chest shop.%excellentshop_virtualshop_sell_multiplier%
- Displays player's sell multiplier for virtual shops.
Internal Placeholders
This is a list of placeholder to use inside plugin configurations. For a list of PlaceholderAPI placeholders, see above ↑.
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%
- Amount of shop products.
Virtual Shop
%shop_permission_required%
- Displays if shop requires permission to use.%shop_permission_node%
- Displays shop permission node.%shop_icon_name%
- Displays shop icon name.%shop_pages%
- Displays amount of shop pages.%shop_view_size%
- Displays shop menu size.%shop_view_title%
- Displays shop menu title.%shop_npc_ids%
- Displays ids of the Citizens NPC attached to this shop.%shop_next_rotation_in%
- Displays amount of time until next rotation.%shop_rotation_type%
- Displays shop rotation type.%shop_rotation_interval%
- Displays shop rotation interval (for INTERVAL type only).
Virtual Static Shop
%shop_pages%
- Amount of shop pages.
Virtual Rotating Shop
%shop_pages%
- Amount of shop pages.%shop_next_rotation_date%
- Date of the next rotation.%shop_next_rotation_in%
- Duration until the next rotation.
Chest Shop
%shop_owner%
- Displays player name of the shop owner.%shop_location_x%
- Displays value of the X coordinate of the shop location.%shop_location_y%
- Displays value of the Y coordinate of the shop location.%shop_location_z%
- Displays value of 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.
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_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_pricer_float_refresh_days%
- Displays the days, when product price should be generated/updated.%product_pricer_float_refresh_times%
- Displays the times, when product price should be generated/updated.%product_discount_allowed%
- Displays if the product price can be affected by shop's discounts.%product_discount_amount%
- Displays the discount amount.%product_item_meta_enabled%
- Displays if product respects metadata of the trade item.%product_item_name%
- Displays name of product trade item.%product_item_lore%
- Displays lore of product trade item.%product_preview_name%
- Displays the display name of product preview item.%product_stock_global_buy_amount_left%
- Displays how many items can be purchased from the shop.%product_stock_global_sell_amount_left%
- Displays how many items can be sold into the shop.
Product Global (with Player context)
%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.
Virtual Product
%product_commands%
- Displays commands that are executed on product purchase.%product_stock_global_buy_restock_date%
- Timeleft until the shop buy stock is refilled.%product_stock_global_sell_restock_date%
- Timeleft until the shop sell stock is refilled.%product_stock_global_buy_restock_time%
- Initial cooldown time for the shop buy stock refilling.%product_stock_global_sell_restock_time%
- Initial cooldown time for the shop sell stock refilling.%product_stock_player_buy_restock_time%
- Initial cooldown time for the player buy limit.%product_stock_player_buy_amount_initial%
- Initial amount of items for the player buy limit.%product_stock_player_sell_restock_time%
- Initial cooldown time for the player sell limit.%product_stock_player_sell_amount_initial%
- Initial amount of items for the player sell limit.
Virtual Product (with Player context)
%product_stock_player_buy_amount_left%
- Displays amount of items left a player can buy.%product_stock_player_buy_restock_date%
- Timeleft until the player buy limit is expired.%product_stock_player_sell_amount_left%
- Displays amount of items left a player can sell.%product_stock_player_sell_restock_date%
- Timeleft until the player sell limit is expired.
Discount Config
%discount_amount%
- Discount amount.%discount_duration%
- Discount duration.%discount_days%
- A list of days, when this discount will be applied.%discount_times%
- A lit of day time(s), when this discount will be applied.
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.%category_icon_name%
- Category icon item name.%category_icon_lore%
- Category icon item lore.
Last updated