-
Notifications
You must be signed in to change notification settings - Fork 110
Experience
Steven edited this page Nov 13, 2016
·
2 revisions
The amount of experience required to level up is controlled by a configurable formula. This is found in the config.yml under "Experience".
The default formula set up is the following:
(x * lvl^2) + (y * lvl) + z
Where x, y, and z are values from the config. To view how turns into numbers each level, visit the tool here:
You can enable and make up your own formula as well. To do so, enable the "use-custom" under "Experience" in the config.yml file and then change "custom-formula" to whatever you want it to be.
For details on how formulas work, see this page: