With PlaceholderAPI installed, NxShards exposes a small set ofDocumentation Index
Fetch the complete documentation index at: https://pumpkings.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
%shards_*% placeholders that work inside any PAPI-compatible plugin: scoreboards, tab lists, holograms, chat formatters, and more.
Available Placeholders
| Placeholder | Description |
|---|---|
%shards_balance% | The current Shards balance of the player viewing the placeholder. |
%shards_leaderboard_name_<position>% | Name of the player at the given leaderboard position (e.g. %shards_leaderboard_name_1% for the top player). |
%shards_leaderboard_amount_<position>% | Shards balance of the player at the given leaderboard position (e.g. %shards_leaderboard_amount_1%). |
Examples
Scoreboard line (using FeatherBoard / TAB / etc.):Requirements
- PlaceholderAPI must be installed in
plugins/. - NxShards registers its expansion automatically on startup — there is no need to download anything from the PAPI eCloud.
If
%shards_leaderboard_name_5% is requested but only four players have a balance, NxShards returns an empty string so your scoreboard does not break.