Placeholders
PlaceholderAPI tokens
Identifier: elitebounty (requires PlaceholderAPI).
| Placeholder | Returns | Example |
|---|---|---|
%elitebounty_active% |
Active bounties on the player | 2 |
%elitebounty_total_bounties% |
Server-wide active bounties | 37 |
%elitebounty_total_worth% |
Formatted total value of active bounties | $1,250,000 |
%elitebounty_has_bounty% |
Yes / No |
Yes |
See PlaceholderAPI for setup.
Message placeholders
Inside language files, EliteBounty uses {token} braces (not %token%).
Which tokens are available depends on the message. Common ones:
| Token | Meaning |
|---|---|
{player} / {target} |
Player names |
{issuer} / {claimer} |
Who placed / claimed the bounty |
{amount} |
Money amount |
{tax} / {required} / {balance} |
Cost breakdown |
{min} / {max} |
Amount limits |
{count} |
A quantity (bounties, items, …) |
{reward} / {items} |
Reward description |
{time} |
Remaining cooldown (rate-limit message) |
{type} |
Bounty type label |
{status} |
Bounty status label |
{bounty_id} |
Bounty identifier |
{created} |
Creation timestamp |
{page} |
GUI page number |
Keep these tokens intact when translating - only change the surrounding text.