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, Smart Storage chest filters, inventory/container sorting and junk management for Valheim.
| Date uploaded | a week ago |
| Version | 1.1.2 |
| Download link | Goneryx-QuickStackPlus-1.1.2.zip |
| Downloads | 1417 |
| Dependency string | Goneryx-QuickStackPlus-1.1.2 |
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
QuickStackPlus is an inventory and storage management mod for Valheim focused on making item handling faster without taking control away from the player.
Quick Stack, Smart Storage filters, sorting, item blacklisting and trash management are combined into one lightweight system designed for both single-player and multiplayer.
Features
- Quick Stack – Instantly move matching items from your inventory into nearby containers.
- Smart Storage – Choose exactly which item types each container is allowed to store using a searchable filter menu.
- Container Sorting – Sort container contents on demand with a dedicated Sort button. Containers are never automatically rearranged when opened.
- Inventory Sorting – Quickly organize your player inventory with the built-in sorting system.
- Item Blacklist – Protect selected item types from Quick Stack with Left Alt + Right Click. Blacklisted items stay in your inventory.
- Trash / Junk System – Mark unwanted items with Shift + Right Click and delete marked junk when you are ready.
- Visual Item Markers – Blacklisted and trash-marked items are clearly highlighted directly in the inventory.
- Configurable Shortcuts – Quick Stack, sorting and Smart Storage controls can be customized per player.
- Configurable Search Radius – Set how far Quick Stack searches for nearby containers, up to 80 metres.
- Multiplayer Friendly – Core settings can be controlled by the server while personal UI and shortcut preferences remain client-side.
- No Container Ownership Restriction – Quick Stack works with accessible containers regardless of which player originally placed them.
Quick Stack
Press the configured Quick Stack key and QuickStackPlus searches nearby accessible containers for matching items. Moved items are summarized in a detailed notification showing item names and quantities.
By default, Quick Stack uses existing container contents to determine where items belong. Smart Storage can extend this behavior by allowing an empty container to advertise exactly which items it should accept.
Smart Storage
Smart Storage gives individual containers their own item filters.
- Open a container.
- Click the Smart Storage filter button.
- Search or browse the available items.
- Select the item types that the container should accept.
- Use Quick Stack normally.
Filtered containers are preferred when routing matching items. If no Smart Storage container accepts an item, QuickStackPlus falls back to classic Quick Stack behavior.
The item picker automatically reads available ObjectDB items, including compatible modded items. Weapons, armor, tools, utility equipment, non-stackable gear and internal/untranslated entries are excluded from the picker. Selected items are pinned to the top, and Inventory, Select shown, Clear all and search controls make larger item lists easier to manage.
Smart Storage selections are stored on the container and can therefore be shared by players. Using the Smart Storage interface itself remains optional for each player.
Sorting
QuickStackPlus can sort both the player inventory and the currently opened container.
Sorting is always an intentional action: opening a container does not automatically rearrange its contents.
Blacklist
The Quick Stack blacklist is player-local. By default, use Left Alt + Right Click on an item in your inventory to toggle that item type on or off the blacklist.
Blacklisted items:
- remain in your inventory when Quick Stack runs;
- are marked with an orange border;
- remain saved between sessions in
BepInEx/config/QuickStackPlus.blacklist.txt.
The blacklist can be disabled without deleting the saved entries.
Trash / Junk
Use Shift + Right Click to mark unwanted inventory items as junk. Marked items receive a clear visual indicator and can then be deleted using the configured trash action.
This keeps accidental deletion separate from normal inventory interaction while still making cleanup fast.
Default Controls
| Action | Default control |
|---|---|
| Quick Stack | P |
| Sort | O |
| Toggle blacklist | Left Alt + Right Click |
| Mark trash / junk | Shift + Right Click |
| Delete marked junk | Delete |
| Container Sort shortcut | Disabled by default |
| Toggle Smart Storage button | Disabled by default |
Shortcuts can be changed in the BepInEx Configuration Manager.
Configuration
Important options include:
General > Enabled– server-controlled master switch for QuickStackPlus.SearchRadius– server-controlled Quick Stack search radius, up to 80 metres.EnableStorageFilters– enables Smart Storage behavior for the local player.ShowSmartStorageButton– shows or hides the Smart Storage button for the local player without deleting existing container filters.ToggleSmartStorageButtonShortcut– optional shortcut for quickly showing or hiding the Smart Storage button.EnableBlacklist– enables or disables the local Quick Stack blacklist while keeping saved blacklist entries intact.
Configuration descriptions are available directly in BepInEx Configuration Manager.
Multiplayer
QuickStackPlus is designed for multiplayer use. The master Enabled switch and Quick Stack search radius are server-controlled, while shortcuts and personal interface options remain client-controlled.
Smart Storage filter selections are stored on containers, allowing players using Smart Storage to share the same storage rules.
For multiplayer, install QuickStackPlus and its required dependencies on the server and clients as required by the synchronized configuration.
Discord, Support & Feedback
Join the Goneryx Mods Discord for QuickStackPlus support, bug reports, feature requests and release updates:
- Found a bug? Use the bug-reports forum.
- Have an idea? Use the feature-requests forum.
- Need help? Ask in #help.
When reporting a bug, please include the QuickStackPlus version, Valheim version, relevant BepInEx log/error and a short description of how to reproduce the problem.
Dependencies
- BepInExPack Valheim 5.4.2350+
- ConditionalConfigSync 1.0.5+
Credits
QuickStackPlus is developed and maintained by Goneryx.
QuickStackPlus was originally inspired by and built upon HexQuickStackStorage, created by Hex_Viking.
Thanks to the Valheim modding community and everyone who reports bugs, suggests improvements and helps make QuickStackPlus better. ❤️
Package Information
- Thunderstore author/team: Goneryx
- Package: QuickStackPlus
- BepInEx plugin GUID:
Goneryx.QuickStackPlus
CHANGELOG
Changelog
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.