> For the complete documentation index, see [llms.txt](https://wiki.halosdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.halosdev.com/halos-boosters/boosters.md).

# Boosters

| Type                 | Id                              | Hook                                                                                                 |
| -------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Vault Money Booster. | money                           | Any economy plugin that uses vault.                                                                  |
| Jobs Booster.        | jobs                            | <https://www.spigotmc.org/resources/jobs-reborn.4216/>                                               |
| Skills Booster.      | skills                          | <https://www.spigotmc.org/resources/aurelium-skills-advanced-skills-stats-abilities-and-more.81069/> |
| Halos Economy.       | economy-id (from Halos Economy) | No released yet.                                                                                     |
| Minecraft XP.        | xp                              | Minecrafts XP system.                                                                                |
| zShop Booster.       | zshop                           | <https://www.spigotmc.org/resources/zshop-1-8-1-19-advanced-inventory-plugin.74073/>                 |
| Token Manager        | tokens                          | <https://www.spigotmc.org/resources/tokenmanager.8610/>                                              |
| Player Points        | playerpoints                    | <https://www.spigotmc.org/resources/playerpoints.80745/>                                             |

Don't see a plugin we support? Feel free to join our [discord ](https://discord.gg/halosdev)and request it!


---

# 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 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://wiki.halosdev.com/halos-boosters/boosters.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.
