Track System

The tracking system allows players to monitor their quest progress in real time. Each quest can define how its progress should be displayed using the track_type parameter.

Track Types

There are two tracking display modes, configurable via:

"track_type": "BOSS_BAR"
"track_type": "SCOREBOARD"

1. BOSS_BAR

Displays only the first incomplete quest objective. This mode is minimalistic and takes no screen space beyond the boss bar itself.

Usage example:

  • If the quest has 5 objectives, but the player completed the first two, only the third (next incomplete) objective will appear in the boss bar.

2. SCOREBOARD

Displays all quest objectives simultaneously in a dedicated scoreboard sidebar.

This mode is ideal when a quest contains many conditions and the player needs full visibility.

Scoreboard Title Customization

You can customize the scoreboard title through the translations system:

Last updated