
Quick Send
Press a hotkey to automatically send matching items from your inventory to nearby chests.
Description
<h1><span style="color: #2b3e50;">QuickSend</span></h1> <p><span style="color: #2b3e50;">A <strong>universal</strong> mod that deposits matching items from your inventory into nearby chests with a single keypress or button click. If an item type doesn't already exist in any of the surrounding chests, it stays in your inventory - QuickSend never creates new piles where there were none.</span></p> <p><span style="color: #2b3e50;">No dragging. No mis-clicks. Just press <strong>Alt+Y</strong> (or click the button in your inventory screen) and everything goes where it belongs.</span></p> <h2><span style="color: #2b3e50;">Features</span></h2> <ul> <li><span style="color: #2b3e50;"><strong>Smart matching</strong> - items are sent only to containers that already contain the same item type. Unknown items stay put.</span></li> <li><span style="color: #2b3e50;"><strong>Stack-fill only</strong> - fills existing stacks; never opens a new slot in a container that didn't have the item before.</span></li> <li><span style="color: #2b3e50;"><strong>HUD button</strong> - a small floating button appears when you open your inventory (<code>E</code>). Drag it anywhere on screen; it remembers its position for the session.</span></li> <li><span style="color: #2b3e50;"><strong>Hotkey</strong> - default <code>Alt+Y</code>, rebindable from the in-game key bindings menu.</span></li> <li><span style="color: #2b3e50;"><strong>Configurable radius</strong> - set how far the mod looks for containers (1–50 blocks, default 10).</span></li> <li><span style="color: #2b3e50;"><strong>Whitelist-only storage model</strong> - only explicitly allowed container types receive items. Everything else - including modded containers - is blocked by default.</span></li> <li><span style="color: #2b3e50;"><strong>Item blacklist</strong> - tools, weapons, armor, torches, bags, and prepared food are blocked by default - your gear never leaves your hotbar.</span></li> <li><span style="color: #2b3e50;"><strong>Instant feedback</strong> - a chat notification tells you how many items were sent (or that nothing matched).</span></li> <li><span style="color: #2b3e50;"><strong>Lang</strong> - English and PT-BR.</span></li> </ul> <h2><span style="color: #2b3e50;">Default storage targets</span></h2> <p><span style="color: #2b3e50;">Only these container types are targeted out of the box. Everything else is blocked, including forges, querns, firepits, barrels, and any modded container.</span></p> <table style="border-collapse: collapse; width: 1148px; background-color: #ecf0f1; border-color: #ffffff; border-style: solid; float: left; border-spacing: 2px;" border="1px"> <thead> <tr> <th style="height: 34px; width: 578px; text-align: left;"><span style="color: #2b3e50;">Container</span></th> <th style="height: 34px; width: 568px; text-align: left;"><span style="color: #2b3e50;">Pattern</span></th> </tr> </thead> <tbody> <tr> <td style="width: 578px;"><span style="color: #2b3e50;">Wooden chest (all variants)</span></td> <td style="width: 568px;"><span style="color: #2b3e50;"><code>*chest*</code></span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;">Trunk (large 2-block)</span></td> <td style="width: 568px;"><span style="color: #2b3e50;"><code>*trunk*</code></span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;">Clay storage vessel</span></td> <td style="width: 568px;"><span style="color: #2b3e50;"><code>*storagevessel*</code></span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;">Reed woven chest</span></td> <td style="width: 568px;"><span style="color: #2b3e50;"><code>*reedchest*</code></span></td> </tr> </tbody> </table> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p><span style="color: #2b3e50;">To allow a modded container, add its pattern to <code>StorageWhitelist</code> in the config file.</span></p> <h2><span style="color: #2b3e50;">Commands</span></h2> <p><span style="color: #2b3e50;">All commands are server-side and use the <code>/</code> prefix. Short alias: <code>/qs</code>.</span></p> <table style="border-collapse: collapse; width: 1148px; background-color: #ecf0f1; border-color: #ffffff; border-style: solid; float: left; border-spacing: 2px;" border="1px"> <thead> <tr> <th style="height: 34px; width: 578px; text-align: left;"><span style="color: #2b3e50;">Command</span></th> <th style="height: 34px; width: 568px; text-align: left;"><span style="color: #2b3e50;">What it does</span></th> </tr> </thead> <tbody> <tr> <td style="width: 578px;"><span style="color: #2b3e50;"><code>/quicksend</code></span></td> <td style="width: 568px;"><span style="color: #2b3e50;">Show current radius, blacklist count, and whitelist count</span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;"><code>/qs radius <n></code></span></td> <td style="width: 568px;"><span style="color: #2b3e50;">Set container search radius in blocks (1–50, default 10)</span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;"><code>/qs blacklist</code></span></td> <td style="width: 568px;"><span style="color: #2b3e50;">List all item blacklist entries</span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;"><code>/qs blacklist add <pattern></code></span></td> <td style="width: 568px;"><span style="color: #2b3e50;">Block any item matching the pattern (e.g. <code>*axe*</code> blocks all axes)</span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;"><code>/qs blacklist remove <pattern></code></span></td> <td style="width: 568px;"><span style="color: #2b3e50;">Remove an entry from the item blacklist</span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;"><code>/qs whitelist</code></span></td> <td style="width: 568px;"><span style="color: #2b3e50;">List all storage whitelist entries</span></td> </tr> <tr> <td style="width: 578px;"><span style="color: #2b3e50;">
Ratings & reviews
Sign in to leave a rating or comment.

