File Details
102
- R
- May 3, 2026
- 299.80 KB
- 1
- 12.0.5
- Retail
File Name
BazCore-102.zip
Supported Versions
- 12.0.5
BazCore
102 (2026-05-03)
Full Changelog Previous Releases
- BazCore v102 - Suite welcome message. PLAYER_LOGIN now prints a single 'BazCore vXXX, BazBars vYYY, BazBags vZZZ, BazChat vWWW, ...' line listing every Baz addon registered with BazCore:RegisterAddon and its TOC version, sorted alphabetically with BazCore in suite-blue and dependents in gold. The existing welcomeMessage General Settings toggle (which had no consumer until now) controls the print: leave it on for the welcome line, flip off to silence. Replaces the per-addon prints some addons (BazChat) were doing on their own - the suite-wide line is the canonical place for 'this is what loaded' info, both because it gives a complete picture in one chat line and because the user can suppress it from one toggle instead of N. Implementation runs from the same QueueForLogin block that registers BazCore's settings pages, so by the time it fires every dependent addon has already called RegisterAddon and lives in BazCore.addons. Sorted by config.title (with toc fallback for the metadata lookup) so the listing is stable across sessions, bump to 102