Placeholders (PAPI)

ZelBounty Placeholder Documentation

This document contains all placeholders extracted from the PlaceholderAPIHook class.

1. PlaceholderAPI (PAPI) Placeholders

All placeholders below require the %zelbounty_ prefix to function in-game.

General Bounty Stats

Placeholder
Description
Example Output

%zelbounty_bounty%

Raw bounty amount

5000

%zelbounty_amount%

Alias for bounty amount

5000

%zelbounty_bounty_formatted%

Formatted currency

$5,000.00

%zelbounty_amount_formatted%

Alias for formatted currency

$5,000.00

%zelbounty_bounty_compact%

Compacted currency

$5k

%zelbounty_amount_compact%

Alias for compact currency

$5k

%zelbounty_has_bounty%

Checks if player has a bounty

Yes / No

Player Progress & Ranking

Placeholder
Description
Example Output

%zelbounty_bounties_set%

Total bounties set by the player

12

%zelbounty_total_set%

Alias for total bounties set

12

%zelbounty_bounties_claimed%

Total bounties claimed by the player

8

%zelbounty_total_claimed%

Alias for total bounties claimed

8

%zelbounty_rank%

Player's current leaderboard rank

1

%zelbounty_position%

Alias for player's rank

1

Leaderboards (Dynamic)

Replace <number> with any integer (e.g., 1, 2, 3...)

Placeholder
Description

%zelbounty_top_<number>_name%

Name of the player at that rank

%zelbounty_top_<number>_bounty%

Bounty amount of the player at that rank


Last updated