-
Notifications
You must be signed in to change notification settings - Fork 0
Placeholders
selektivv edited this page Aug 9, 2026
·
1 revision
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. |
- 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%→ iftrue, showDeposit 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%