-
Notifications
You must be signed in to change notification settings - Fork 0
PlaceholderAPI
joogiebear edited this page Jul 14, 2026
·
1 revision
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.
| 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 |
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.)
- Confirm PlaceholderAPI is installed and check
/papi listforroyalauctions. - 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.
RoyalAuctions · part of the eco suite (RoyalBank · RoyalBazaar · EconGuard) · Source on GitHub
Getting started
Using it
- Buying, Selling & Bidding
- Menus & GUI
- Categories
- Item Tiers
- NPCs (Citizens)
- PlaceholderAPI
- EconGuard Integration
- Storage & Data
Help