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_type
There are two tracking display modes, configurable via:
"track_type": "BOSS_BAR" "track_type": "SCOREBOARD"
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.
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.
You can customize the scoreboard title through the translations system:
Last updated 4 months ago
"gui.quest_tracker": "Β§6Quest Tracker"