ChangosOF-DropCleaner icon

DropCleaner

Automatically cleans dropped items in Valheim with trophy and valuable item filters, EpicLoot rarity filtering, and auto-tuning cleanup intervals.

Last updated a day ago
Total downloads 108
Total rating 2 
Categories Misc Tools Client-side Utility World Generation
Dependency string ChangosOF-DropCleaner-1.0.5
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2105 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2105
ValheimModding-Jotunn-2.12.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.12.0

README

DropCleaner

Automatically cleans dropped items in Valheim, with advanced filtering:

  • Exclude trophies and valuable items via toggles
  • Respect EpicLoot rarity thresholds
  • Auto-tune cleanup intervals based on dropped item count
  • Age-based deletion of items after a configurable time

Installation

  1. Ensure you have the following dependencies installed via Thunderstore or Mod Manager:
    • BepInExPack_Valheim (5.4.2105 or later)
    • ValheimModding-Jotunn (2.12.0 or later)
  2. Download DropCleaner.dll and place it in BepInEx/plugins/DropCleaner/.
  3. Configure settings in BepInEx/config/com.yourname.dropcleaner.cfg.
  4. Launch Valheim.

Configuration

Settings are available under BepInEx/config/com.yourname.dropcleaner.cfg:

[General]
CleanupInterval = 750

[Filters]
MinimumRarityToKeep = Magic
FilterTrophies = true
FilterValuables = true
MinItemAgeToDelete = 300