For the complete documentation index, see llms.txt. This page is also available as Markdown.

AxBooster

The plugin support AxBooster and have XP booster option.

1) AxBooster Hook

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

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:

  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)

Last updated