Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Links
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 weeks ago
Changelog
🐛 Bug Fixes
-
Search Button Functionality:
- Previously, the search button did not function due to a slot conflict (likely overlapping inventory positions in the GUI, a common Spigot API issue where clicks register incorrectly).
- Solution: Resolved the conflict by adjusting slot mappings or event handlers (e.g., via InventoryClickEvent prioritization).
- Impact: Players can now use the search feature reliably to find auctions, improving efficiency and user experience in large servers.
-
Player Profile Statistics Display:
- Previously, the balance was not displayed correctly (possibly due to Vault economy API mismatches, formatting errors, or async data fetching issues).
- Solution: Updated the display logic to fetch and format balance accurately (e.g., using Economy.getBalance() with proper synchronization and color/hex integration from the modern palette).
- Impact: Provides precise player stats, helping users make informed decisions on bids/purchases and preventing confusion in transactions.



