Skip to content

QUICKDEPOSIT

selektivv edited this page Aug 9, 2026 · 1 revision

QuickDeposit is a quality-of-life plugin for Paper servers (Paper 26.1+) that lets players run a single command, /deposit, to automatically sort matching items from their inventory into containers they've already set up as storage nearby.

It is deliberately small in scope: it does not replace a full storage/sorting system. It just saves players the trip of manually walking items into the chest that already holds that item type.

How it works, in one paragraph

A player stands in their storage room and runs /deposit. QuickDeposit looks at every allowed container within that player's search radius, keeps only the ones that already contain a matching item, sorts them by distance, and moves items from the player's inventory into the nearest matching container first. If a container fills up, it moves on to the next one. Nothing is ever deleted - anything that doesn't fit anywhere stays in the player's inventory.

Wiki contents

Feature overview

  • Distance-aware deposit - the nearest matching container is always filled first; if it's full, QuickDeposit automatically moves on to the next one.
  • Never creates new storage - a container only becomes a target if it already holds a matching item. A brand-new empty chest is left alone.
  • Configurable strictness - choose whether items must match exactly (including enchantments, custom names, durability, potion effects, etc.) or only by material.
  • Hotbar/off-hand protection - plain /deposit can skip the hotbar and off-hand so players don't accidentally lose tools or food; /deposit all overrides that on purpose. Armor is never touched by either.
  • Per-player search radius - server owners set a global default and hard min/max limits; individual players can be given their own radius.
  • Fine-grained container control - Chest, Trapped Chest, Barrel, Shulker Box, Hopper, Dispenser and Dropper can each be globally enabled or disabled, and overridden per player via permissions. Ender Chests are intentionally never supported.
  • Protection-plugin aware - if WorldGuard and/or GriefPrevention are installed, QuickDeposit will never use a container the player isn't actually allowed to open.
  • LuckPerms & PlaceholderAPI aware - full permission tab-completion out of the box, plus live placeholders for scoreboards and chat plugins.
  • Localized per player - English, German, Brazilian Portuguese, Spanish and French, chosen automatically from each player's own client language.

Clone this wiki locally