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: '�FFFFmclevels&f:�FF00xp'
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)
# DOCUMENTATION: https://docs.artillex-studios.com/axboosters.html
# ITEM BUILDER: https://docs.artillex-studios.com/item-builder.html
display-name: ",FFFF&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"
Last updated