BattlePass
Get BattlePassJoin DiscordMinecraft Hosting
  • Home
  • Purchase BattlePass
  • ➡️Immersive BattlePass UI [NEW]
  • Quests
    • Creating Quests
    • Quest Types
    • Setting up and using Variables
    • PlaceholderAPI Endless Quests
    • Multi-Step quests
    • Special Cases Progress
    • Daily Quests Difficulty
    • Events
  • Features
    • Boosters
    • Menu Actions
  • General
    • Commands
    • Permissions
    • PlaceholderAPI Placeholders
    • Custom Items/Heads In Menus and Rewards
  • Developer API
    • Implementing API
    • Creating Your Own Quest Types
    • General API Methods
  • Useful
    • Enchants
    • Custom Enchants
    • Harvesting Crops
    • Custom Model Data
    • Timezones
    • Premade Configurations
    • Using with Citizens NPCs
    • Quest Specific Regions
  • TUTORIALS
    • Setting Up Rewards
    • Linking Rewards To Tiers
Powered by GitBook
On this page
  • %battlepass_points%
  • %battlepass_points_formatted%
  • %battlepass_balance% or %battlepass_currency%
  • %battlepass_balance_base% or %battlepass_currency_base%
  • %battlepass_tier%
  • %battlepass_pass_type%
  • %battlepass_pass_id% - Since 3.0.1
  • %battlepass_completed_quests% - Since 3.10
  • %battlepass_completed_quests_CATEGORY% - Since 3.10
  • %battlepass_quest_amount% - Since 3.10
  • %battlepass_week% - Since 3.10
  • %battlepass_time_to_daily_reset% - Since 3.10
  • %battlepass_time_to_next_week% - Since 3.10
  • %battlepass_time_to_season_end% - Since 3.10
  • %battlepass_next_tier_points_total_free%
  • %battlepass_next_tier_points_required_free%
  • %battlepass_next_tier_points_total_premium%
  • %battlepass_next_tier_points_required_premium%
  • %battlepass_has_booster_<SERVER/PLAYER/ANY><PROGRESS/POINTS/REWARDS/ANY><PERCENT*/ANY>_<AFFECTS*/ANY>%

Was this helpful?

Edit on GitHub
  1. General

PlaceholderAPI Placeholders

%battlepass_points%

Gives the amount of points a player currently has.

%battlepass_points_formatted%

Gives the formatted amount of points a player currently has.

%battlepass_balance% or %battlepass_currency%

Gives the formatted amount of currency a player currently has.

%battlepass_balance_base% or %battlepass_currency_base%

Gives the amount of currency a player currently has.

%battlepass_tier%

Gives the current tier of the player.

%battlepass_pass_type%

Gives the name of the pass the player currently has.

%battlepass_pass_id% - Since 3.0.1

Gives the ID of the pass the player currently has (internal name).

%battlepass_completed_quests% - Since 3.10

Displays the amount of quests a user has currently completed.

%battlepass_completed_quests_CATEGORY% - Since 3.10

Displays 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

Gives the total amount of quests in the battlepass.

%battlepass_week% - Since 3.10

Gives the current week of the battlepass

%battlepass_time_to_daily_reset% - Since 3.10

Gives a formatted time until daily quests reset.

%battlepass_time_to_next_week% - Since 3.10

Gives a formatted time until the next week unlocks.

%battlepass_time_to_season_end% - Since 3.10

Gives a formatted time until the season ends.

%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%

Gives the amount of points the user needs in order to tier up.

%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%

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:

  1. %battlepass_has_booster_player_any_any_week-1-2% - Returns true if player has any booster which affects exactly 2nd quest in 1st week.

  2. %battlepass_has_booster_player_POINTS_10_all% - Returns true if player has points booster which adds 10% to all quests

  3. %battlepass_has_booster_SERVER_ANY_100_ANY% - Returns true if server has any booster which adds 100%

PreviousPermissionsNextCustom Items/Heads In Menus and Rewards

Last updated 5 months ago

Was this helpful?