# AxBooster

## 1) AxBooster Hook

Enable the "AxBooster" in the hooks.yml and restart the server.

```yaml
hooks:
  settings:
    ...
    ...
    ...

  register:
    AxBooster: true

version: 1
```

## 2) mc-Levels Integration

After restarting the server, make sure that the AxBooster hooks.yml file contains the following code snippet:

```yaml
  mclevels:xp:
    enabled: true
    display-name: '&#00FFFFmclevels&f:&#00FF00xp'
```

## 3) Create a Booster

Everything is ready. Create your own booster and use mc-Levels to boost your players' XP gain. (AxBooster/boosters/yourxpbooster.yml example)

```yaml
# DOCUMENTATION: https://docs.artillex-studios.com/axboosters.html
# ITEM BUILDER: https://docs.artillex-studios.com/item-builder.html

display-name: "&#44FFFF&l%multiplier% xᴘ ʙᴏᴏsᴛᴇʀ"

# the icon shown in guis
icon:
  type: EMERALD

# which plugins should this booster affect?
# list of supported plugins: https://docs.artillex-studios.com/axboosters-supported-plugins.html#booster-hooks
boosted:
  - "mclevels:xp"
```


---

# 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://docs.mongenscave.com/premium-products/levels/supported-plugins/axbooster.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.
