# BattlePass

## BattlePass

- [Home](https://battlepass.advancedplugins.net/readme.md)
- [Immersive BattlePass UI \[NEW\]](https://battlepass.advancedplugins.net/immersive-ui.md): Our immersive BattlePass UI designed to increase player retention and interest.
- [Creating Quests](https://battlepass.advancedplugins.net/quests/creating-quest.md)
- [Multi-Step quests](https://battlepass.advancedplugins.net/quests/multi-step-quests.md)
- [Special Cases Progress](https://battlepass.advancedplugins.net/quests/special-progress.md)
- [Daily Quests Difficulty](https://battlepass.advancedplugins.net/quests/daily-quests-difficulty.md)
- [Events](https://battlepass.advancedplugins.net/quests/events.md)
- [Boosters](https://battlepass.advancedplugins.net/features/boosters.md)
- [Menu Actions](https://battlepass.advancedplugins.net/features/actions.md)
- [Commands](https://battlepass.advancedplugins.net/general/commands.md)
- [Permissions](https://battlepass.advancedplugins.net/general/permissions.md)
- [PlaceholderAPI Placeholders](https://battlepass.advancedplugins.net/general/placeholderapi-placeholders.md)
- [Custom Items/Heads In Menus and Rewards](https://battlepass.advancedplugins.net/general/custom-item-types.md)
- [Implementing API](https://battlepass.advancedplugins.net/developer-api/developer-api-implementing.md)
- [Creating Your Own Quest Types](https://battlepass.advancedplugins.net/developer-api/developer-api-creating-your-own-quest-types.md)
- [General API Methods](https://battlepass.advancedplugins.net/developer-api/developer-api-general-api-methods.md)
- [Enchants](https://battlepass.advancedplugins.net/useful/enchants.md): Make sure all enchants are uppercase and follow the format \<enchant-name>:\<level>
- [Custom Enchants](https://battlepass.advancedplugins.net/useful/custom-enchants.md): Make sure all enchants are lowercase and follow the format \<enchant-name>:\<level>
- [Harvesting Crops](https://battlepass.advancedplugins.net/useful/harvesting-crops.md): Tutorial on how to set up quests for crops harvesting for 1.15 or higher
- [Custom Model Data](https://battlepass.advancedplugins.net/useful/custom-model-data.md): How to set custom model data for items with examples
- [Timezones](https://battlepass.advancedplugins.net/useful/timezones.md)
- [Premade Configurations](https://battlepass.advancedplugins.net/useful/premade-configurations.md): All known premade configurations will be linked here. Want to have your configuration added? Request it via our Discord ( https://advancedplugins.net/discord )
- [Using with Citizens NPCs](https://battlepass.advancedplugins.net/useful/using-with-citizens-npcs.md): Setting up NPCs to access menus!
- [Quest Specific Regions](https://battlepass.advancedplugins.net/useful/quest-specific-regions.md)
- [Setting Up Rewards](https://battlepass.advancedplugins.net/tutorials/setting-up-rewards.md): Follow a step by step tutorial to create a reward by yourself.
- [Linking Rewards To Tiers](https://battlepass.advancedplugins.net/tutorials/linking-rewards-to-tiers.md): Follow a step by step tutorial to link your rewards to tiers by yourself.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://battlepass.advancedplugins.net/readme.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.
