/levelconfig set-thresholds
Customize the level thresholds for your server β defining exactly when users level up. This allows you to control the pacing and difficulty of the leveling system.
π¬ Usage
/levelconfig set-thresholds <thresholds><thresholds>β A comma-separated list of level milestones (e.g.,10,20,35,50,...)
π The number of values defines how many levels your server will have. Each number represents how many messages it takes to reach that level.
π Example
/levelconfig set-thresholds 5,10,15,25,40This will:
Set Level 1 to require 5 messages
Level 2 to require 10 more messages (15 total)
Level 3 to require 15 more (30 total), and so on...
ποΈ Notes
The values are cumulative β each one adds on top of the previous.
The list must be at least 1 entry long.
The maximum number of levels is currently limited by how many thresholds you provide.
You can reset to default values with
/levelconfig reset-thresholds.
π Related Commands
/levelconfig view-thresholdsβ Check your current leveling curve/levelconfig reset-thresholdsβ Revert to default pacing
Last updated