Timeline

Hall of Fame

Hall of Fame highlights players who were first to complete tracked advancements.

TLDR
  • Ranking is based on world-first count.
  • World-first means earliest recorded event for a given sourceId.
  • You can open per-player detail lists from the Hall of Fame tab.
Hall of Fame list and per-player detail view.

How World-First Is Determined

For each tracked advancement source id:

  1. Timeline finds the earliest event by dayIndex.
  2. That event is marked world-first.
  3. The owning player receives +1 in Hall of Fame standings.

What Gets Counted

  • Visible advancement events (including custom-goal completions that emit advancement-like entries).
  • Hidden/non-display advancements are excluded.
  • Entries tied to disabled custom-goal definitions are filtered out.

UI Behavior

  • Hall tab requests and caches summary rows.
  • Clicking View on a player requests world-first detail entries for that UUID.
  • Detail view lists date + title + icon for each world-first entry.
DEEP DIVE: tie edge case

Earliest-recorded event wins by day index. If two entries happen on the same day, ordering falls back to first event persisted for that source id.

Imported history affects standings

If retroactive import is enabled on an existing world, historical completions can change who owns world-firsts compared to a fresh install.

Support This Project

Like this wiki and these mods?

Every bit of support helps me keep building features, writing docs, and shipping updates.

Back to top