Quick Stacker
Automatic inventory management plugin that quickly deposits items into containers and sorts storage with simple click actions.
Quick Stacker
📦 QuickStacker
QuickStacker is a powerful inventory management plugin that automatically deposits items from your inventory into nearby containers with a single click. Perfect for organizing storage systems and speeding up your Minecraft workflow.
✨ Features
⚡ Quick Stacking
- Cooldown System: Shift-right-click any container to automatically deposit matching items from your inventory - Cooldown System: Configurable to deposit only existing stacks or all items into empty slots - Cooldown System: Prevent spam with configurable cooldown between uses
🗃️ Container Sorting
- Visual Feedback: Shift-left-click containers to automatically sort their contents - Visual Feedback: Items sorted by type, name, and amount with block priority options - Visual Feedback: Combine partial stacks to maximize space efficiency - Visual Feedback: Customizable sounds and messages for all actions
⚙️ Complete Customization
- World Management: Toggle features per-player or set server-wide defaults - World Management: Control which container types work with QuickStacker - World Management: Block QuickStacker in specific worlds
🎯 Smart Integration
- Empty Hand Requirement: Works seamlessly with double chests and large storage systems - Empty Hand Requirement: Optional requirement for empty main hand to prevent accidental use
🎮 Commands
- `/quickstack` - Show status and help information - `/quickstack toggle` - Toggle QuickStacker on/off for yourself - `/quickstack mode <matching|all>` - Change stacking mode (admin) - `/quickstack reload` - Reload configuration (admin) - `/quickstack sound <on|off>` - Toggle sound effects (admin)
🔧 Configuration
Fully customizable through config.yml: ```yaml
Default plugin behavior
default-enabled: true require-empty-hand: true include-offhand: true matching-only: true cancel-open: true play-sound: true cooldown-ms: 300
Sorting features
sorting: enabled: true blocks-first: true compress-stacks: true shift-left-click-with-empty-hand: true
Container restrictions
allowed-containers: - CHEST - TRAPPED_CHEST - BARREL - HOPPER - DISPENSER - DROPPER - FURNACE - BLAST_FURNACE - SMOKER - ANY_SHULKER_BOX
World management
blocked-worlds: - "pvp_arena" - "minigames"
Sound effects
sound: "BLOCK_BARREL_CLOSE:1:1.2"
Custom messages
messages: enabled: true stacked: "&aDeposited &f%items% &aitems in &f%stacks% &astacks." nothing: "&7Nothing to deposit." toggled-on: "&aQuickStacker enabled." toggled-off: "&cQuickStacker disabled." no-perm: "&cYou don't have permission." reloaded: "&aQuickStacker reloaded." cooldown: "&ePlease wait before using this again." sorted: "&aContainer sorted."
Player toggles persist here
players: {}