Leaderboards
From 2.0 you can now set leaderboards for your tracked bosses
How to define a leaderboard?
First, you need to ensure the boss you are trying to make a leaderboard is tracked.
Then, you need to use the following placeholder:
%dt_damagetop_bossName%
Where:
bossName
= ID of the tracked boss, e.g: SkeletonKing
The placeholder will update it's lines automatically
Hologram Example:
Example Hologram using FancyHolograms:
holograms:
test:
type: TEXT
text:
- '%dt_damagetop_SkeletonKing%'
text_shadow: false
see_through: false
text_alignment: center
update_text_interval: -1

To change the leaderboard format check: Leaderboard Format
Last updated