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

🎯 Internal Placeholders

List of Internal Placeholders

Placeholder
Description
Options

%level%

The battlepass tier/level.

add _numeral for numerals

%next_tier%

The next battlepass tier/level.

add _numeral for numerals

%claimable_tiers%

The amount of unclaimed tiers.

%pass%

The battlepass name.

%current_bp_xp%

The current tier XP.

add _formatted for commas

%required_bp_xp%

The XP required for the tier.

add _formatted for commas

%current_task_xp%

The current task XP.

add _formatted for commas

%required_task_xp

The XP required for the task.

add _formatted for commas

Previous💼 Commands & PermissionsNext🎯 PlaceholderAPI

Last updated 2 days ago