

Author: YouDied! Version: 1.0.0 Framework: BepInEx 5.x
Automatically enables developer tools when loading into a world, with hotkeys to toggle everything on the fly. On-screen messages confirm every action.
B no-cost building, Z fly, K kill enemies, L remove drops.DevToggle.dll into <Valheim>/BepInEx/plugins/.<Valheim>/BepInEx/config/YouDied.DevToggle.cfg.| Action | Key |
|---|---|
| Toggle Dev Commands | 0 |
| Toggle Debug Mode | - |
| Toggle God Mode | G |
| Toggle Ghost Mode | H |
| Apply Time of Day | F6 |
| Reset Time of Day | Alt + F6 |
| Apply Environment | F7 |
| Reset Environment | Alt + F7 |
All hotkeys are configurable. Set to None to disable any of them.
Config sections are numbered so they appear in a logical order in any config manager.
| Setting | Default | Description |
|---|---|---|
EnableDevCommands |
true |
Auto-enable devcommands on world load |
ToggleDevCommands |
0 |
Hotkey to toggle devcommands on/off |
Requires DevCommands to be ON.
| Setting | Default | Description |
|---|---|---|
EnableDebugMode |
true |
Auto-enable debugmode on world load |
ToggleDebugMode |
- |
Hotkey to toggle debugmode on/off |
Requires DevCommands to be ON.
| Setting | Default | Description |
|---|---|---|
EnableGodMode |
false |
Auto-enable god mode on world load |
ToggleGodMode |
G |
Hotkey to toggle god mode on/off |
Requires DevCommands to be ON.
| Setting | Default | Description |
|---|---|---|
EnableGhostMode |
false |
Auto-enable ghost mode on world load |
ToggleGhostMode |
H |
Hotkey to toggle ghost mode on/off |
| Setting | Default | Description |
|---|---|---|
AutoSetTOD |
false |
Auto-apply TODValue on world load |
TODValue |
0.5 |
0.0 = midnight · 0.5 = noon · 1.0 = midnight |
HotkeyResetTOD |
Alt+F6 |
Reset to normal day/night cycle |
HotkeyApplyTOD |
F6 |
Apply TODValue immediately |
| Setting | Default | Description |
|---|---|---|
AutoSetEnv |
false |
Auto-apply environment override on world load |
EnvName |
Clear |
Environment to apply (see valid values below) |
HotkeyResetEnv |
Alt+F7 |
Reset to default weather |
HotkeyApplyEnv |
F7 |
Apply EnvName immediately |
Valid environment names:
Clear · Twilight_Clear · Misty · Darklands_dark · Heath clear · DeepForest Mist · GDKing · Rain · LightRain · ThunderStorm · Eikthyr · GoblinKing · nofogts · SwampRain · Bonemass · Snow · Twilight_Snow · Twilight_SnowStorm · SnowStorm · Moder · Ashrain · Crypt · SunkenCrypt
Hotkeys are suppressed while:
T) is open and focused.This prevents accidental toggles while typing commands or chatting.
⚠ Manual console changes can desync DevCommands state If you type
devcommandsdirectly in the F5 console, the mod's internal state will be out of sync. Hotkeys for debug mode, god mode, and ghost mode use the mod's tracked state to determine whether DevCommands is active, so they may behave incorrectly after a manual toggle. To resync, simply press the DevCommands hotkey (0) twice.
If you have BepInEx ConfigurationManager installed, changes made in the in-game config UI take effect immediately — no world reload needed. Enabling or disabling any auto-enable toggle applies instantly.
MIT — do whatever you want with it.