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
      • 📋 1.1.1
      • 📋 1.1.2
  • Links
    • Discord
    • Donate
Powered by GitBook
On this page
Edit on GitHub
  1. Changelogs
  2. 🐛 Versions

📋 1.1.2

Changelog for xBattlepass 1.1.2 (Jun 11, 2025)

🖼️ GUI Changes

  • Added close buttons to all GUIs — now toggleable via true/false

  • Relocated next-page prev-page close custom-slots in to new buttons config.yml for categories-gui and quests-gui to bring consistency between all GUIs (⚠️ Config update required - open a ticket on Discord if you need help)

New:

quests-gui:
  buttons: # <---- This is the change, and all below indentation.
    next-page:
      item:
        active: orange_stained_glass_pane name:"&aNext page"
        inactive: black_stained_glass_pane name:" "
      lore:
        active: [ ]
        inactive: [ ]
      row: 5
      column: 6
    prev-page:
      item:
        active: orange_stained_glass_pane name:"&aPrevious page"
        inactive: black_stained_glass_pane name:" "
      lore:
        active: [ ]
        inactive: [ ]
      row: 5
      column: 4
    close:
      enabled: true
      material: barrier
      name: "&cClose"
      row: 5
      column: 5
    custom-slots: [ ]

Old:

quests-gui:
  next-page:
    item:
      active: orange_stained_glass_pane name:"&aNext page"
      inactive: black_stained_glass_pane name:" "
    lore:
      active: [ ]
      inactive: [ ]
    row: 5
    column: 6
  prev-page:
    item:
      active: orange_stained_glass_pane name:"&aPrevious page"
      inactive: black_stained_glass_pane name:" "
    lore:
      active: [ ]
      inactive: [ ]
    row: 5
    column: 4
  close:
    enabled: true
    material: barrier
    name: "&cClose"
    row: 5
    column: 5
  custom-slots: [ ]
Previous📋 1.1.1

Last updated 4 days ago