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

💼 Commands & Permissions

List of Commands and Permissions

Premium Battlepass

To set the permission required for the Premium Battlepass, edit this in your battlepass configs.

XP multiplier permission

Permission: xbattlepass.xpmultiplier.<%increase>

General Usage: xbattlepass.xpmultiplier.200 would give 200% more battlepass XP (3x) to anyone with the permission. The backend math is 1 + (<%increase> / 100) so

Permission: xbattlepass.xpmultiplier.50percent Permission: xbattlepass.xpmultiplier.doublePermission:xbattlepass.xpmultiplier.triplePermission:xbattlepass.xpmultiplier.quadruple`

General Usage: xbattlepass.xpmultiplier.50percent would give 50% more skill XP (1.5x)

Open Battlepass GUI (eg: /Battlepass)

This is the command to open the Battlepass GUI Usage: /battlepass, /eventpass, etc. Permission: `xbattlepass.command.

Eg. A battlepass with the command /eventpass would be xbattlepass.command.eventpass

/xbattlepass give

The command to give battlepass XP Usage: /xbattlepass give <player/all> <battlepass_id> <tier/xp> <amount> Permission: xbattlepass.command.give

/xbattlepass reload

The command to reload the plugin and configs Usage: /xbattlepass reload Permission: xbattlepass.command.reload

/xbattlepass reset

The command to reset battlepass XP Usage: /xbattlepass reset <player/all> <battlepass_id> Permission: xbattlepass.command.reset

/xbattlepass tier

The command to open the Battlepass tiers GUI Usage: /xbattlepass tier <battlepass_id> Permission: xbattlepass.command.tier

/xbattlepass quests

The command to open the Battlepass quests GUI Usage: /battlepass quests <battlepass_id> Permission: xbattlepass.command.quests

PreviousTriggersNext🎯 Internal Placeholders

Last updated 1 day ago