ElPlatano0871 Plugins
  • Welcome
  • DamageTracker for MythicMobs
    • Getting Started
    • Tracking Bosses
    • Victory Messages
    • Boss Configuration
    • Leaderboards
    • Leaderboard Format
    • Commands and Permissions
  • DamageRewards
    • General
    • Configuration
    • Commands and Permissions
Powered by GitBook
On this page
  • How to define a leaderboard?
  • Hologram Example:
  1. DamageTracker for MythicMobs

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

PreviousBoss ConfigurationNextLeaderboard Format

Last updated 11 days ago