


Valheim mod that tracks skill XP gains in real-time.
Custom string format using the following placeholders:
{0}: Progress % | {1}: Gained XP | {2}: Current XP | {3}: Next Level XP | {4}: Skill LevelExample: {0}% ({2}/{3}) [+{1}] Lv.{4}
Result: Axes: 42.3% (1.27/3.56) [+0.5] Lv.11
| Setting | Description | Default |
|---|---|---|
ShowXPNotifications |
Toggle all notifications | true |
NotificationFormat |
Text template (see above) | {0}% ({2}/{3}) [+{1}] Lv.{4} |
NotificationPosition |
TopLeft, Center |
TopLeft |
NotificationTextSizeXP |
Font size | 14 |
RunXPBehavior |
Disabled, Normal, Throttling |
Throttling |
RunXPTimeout |
Seconds between logs in Throttling mode | 2 |
XPNotifications.dll into your BepInEx/plugins folder.{4} placeholder for current skill level.NotificationPosition options.Created by someone15145