EL-NoAdventureMapFix
A BepInEx plugin that removes EpicLoot's Bounties and Treasure Maps toggle buttons from the minimap when Adventure Mode is disabled.
Why?
When EpicLoot's Adventure Mode is turned off in the server config, the Bounties and Treasure Maps buttons still appear on the minimap. This plugin cleanly removes them.
Features
- Removes Bounty and Treasure Map toggle buttons from the minimap when Adventure Mode is disabled
- No effect when Adventure Mode is enabled — buttons work normally
- Server-synced — respects the server's Adventure Mode config
- Works in both nomap and vanilla map modes
Installation
Thunderstore (r2modman / Thunderstore Mod Manager)
- Search for NoAdventureMapFix in the mod manager
- Install — dependencies will be handled automatically
Manual
- Install BepInEx and EpicLoot
- Download the latest release
- Copy
EL-NoAdventureMapFix.dll into BepInEx/plugins/
Compatibility
- Valheim 0.221.12+
- BepInEx 5.4.x
- EpicLoot 0.12.x
- Works alongside Jotunn and all standard Valheim mods
Source Code
GitHub — codewithbjim/ValheimMods
Changelog
1.0.3
1.0.2
1.0.1
- Changed from destroying GameObjects to disabling them (
SetActive(false)) to prevent null reference errors
- Simplified plugin code
1.0.0
- Initial release
- Hides Bounties and Treasure Maps toggle buttons from the minimap when EpicLoot's Adventure Mode is disabled