-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
-
Paper 26.2 or newer (the plugin targets the
26.2API 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.
- Download
QuickDeposit-<version>.jar. - Drop it into your server's
plugins/folder. - Start (or
/reload, though a full restart is always safer) the server. - 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
/depositand/deposit all(both permissions default totrue) - 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).
- As an op or with
quickdeposit.admin.info, run/qd infoto confirm the plugin loaded and see the current global settings. - 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.
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.
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).