Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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.
By FrostJack980
| Date uploaded | a day ago |
| Version | 1.0.3 |
| Download link | FrostJack980-Quick_Pin-1.0.3.zip |
| Downloads | 39 |
| Dependency string | FrostJack980-Quick_Pin-1.0.3 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
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
CHANGELOG
CHANGELOG
v1.0.3
- Added: Support for caves and crypts — hover over entrances (burial chambers, crypts, caves, etc.) to pin them.
- Added: Pin Icons — choose which minimap icon to use for each item and dungeon entrance directly in the config file.
- Changed: Config files reset.