Skip to content

Installation

selektivv edited this page Aug 9, 2026 · 3 revisions

Installation

Requirements

  • Paper 26.2 or newer (the plugin targets the 26.2 API and will not load on older Bukkit/Spigot/Paper versions).
  • Java 25 or newer on the server, since Paper 26.2 itself requires it.

QuickDeposit has no other mandatory dependencies. WorldGuard, GriefPrevention, LuckPerms and PlaceholderAPI are all fully optional - see Integrations.

Setup

  1. Download QuickDeposit-<version>.jar.
  2. Drop it into your server's plugins/ folder.
  3. Start (or /reload, though a full restart is always safer) the server.
  4. QuickDeposit creates a plugins/QuickDeposit/ folder containing:
    • config.yml - global settings, see Configuration.
    • playerdata.yml - individual per-player search radii, created empty and filled in as you use /qd radius player.

That's it - there is no further setup required. By default:

  • Every player can already use /deposit and /deposit all (both permissions default to true) - see Permissions for the full default permission breakdown.
  • The default search radius is 8 blocks (minimum 1, maximum 32).
  • Chest, Trapped Chest and Barrel are enabled as deposit targets; Shulker Box, Hopper and Dispenser/Dropper are disabled by default (see Configuration for why).

Verifying it works

  1. As an op or with quickdeposit.admin.info, run /qd info to confirm the plugin loaded and see the current global settings.
  2. Place a chest, put a single item in it (e.g. one cobblestone), stand within a few blocks of it with more of the same item in your inventory, and run /deposit. You should see a confirmation above your hotbar and the item should have moved into the chest.

Updating

QuickDeposit is a normal jar-swap update: stop the server (or unload the plugin if you use a plugin manager that supports hot-swapping), replace the jar, start the server again. Your config.yml and playerdata.yml are untouched by an update - new config options that ship in a later version are added to your existing file with their default values the next time the plugin starts.

Uninstalling

Remove the jar from plugins/ and, if you no longer want the data, delete the plugins/QuickDeposit/ folder. There is nothing else QuickDeposit writes anywhere else on the server (no world data, no other plugins' configs).

Clone this wiki locally