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. The Effects System
  2. Filters

battlepass_task

The list of battlepass tasks the effect should activate on

Example Config

filters:
  battlepass_task: 
    - collect_eggs
Previousbattlepass_rewardNextTriggers

Last updated 1 month ago