# 1.6.0

### 🐛 Fixes

* Fixed categories and quests not spilling onto new pages in GUIs

### 🧭 Command Changes

* Updated permission for `/xbattlepass setpremium` to `xbattlepass.command.setpremium`
* Improved quest command to support specifying battlepass and category
  * `/battlepass <tiers|quests> [quest]`
  * `/xbattlepass quests <battlepass> <quests>`
* Added new usage messages for invalid commands

### 💬 Internal Placeholders

* Standardised task placeholder by replacing `%task_name%` with `%task%`

### 🧱 Technical

* Improved overall code maintainability by centralising shared command logic and GUI placeholder resolution
* Updated GUIs and internal models to use the new placeholder utility, reducing duplication and improving maintainability
* Introduced `InternalPlaceholders` utility to centralise placeholder handling for BattlePass, Tier, Category, and Task objects
* Refactored command system into modular subcommands for give/reset commands, improving argument handling, tab completion, usage messages, and error feedback


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://exanthiax.gitbook.io/xbattlepass/changelogs/versions/1.6.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
