PlaceholderAPI Placeholders
%battlepass_points%
%battlepass_points%
Gives the amount of points a player currently has.
%battlepass_points_formatted%
%battlepass_points_formatted%
Gives the formatted amount of points a player currently has.
%battlepass_tier%
%battlepass_tier%
Gives the current tier of the player.
%battlepass_pass_type%
%battlepass_pass_type%
Gives the name of the pass the player currently has.
%battlepass_pass_id%
- Since 3.0.1
%battlepass_pass_id%
- Since 3.0.1Gives the ID of the pass the player currently has (internal name).
%battlepass_completed_quests%
- Since 3.10
%battlepass_completed_quests%
- Since 3.10Displays the amount of quests a user has currently completed.
%battlepass_completed_quests_CATEGORY%
- Since 3.10
%battlepass_completed_quests_CATEGORY%
- Since 3.10Displays the amount of quests a user has currently completed in a specific category. If in a menu where the %week% placeholder is available, it is sometimes possible to do %battlepass_completed_quests_week-%week%%
to display quests done in that week.
%battlepass_quest_amount%
- Since 3.10
%battlepass_quest_amount%
- Since 3.10Gives the total amount of quests in the battlepass.
%battlepass_week%
- Since 3.10
%battlepass_week%
- Since 3.10Gives the current week of the battlepass
%battlepass_time_to_daily_reset%
- Since 3.10
%battlepass_time_to_daily_reset%
- Since 3.10Gives a formatted time until daily quests reset.
%battlepass_time_to_next_week%
- Since 3.10
%battlepass_time_to_next_week%
- Since 3.10Gives a formatted time until the next week unlocks.
%battlepass_time_to_season_end%
- Since 3.10
%battlepass_time_to_season_end%
- Since 3.10Gives a formatted time until the season ends.
%battlepass_next_tier_points_total_free%
%battlepass_next_tier_points_total_free%
Gives the amount of points the user currently have for the next tier.
%battlepass_next_tier_points_required_free%
%battlepass_next_tier_points_required_free%
Gives the amount of points the user needs in order to tier up.
%battlepass_next_tier_points_total_premium%
%battlepass_next_tier_points_total_premium%
Gives the amount of points the user currently have for the next tier. (premium pass)
%battlepass_next_tier_points_required_premium%
%battlepass_next_tier_points_required_premium%
Gives the amount of points the user needs in order to tier up. (premium pass)
%battlepass_has_booster_<SERVER/PLAYER/ANY><PROGRESS/POINTS/REWARDS/ANY><PERCENT*/ANY>_<AFFECTS*/ANY>%
Check whether a booster is active
PERCENT - Booster percent
AFFECTS - Affects condition same as in booster command
Examples:
%battlepass_has_booster_player_any_any_week-1-2% - Returns
true
if player has any booster which affects exactly 2nd quest in 1st week.%battlepass_has_booster_player_POINTS_10_all% - Returns
true
if player has points booster which adds 10% to all quests%battlepass_has_booster_SERVER_ANY_100_ANY% - Returns
true
if server has any booster which adds 100%
Last updated