AstrumKDR Placeholders
You must have
PlaceholderAPI installed to use these placeholders.
1. Personal Placeholders (Show the stats of the player viewing the placeholder)
- %astrumkdr_kdr%
- Displays the player's KDR (e.g., 1.50)
- %astrumkdr_kills%
- Displays the player's total Kills.
- %astrumkdr_deaths%
- Displays the player's total Deaths.
2. Ranking (Top) Placeholders (Replace <pos> with the rank number, e.g., 1, 2, 3...)
- %astrumkdr_top_name_<pos>%
- Displays the name of the player at rank <pos>.
- Example: %astrumkdr_top_name_1%
- %astrumkdr_top_kdr_<pos>%
- Displays the KDR of the player at rank <pos>.
- Example: %astrumkdr_top_kdr_1%
- %astrumkdr_top_kills_<pos>%
- Displays the Kills of the player at rank <pos>.
- Example: %astrumkdr_top_kills_1%
- %astrumkdr_top_deaths_<pos>%
- Displays the Deaths of the player at rank <pos>.
- Example: %astrumkdr_top_deaths_1%
3. Example Usage (DecentHolograms / HolographicDisplays)
lines:
- '&d&l TOP 5 PLAYERS '
- '&6#1 &f%astrumkdr_top_name_1% &8- &eKDR: %astrumkdr_top_kdr_1%'
- '&6#2 &f%astrumkdr_top_name_2% &8- &eKDR: %astrumkdr_top_kdr_2%'
- '&6#3 &f%astrumkdr_top_name_3% &8- &eKDR: %astrumkdr_top_kdr_3%'
- '&b#4 &f%astrumkdr_top_name_4% &8- &eKDR: %astrumkdr_top_kdr_4%'
- '&b#5 &f%astrumkdr_top_name_5% &8- &eKDR: %astrumkdr_top_kdr_5%'