Skip to content

Placeholders

selektivv edited this page Aug 9, 2026 · 1 revision

Placeholders

If PlaceholderAPI is installed, QuickDeposit automatically registers a quickdeposit expansion - no setup required. Every placeholder below is evaluated for whichever player it's displayed to (e.g. in a scoreboard, tab list, or chat format).

Placeholder Value
%quickdeposit_radius% The player's current effective search radius.
%quickdeposit_radius_individual% true/false - whether that radius is an individual override rather than the global default.
%quickdeposit_radius_global% The server's global default radius.
%quickdeposit_radius_min% The configured minimum radius.
%quickdeposit_radius_max% The configured maximum radius.
%quickdeposit_cooldown% The configured /deposit cooldown, in seconds.
%quickdeposit_cooldown_remaining% Seconds left on the player's current cooldown (0 if they're not on cooldown).
%quickdeposit_cooldown_active% true/false - whether the player is on cooldown right now.
%quickdeposit_matching_mode% The configured matching mode, EXACT or TYPE.
%quickdeposit_container_<type>% enabled/disabled for that player and container type, after permission overrides are applied. Replace <type> with chest, trapped-chest, barrel, shulker-box, hopper, dispenser or dropper.
%quickdeposit_version% The installed QuickDeposit version.

Examples

  • A scoreboard line showing a player's search radius: Deposit radius: %quickdeposit_radius%
  • A cooldown indicator that only shows while active, using another plugin's conditional placeholder support: %quickdeposit_cooldown_active% → if true, show Deposit ready in %quickdeposit_cooldown_remaining%s
  • Checking whether Shulker Boxes are usable for a player before telling them to try /deposit: %quickdeposit_container_shulker-box%

Clone this wiki locally