mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-11-18 06:24:17 +01:00
Page:
Vanilla EXP
Pages
Alchemy
Anti Cheat Support
Block Types
Combat
Commands
Conditions
Converting to MySQL (From flatfile to SQL)
Currency System
Custom Professions
Default Stat Values
Drop Tables
EXP Boosters
Enchanting
Experience Curves
Experience Sources
Experience Tables
Fishing
Friends
Installation Guide
Loot Chests
MMOItems Compatibility
Mining and Block Regen
Modules
MythicMobs Compatibility
Oraxen Support
Parties
Permissions
Placeholders
Player Attributes
Player Classes
Player Resources
Player Skills
Player Statistics
Plugin API
Quests
Restrictions, Every Material
Skill Casting
Skill Trees
Smithing
Supported Plugins
Tool Restrictions
Triggers
Vanilla EXP
Waypoints
_sidebar
chests.yml
home
2
Vanilla EXP
Taner edited this page 2025-10-03 17:32:59 +03:00
Table of Contents
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
It matches the experience and level displayed in the /player menu.
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

