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
  • 🗨️ Lang.yml Changes (⚠️ Lang updates may be required)
  • 💬 Internal Placeholders
  • 🌐 External Placeholders
  • 🧭 Command Changes
  • 🖼️ GUI Changes
  • 🎯 Effects System
  • ⚙️ Other Changes
Edit on GitHub
  1. Changelogs
  2. 🐛 Versions

📋 1.1.0

Changelog for xBattlepass 1.1.0

🗨️ Lang.yml Changes (⚠️ Lang updates may be required)

Added:

  • type-required

  • invalid-type

  • given-experience

  • given-tiers

  • received-experience

  • received-tiers

  • category-in-progress

  • category-expired

Removed:

  • give-xp

  • give-levls

  • admin-give-xp

  • admin-give-levels

💬 Internal Placeholders

Added:

  • %pass%

  • %next_tier%

  • %next_tier_numeral%

  • %claimable_tiers%

Formatted (with commas):

  • %current_bp_xp_formatted%

  • %required_bp_xp_formatted%

  • %current_task_xp_formatted%

  • %required_task_xp_formatted%

Changed (⚠️ Config update required - open a ticket on Discord if you need help):

  • %current_xp% ➜ %current_bp_xp% (config.yml)

  • %required_xp% ➜ %required_bp_xp% (config.yml)

  • %current% ➜ %current_task_xp% (<task>.yml files)

  • %required% ➜ %required_task_xp% (<task>.yml files)

🌐 External Placeholders

Added:

  • %xbattlepass_tier_<battlepass>_numeral%

  • %xbattlepass_<category>_start_timer%

  • %xbattlepass_<category>_end_date%

  • %xbattlepass_<category_id>_end_timer%

    • Renamed from %xbattlepass_<category_id>_duration%

  • %xbattlepass_<category>_reset_timer%

    • Now displays time remaining until reset

  • %xbattlepass_<battlepass>_percentage_progress%

  • %xbattlepass_xp_<battlepass>_formatted%

  • %xbattlepass_xp_required_<battlepass>_formatted%

🧭 Command Changes

Added:

  • Support for xp and tiers arguments in /xbattlepass give

  • all selector for player arguments in:

    • /xbattlepass give

    • /xbattlepass reset

Fixes:

  • Tab-complete functionality restored

🖼️ GUI Changes

  • Added custom-slots support to all GUI sections via config.yml

  • Fixed internal placeholders not displaying in some GUIs

  • Fixed external placeholders not displaying in GUIs (Thanks Auxilor!)

🎯 Effects System

Fixes:

  • Fixed has_premium_battlepass and has_battlepass_tier conditions inconsistently working

    • Fixed error messages related to these conditions

⚙️ Other Changes

  • Added date-format option in config.yml (⚠️ Config update may be required)

    • Updated all default config files for consistency

  • Added giveExactBPTiers method to API

Previous📋 1.0.5

Last updated 2 days ago