Automatic inventory management plugin that quickly deposits items into containers and sorts storage with simple click actions.
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.
/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)Fully customizable through config.yml:
# 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: {}