Custom XP Scaling

Custom XP Scaling

Mod

Change how much experience is required to level up

Server Game MechanicsUtility

148 downloads
4 followers
Created2 months ago
Updated2 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Allow you to customize the XP scaling in the game. You can set the XP scaling to be linear, exponential, or any custom curve you want.

In mod configuration, you can use a math formula to describe the relationship between the level and the XP required to reach the next level. Available operations and functions can be found here.

Here is an example of what the vanilla XP scaling looks like: IF(level >= 31, level * 9 - 158, IF(level >= 16, 5 * level - 38, 2 * level + 7))

This mod is licensed under the MIT license.


Project members

harrynull

Member


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID