2 Vanilla EXP
Taner edited this page 2025-10-03 17:32:59 +03:00

This simple RPG option lets you display the current player's RPG level using the vanilla EXP bar. Players can also see how close/far they are from reaching the next level by looking at the actual EXP bar progression. This option can be enabled in the main plugin config file.

# Enable this open to override vanilla EXP and display
# level progress on the vanilla experience bar.
# Requires a SERVER reload when changed.
override-vanilla-exp: true

SbErxxz

It matches the experience and level displayed in the /player menu.

5f1IZ9F

Vanilla EXP redirection

When enabled, a set portion of the EXP you earn via experience orbs is redirected to your main MMOCore class exp. You can change this option in the main MMOCore config file.

# Redirects vanilla experience obtained to MMOCore
# class experience. You can define the % of the vanilla
# experience that is being transfered as MMOCore exp.
# Requires a SERVER reload when changed.
vanilla-exp-redirection:
  enabled: false
  ratio: 0.8