
You are viewing a potentially older version of this package. View Latest Version
Quick Pin
QuickPin - Hold to Pin Resources. Hold the Use key on a resource or point of interest to instantly add a map pin. Fully configurable, with an extensible item allowlist via XML.QuickPin — Hold to Pin Resources
Press and hold the Use key on a resource or point of interest to instantly add a map pin. Fully configurable, with an extensible item allowlist via XML.
- Hold-to-pin action with a circular progress indicator on the crosshair.
- An extensible allowlist of pinnable items via
FrostJack.QuickPin_Items.xml.

Configuration
Config file: Valheim/BepInEx/config/FrostJack.QuickPin.cfg
Keys:
General.HoldDuration(float, seconds) — how long you must hold Use to pin. Default:1General.ShowHoldHint(bool) — show or hide the "[HOLD E] Tag Location" hint line. Default:true
In-Game Console Commands
Open the Valheim console with F5:
quickpin_showhint on|off— Toggles the hint line in the hover text.quickpin_holdduration <milliseconds>— Sets hold duration in milliseconds (100–10000). Example:quickpin_holdduration 1000
If you call a command without arguments, it prints the current value.
Items XML (Allowlist)
File: Valheim/BepInEx/config/FrostJack.QuickPin_Items.xml

Notes:
item ID(case-insensitive): You can find IDs on the Valheim Wiki (Item IDs page) or by inspecting prefabs.name: is the map pin label.enabled: toggles whether the item is included.- You can add, remove, or disable items as you like.
- Restart the game after editing to reload the list.
In-Game Screenshots