Skip to content

PlaceholderAPI

joogiebear edited this page Jul 14, 2026 · 1 revision

PlaceholderAPI

If PlaceholderAPI is installed, RoyalAuctions registers an expansion under the royalauctions identifier automatically. Use these anywhere PlaceholderAPI is supported — scoreboards, chat formats, holograms, tab lists.

These %percent% placeholders are for other plugins. The %placeholders% used inside RoyalAuctions' own menus are a separate system — see Menus & GUI.

Placeholders

Placeholder Value
%royalauctions_active% Number of active listings server-wide
%royalauctions_max_listings% Per-player active-listing cap (listings.max-per-player)
%royalauctions_fee_percent% Listing fee percentage (e.g. 2.0)
%royalauctions_min_price% Minimum listing price, formatted

Example

Scoreboard / hologram at spawn:

&6Auction House
&7Live listings: &f%royalauctions_active%
&7Listing fee: &f%royalauctions_fee_percent%%

(Note the doubled %% at the end — a literal percent sign after the placeholder.)

Not showing up?

  • Confirm PlaceholderAPI is installed and check /papi list for royalauctions.
  • If you just installed PlaceholderAPI, restart once so the expansion registers.
  • %royalauctions_active% is server-wide and works in any context; the others read config values and are equally context-free.

Clone this wiki locally