-
Notifications
You must be signed in to change notification settings - Fork 11
Placeholders and Integrations
BeestoXd edited this page Jul 29, 2026
·
2 revisions
UltimateDonutSMP includes native PlaceholderAPI expansions, soft-dependency hooks, and network integrations.
Install PlaceholderAPI on your server to use these placeholders in scoreboards, tablists, chat formats, holograms, and DeluxeMenus.
| Placeholder | Output Description |
|---|---|
%economy_money% |
Raw player money balance (e.g. 1500.50) |
%economy_nicestMoney% |
Compact money format (e.g. 1.5K, 2.3M) |
%economy_money_short% |
Short money format |
%economy_money_formatted% |
Formatted money with configured currency symbol |
%economy_money_symbol% |
Configured currency symbol (e.g. $) |
%economy_money_symbol_color% |
Currency symbol color code |
%economy_money_color% |
Money value color code |
%economy_money_name% |
Money currency singular name |
| Placeholder | Output Description |
|---|---|
%economy_shards% |
Raw shard count |
%economy_nicestShards% |
Compact shard count format |
%economy_shards_short% |
Short shard format |
%economy_shards_formatted% |
Formatted shard count with symbol |
%economy_shards_symbol% |
Configured shard symbol (e.g. ✦) |
- Money Top:
%economy_top_money_1_name%,%economy_top_money_1_value%,%economy_top_money_1_display% - Shards Top:
%economy_top_shards_1_name%,%economy_top_shards_1_value%,%economy_top_shards_1_display% - Kills Top:
%economy_top_kills_1_name%,%economy_top_kills_1_value% - Deaths Top:
%economy_top_deaths_1_name%,%economy_top_deaths_1_value% - Playtime Top:
%economy_top_playtime_1_name%,%economy_top_playtime_1_value%
| Placeholder | Output Description |
|---|---|
%economy_kills% |
Player kill count |
%economy_deaths% |
Player death count |
%economy_playtime% |
Formatted player playtime |
%economy_team% |
Team name (or none) |
%economy_ping% |
Player latency in milliseconds |
%economy_username% |
Player name (respects vanish/hide settings) |
%economy_keyall_countdown% |
Time remaining until next Key-All broadcast |
%economy_booster_countdown% |
Time remaining for active server booster |
%economy_rtp_countdown% |
Time remaining for RTP zone cooldown |
%economy_billford_countdown% |
Time remaining until Billford trade rotation |
%economy_shard_cuboid_display% |
Shard cuboid HUD action text |
%economy_shard_cuboid_status% |
Shard cuboid state (inside / outside) |
%economy_shard_cuboid_name% |
Active Shard Cuboid region name |
%economy_coords% |
Player coordinates (X, Y, Z)
|
UltimateDonutSMP seamlessly hooks into the following plugins when installed:
- Vault: Registers UltimateDonutSMP as the primary economy provider for third-party plugins.
- LuckPerms: Inherits group ranks and checks permission nodes dynamically.
- ProtocolLib: Used for packet-level entity lures, fast crystal placements, and disguise rendering.
- Apollo (Lunar Client): Displays custom waypoints, team member markers, and combat cooldown indicators on Lunar Client.
- SkinsRestorer: Preserves custom player skin textures in GUI menus and head skulls.
- Multiverse-Core: Inherits world safety flags and spawn points.
- Floodgate (Bedrock): Fixes form GUI layouts for Bedrock Geyser players joining from mobile or consoles.
UltimateDonutSMP Documentation v1.3 | Built for Paper, Spigot, and Folia Minecraft Networks.