Auction Tracker

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

File Details

AuctionTracker-1.0.jar

  • R
  • Mar 15, 2026
  • 15.41 KB
  • 7
  • 1.21.11+3
  • Fabric

File Name

AuctionTracker-1.0.0.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:7761123"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📋 Auction Tracker 1.0 Changelog (The Foundation)

🏗️ Core Architecture

  • Fingerprint System: Implemented getTranslationKey() identification, ensuring that items are tracked by their internal IDs rather than just their display names.
  • Basic Scanner: Created the AuctionScanner logic to read item lore and extract numerical price values.
  • In-Memory Storage: Established the first version of DataStorage using HashMap to store price lists and session counts during a single game session.

🤖 Automation (Beta)

  • Automated Navigation: Initial implementation of the AuctionBot to detect the "AuctionHouse" GUI and automatically click the "Next Page" button.
  • Page Recognition: Integrated Regex pattern matching (All 1/50) to track progress through the Auction House.

💬 UI & Feedback

  • Dynamic Tooltips: The first iteration of the ItemStackMixin allowing custom data (Min/Max prices) to appear directly on item tooltips.
  • Scan Completion Message: Added a chat notification to let the user know when the bot has finished its cycle.

💾 Data Handling

  • Min/Max Calculations: Added logic to calculate the lowest and highest prices ever seen for a specific item type.
  • Session Tracking: Implemented clearSessionCount to ensure that item quantities reset at the start of every new scan to stay accurate.