This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
PotionMaster
Fast & smart mead system for Valheim: configurable hotkeys, auto-potion, dedicated-server config sync.Potion Master
Fast & Smart Mead System for Valheim
Potion Master lets you consume health, stamina and eitr meads instantly using
configurable hotkeys, and can auto-drink them when your bars drop below the
thresholds you set. Fully configurable via BepInEx/config/PotionMaster.cfg
and compatible with dedicated servers.
Features
- 🧪 Fast mead consumption – bypass the drink animation, keep fighting.
- ⌨️ Configurable hotkeys for Health / Stamina / Eitr meads.
- ❤️ Auto Potion – set % thresholds and forget.
- ⚡ Configurable interval between consumptions.
- 🌐 Dedicated-server compatible – config sync via
ZRoutedRpc. - 🔧 Human-friendly
PotionMaster.cfg. - 🎮 Thunderstore ready.
Default hotkeys
| Action | Key |
|---|---|
| Drink Health | 1 |
| Drink Stamina | 2 |
| Drink Eitr | 3 |
Auto-Potion defaults
| Resource | Threshold |
|---|---|
| Health | 50% |
| Stamina | 30% |
| Eitr | 30% |
Installation
Thunderstore / r2modman (recommended)
- Install BepInExPack Valheim if you don't have it.
- Install PotionMaster from Thunderstore.
- Launch the game once to generate
BepInEx/config/PotionMaster.cfg.
Manual
- Install BepInEx 5.4.x for Valheim.
- Drop
PotionMaster.dllintoBepInEx/plugins/. - Launch the game once.
Configuration
Edit BepInEx/config/PotionMaster.cfg (hot-reload supported):
[1 - General]
ModEnabled = true
[2 - Hotkeys]
HealthKey = Alpha1
StaminaKey = Alpha2
EitrKey = Alpha3
[3 - AutoPotion]
AutoPotionEnabled = false
AutoHealthThresholdPercent = 50
AutoStaminaThresholdPercent = 30
AutoEitrThresholdPercent = 30
[4 - Consumption]
ConsumeIntervalSeconds = 1.0
BypassDrinkAnimation = true
ShowConsumeMessages = true
[5 - Priority]
HealthPotionPriority = MeadHealthMajor,MeadHealthMedium,MeadHealthMinor
StaminaPotionPriority = MeadStaminaLingering,MeadStaminaMedium,MeadStaminaMinor
EitrPotionPriority = MeadEitrLingering,MeadEitrMinor
[6 - Server]
ServerSyncEnabled = true
ServerForceConfig = false
Dedicated servers
Install the mod on both the server and each client. When
ServerSyncEnabled = true, the server pushes the synced keys to every
joining client automatically. Local-only keys (hotkeys, message toggle)
are never overwritten.
Credits
Made with ❤ for the Valheim modding community.
