> For the complete documentation index, see [llms.txt](https://docs.mongenscave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongenscave.com/premium-products/levels/supported-plugins/axbooster.md).

# 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"
```
