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
📋 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
AuctionScannerlogic to read item lore and extract numerical price values. - In-Memory Storage: Established the first version of
DataStorageusingHashMapto store price lists and session counts during a single game session.
🤖 Automation (Beta)
- Automated Navigation: Initial implementation of the
AuctionBotto 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
ItemStackMixinallowing 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
clearSessionCountto ensure that item quantities reset at the start of every new scan to stay accurate.