About QuickStack
QuickStack is a lightweight QoL plugin that makes inventory management faster without changing the vanilla Rust experience.
Simply open a storage container and press STACK. The plugin automatically transfers matching items from your inventory — only items that are already present in the container.
Features
- Simple STACK button in the container UI
- Transfers only matching item types
- Optional command for key binds
- Configurable inventory sections and container types
- Customizable UI position and colors
- Transfer summary notifications
- Permission support
- Lightweight and easy to use
Permission: quickstack.use
Command: qs
Bind:
- bind x qs
- bind [leftshift+x] qs
Configs example:
{ "Inventory": { "Use Main Inventory": true, "Use Belt": false, "Use Wear": false }, "Containers": { "Storage Containers": true, "Tool Cupboards": true, "Furnaces": true, "Recyclers": true, "Vending Machines": true, "Allow Prefabs": [], "Deny Prefabs": [] }, "UI": { "Enabled": true, "Button Text": "STACK", "Button Color": "#333D30F2", "Text Color": "#E6E6DB", "Position X": 120.0, "Position Y": 345.0, "Width": 60.0, "Height": 20.0 }, "Notifications": { "Enabled": true, "Show Total Types": true, "Show Item Breakdown": true, "Max Item Lines": 8 }, "Quick Command": { "Enabled": true, "Command": "qs", "Raycast Distance": 3.0 } }
