Auction Tracker

Let's you scan the auction house to see the prices of items of the server

File Details

AuctionTracker-1.2.jar

  • R
  • Mar 26, 2026
  • 70.60 KB
  • 82
  • 1.21.11+3
  • Fabric

File Name

AuctionTracker-1.2.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8

Curse Maven Snippet

Fabric

modImplementation "curse.maven:auction-tracker-1486513:7820091"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📊 Auction Tracker v1.2 — Official Changelog

🚀 New Core Features

  • Silent Scanning Engine: Introduced scanSlotSilent. The mod now passively records prices from any container or menu you open without requiring a formal /at scan command.
  • Context-Aware Tooltips: Complete rewrite of the tooltip injection logic. The mod now understands where you are looking.
  • Smart Blocking: Tooltips are now suppressed on navigation buttons (Back, Next, Refresh) and system items (Game Selectors, Pets, Daily Rewards).
  • Ownership Check: On mixed-purpose screens, tooltips only appear for items in your actual inventory to reduce visual clutter.
  • Dedicated Quick-Menu: Added AuctionUIScreen—a central GUI for toggling the scanner and accessing history without using chat commands.

🛠️ Data & Display Enhancements

  • Dynamic Data Freshness: Added a color-coded "Last Scanned" status.
  • Green: Data is less than 1 hour old.
  • Red: Data is stale or requires a fresh scan this session.
  • Stack-Size Awareness: If an item is stacked (e.g., x64), the tooltip now calculates the total stack value for both the Lowest and Highest seen prices.
  • Precision Parsing: Upgraded the regex engine to handle various server currency formats, including complex comma/decimal separators (e.g., $1.500,00 vs $1,500.00).
  • Compact Dates: Dates are now automatically shortened (e.g., 202626) to keep tooltips narrow and readable.

⌨️ Input & Integration

  • Hardware Hotkey: Added a dedicated Keybinding (Default: J) to trigger scans instantly.
  • Fabric 1.21.x Compatibility: Updated entrypoints and mixins to support the latest DataComponentTypes and DrawContext standards.
  • Fail-Safe Registration: Keybindings now use a try-catch wrapper to prevent client crashes on version-mismatched Fabric API installs.

⚙️ Internal Optimizations

  • Fingerprint System: Improved item identification using Namespace + DisplayName, ensuring custom-named items are tracked separately.
  • XLSX Export Tail: Completed the background ZIP/XML compression logic for the Auction History export feature.
  • Tooltip Cleaning: Improved the cleanTooltip method to aggressively remove duplicate "Lowest Price" lines generated by other server-side mods.

🗑️ Removed / Deprecated

  • Removed legacy 1.1 scanning methods that caused GUI flickering.
  • Deprecated the manual master version 1 reference system in favor of the new 1.2 Standard.