promotional bannermobile promotional banner

Auction House Cobb

Auction House for Cobblemon

File Details

Auction-House-Cobb-1.6.1.jar

  • R
  • Mar 5, 2026
  • 169.00 KB
  • 1.8K
  • 1.21.1
  • Fabric

File Name

Auction-House-Cobb-1.6.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:auction-house-cobb-1450240:7715512"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog (1.6.1)

Added

  • Item Auction House History tab (/ahi)
    • New History tab in the Item Auction House screen.
    • Server-side storage of item trade history (recent actions, capped).
    • New network packets:
      • RequestItemTradeHistoryPayload
      • ItemTradeHistoryPayload
    • Client renders the history list for the player.

Changed

  • Pagination improvements for /ah and /ahi

    • Pagination is now server-driven and kept in sync after actions.
    • The server no longer forces a refresh back to page 1 after buy/create/remove/price update actions.
    • The client now refreshes the current page after receiving an ActionResult (keeps your page instead of resetting).
    • Opening /ah and /ahi now requests listings using the screen’s current pagination state (instead of hardcoding page 0).
  • Page size reduced

    • /ah (Pokémon AH): 9 listings per page
    • /ahi (Item AH): 9 listings per page

Fixed

  • Fixed cases where pagination buttons appeared to “not work” because the listings refresh was being reset to page 1 after actions.
  • Fixed issues where /ah and /ahi could fail to open correctly due to client/server listing request flow inconsistencies.