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.
QuickStackPlus
Quick Stack, inventory/container sorting and junk management for Valheim, with server-controlled search radius and client-configurable shortcuts.
By Goneryx
| Date uploaded | 2 weeks ago |
| Version | 1.0.0 |
| Download link | Goneryx-QuickStackPlus-1.0.0.zip |
| Downloads | 244 |
| Dependency string | Goneryx-QuickStackPlus-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350shudnal-ConditionalConfigSync
Shared config synchronization and server policy library for Valheim mods. Installed as a dependency and compatible with Jotunn and ServerSync.
Preferred version: 1.0.5README
QuickStackPlus
Author: Goneryx
Version: 1.0.0
QuickStackPlus adds convenient inventory and storage management to Valheim.
Features
- Quick Stack items from the player inventory into nearby containers.
- Works with accessible containers regardless of which player originally placed them.
- Server-controlled Quick Stack search radius from 5 to 80 meters.
- Detailed Quick Stack notification showing moved item names and quantities.
- Sort the player inventory.
- Sort the currently opened container.
- Optional container-sort shortcut.
- Mark inventory items as junk and delete marked items.
- Dedicated trash UI/icon.
- Client-local configurable shortcuts.
- Configuration synchronization through ConditionalConfigSync.
Default shortcuts
- P — Quick Stack
- O — Sort
- Delete — Delete marked junk
- Container Sort — disabled by default; configure a key if desired
Multiplayer
SearchRadius is server-controlled. Keyboard shortcuts remain client-controlled.
For a multiplayer server, install QuickStackPlus and its dependencies on the server and clients as required by the synchronized configuration.
Dependencies
- BepInExPack Valheim 5.4.2350+
- ConditionalConfigSync 1.0.6+
Package identity
- Thunderstore author/team: Goneryx
- Package name: QuickStackPlus
- BepInEx plugin GUID: Goneryx.QuickStackPlus
CHANGELOG
Changelog
1.2.1
- Fixed intermittent item loss during Quick Stack on multiplayer servers by checking container ownership before moving items.
- Verify that the full stack arrived in the destination before removing it from the player's inventory. If the check fails, source removal is skipped and a warning is logged.
1.2.0
- Updated QuickStackPlus for compatibility with Valheim 1.0.14 keybinding/input changes.
- Fixed QuickStackPlus keybinds not responding while the player was running.
- Shortcut detection now uses Valheim's ZInput while preserving the existing configurable keybind settings.
1.1.2
- Fixed containers being automatically sorted when opened.
- Container contents are now sorted only when the player explicitly uses the Sort action.
1.1.0
- Added Smart Storage filters for individual containers. Selected item types are routed to those containers first, even when the container is empty.
- Added searchable Smart Storage item list with selected items pinned to the top, Inventory-only filtering, Select shown and Clear all.
- Smart Storage selections are stored on containers and persist in multiplayer.
- Added player-local
EnableStorageFilters,ShowSmartStorageButtonand configurable Smart Storage button toggle shortcut. - Added server-controlled
General > Enabledmaster switch for the whole mod. - Added player-local Quick Stack blacklist with configurable enable/disable option and shortcut; default is Left Alt + Right Click.
- Blacklisted item types are protected from Quick Stack and shown with an orange inventory border.
- Improved Smart Storage UI: fixed scroll speed 140, always opens at the top, search input prevents character movement while typing, and a short in-panel help text explains routing.
- Filtered out unsuitable equipment/tools and internal or unlocalized
item_*entries from the Smart Storage list. - Optimized Smart Storage list rendering to reduce stutter when opening the panel.
- Includes HarmonyX compatibility fix for blacklist input handling.
1.0.0
- First release as QuickStackPlus by Goneryx.
- Quick Stack into nearby accessible containers, including containers placed by other players.
- Server-controlled search radius from 5 to 80 m.
- Client-configurable Quick Stack, Sort, Trash and Container Sort shortcuts.
- Detailed Quick Stack notifications, sorting, junk marking/deletion and custom trash icon.
- ConditionalConfigSync integration.