xBattlepass
  • xBattlepass
  • Configuration
    • How to make a BattlePass
    • How to make a Reward
    • How to make a BattleQuest
      • Configuring a Task
      • Configuring a Quest
      • Configuring a Category
  • Default Configs
    • config.yml
    • lang.yml
  • The Effects System
    • Conditions
      • has_premium_battlepass
      • has_battlepass_tier
    • Effects
      • battlepass_task_xp_multiplier
      • battlepass_xp_multiplier
      • give_battlepass_task_xp
      • give_battlepass_tier
      • give_battlepass_xp
      • set_battlepass_tier
    • Filters
      • battlepass_reward
      • battlepass_task
    • Triggers
  • Useful
    • 💼 Commands & Permissions
    • 🎯 Internal Placeholders
    • 🎯 PlaceholderAPI
    • 💻 API
  • Changelogs
    • 🐛 Versions
      • 📋 1.0.1
      • 📋 1.0.2
      • 📋 1.0.3
      • 📋 1.0.4
      • 📋 1.0.5
      • 📋 1.1.0
Powered by GitBook
On this page
Edit on GitHub
  1. Useful

🎯 PlaceholderAPI

List of External Placeholders

Placeholder
Description
Options

%xbattlepass_category_<id>_start_date%

The start date of the quest category.

%xbattlepass_category_<id>_end_date%

The end date of the quest category.

%xbattlepass_category_<id>_start_timer%

the time until the category starts.

%xbattlepass_category_<id>_end_timer%

The time until the category ends.

%xbattlepass_category_<id>_reset_timer%

The time until the category resets.

%xbattlepass_claimable_<battlepass>%

The amount of claimable tiers/rewards.

%xbattlepass_tier_<battlepass>%

The player's current Battlepass tier.

add _numeral for numerals

%xbattlepass_xp_<battlepass>%

The player's current tier xp.

add _formatted for commas

%xbattlepass_xp_required_<battlepass>%

The amount of xp needed for the tier.

add _formatted for commas

Previous🎯 Internal PlaceholdersNext💻 API

Last updated 1 day ago