Settings

Level Calculation
Define the JavaScript formula used to calculate a player's overall level from their total EXP. Use 'exp' as the variable for total experience points.

Example: Math.floor(exp / 100)