AzDuels Top 10 Wins Hologram Setup
This guide shows how to create a hologram displaying the top 10 players by wins using DecentHolograms and PlaceholderAPI.
Prerequisites
- DecentHolograms plugin installed
- PlaceholderAPI plugin installed
- AzDuels plugin with PlaceholderAPI expansion registered
Commands to Create the Hologram
1. Create the Hologram
Code (Text):
/dh create top_wins_hologram
2. Add Header Lines
Code (Text):
/dh addline top_wins_hologram &6&l TOP 10 DUELISTS
/dh addline top_wins_hologram &7&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/dh addline top_wins_hologram &e&lRanked by Total Wins
/dh addline top_wins_hologram " "
3. Add Top 10 Player Lines
Code (Text):
/dh addline top_wins_hologram &e1. &f%azduels_top_wins_1% &7- &a%azduels_top_wins_value_1% &7wins
/dh addline top_wins_hologram &e2. &f%azduels_top_wins_2% &7- &a%azduels_top_wins_value_2% &7wins
/dh addline top_wins_hologram &e3. &f%azduels_top_wins_3% &7- &a%azduels_top_wins_value_3% &7wins
/dh addline top_wins_hologram &e4. &f%azduels_top_wins_4% &7- &a%azduels_top_wins_value_4% &7wins
/dh addline top_wins_hologram &e5. &f%azduels_top_wins_5% &7- &a%azduels_top_wins_value_5% &7wins
/dh addline top_wins_hologram &e6. &f%azduels_top_wins_6% &7- &a%azduels_top_wins_value_6% &7wins
/dh addline top_wins_hologram &e7. &f%azduels_top_wins_7% &7- &a%azduels_top_wins_value_7% &7wins
/dh addline top_wins_hologram &e8. &f%azduels_top_wins_8% &7- &a%azduels_top_wins_value_8% &7wins
/dh addline top_wins_hologram &e9. &f%azduels_top_wins_9% &7- &a%azduels_top_wins_value_9% &7wins
/dh addline top_wins_hologram &e10. &f%azduels_top_wins_10% &7- &a%azduels_top_wins_value_10% &7wins
4. Add Footer
Code (Text):
/dh addline top_wins_hologram " "
/dh addline top_wins_hologram &7&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/dh addline top_wins_hologram &7Updates every 30 seconds
5. Configure Update Interval
Code (Text):
/dh setpapi top_wins_hologram 30
6. Position the Hologram
Code (Text):
/dh movehere top_wins_hologram
Alternative Leaderboard Types
Top 10 by Kills
Code (Text):
/dh addline top_kills_hologram &e1. &f%azduels_top_kills_1% &7- &c%azduels_top_kills_value_1% &7kills
/dh addline top_kills_hologram &e2. &f%azduels_top_kills_2% &7- &c%azduels_top_kills_value_2% &7kills
# ... continue for positions 3-10
Top 10 by Win Streak
Code (Text):
/dh addline top_streak_hologram &e1. &f%azduels_top_streak_1% &7- &d%azduels_top_streak_value_1% &7streak
/dh addline top_streak_hologram &e2. &f%azduels_top_streak_2% &7- &d%azduels_top_streak_value_2% &7streak
# ... continue for positions 3-10
Useful Management Commands
View Hologram Info
Code (Text):
/dh info top_wins_hologram
Delete Hologram
Code (Text):
/dh delete top_wins_hologram
List All Holograms
Tips
- Positioning: Use
Code (Text):
/dh movehere <hologram_name>
while standing where you want the hologram
- Height Adjustment: Use
Code (Text):
/dh move <hologram_name> ~ ~0.5 ~
to move up by 0.5 blocks
- Update Frequency: Lower update intervals (like 10-15 seconds) provide more real-time data but may impact performance
- Color Codes: Use & for color codes in hologram text
- Empty Players: If a position has no player, the placeholder will return an empty string