MonGen's Cave Docs
  • Welcome here!
  • Premium Products
    • mc-DiscordLink
      • Plugin FAQ
      • Commands
      • Feature Help
        • Setup Discord Bot
        • Link System
        • Embed Builder
      • Supported Plugins
        • Rank Plugins
        • PlaceholderAPI
        • DiscordLinkProxy
        • Floodgate
      • Migrate Data
    • mc-KillStats
      • Plugin FAQ
      • Supported Plugins
      • Commands
      • Hooks
        • PlaceholderAPI
      • Developer API
    • mc-Levels
      • Plugin FAQ
      • Commands
      • Supported Plugins
        • PlaceholderAPI
        • AxBooster
      • Developer API
    • mc-Credits
      • Plugin FAQ
      • Commands
      • Feature Help
        • GUI Options
      • Supported Plugins
        • PlaceholderAPI
      • Developer API
    • mc-Homes
      • Plugin FAQ
      • Commands
      • Feature Help
        • Safe Teleport
        • Home Name
  • Free Products
    • mc-FunGun
      • Plugin FAQ
      • Supported Plugins
      • Commands
    • mc-PlayerVisibility
      • Plugin FAQ
      • Supported Plugins
      • Commands
    • mc-IPGuard
      • Plugin FAQ
      • Supported Plugins
      • Commands
    • mc-Scheduler
      • Plugin FAQ
      • Commands
      • Supported Plugins
        • PlaceholderAPI
  • REACH US HERE
  • Discord Support
  • BuiltByBit
  • SpigotMC
  • Polymart
Powered by GitBook
On this page
  • 1) AxBooster Hook
  • 2) mc-Levels Integration
  • 3) Create a Booster
  1. Premium Products
  2. mc-Levels
  3. Supported Plugins

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)

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

PreviousPlaceholderAPINextDeveloper API

Last updated 2 months ago