MythicAuctionHouse v1.2.0
This is a major feature update focused on integration, flexibility and premium-level server support.
Multiple Economy Support
MythicAuctionHouse now supports:
✔ Vault (default economy bridge)
✔ PlayerPoints
✔ TokenManager
✔ Auto-detection system
The plugin will automatically detect available economy providers, or you can force one in config:
Code (Text):
economy:
type: AUTO # VAULT, PLAYERPOINTS, TOKENMANAGER, AUTO
Perfect for survival, prison, OP, token-based, and custom economy servers.
PlaceholderAPI Support
You can now use MythicAuctionHouse placeholders anywhere:
Examples:
Code (Text):
%mythicah_listings%
%mythicah_storage%
%mythicah_total_earned%
%mythicah_total_spent%
Perfect for scoreboards, TAB, chat formats, holograms and more.
Discord Webhook Integration (Premium Feature)
Automatic Discord logging for:
✔ Item sold
✔ Bid placed
✔ Auction won
✔ Auction cancelled
Uses modern Discord embeds for clean formatting.
Example:
Code (Text):
Item Sold!
Seller: Steve
Buyer: Alex
Item: Diamond Sword (Sharpness V)
Price: $10,000
Config:
Code (Text):
discord:
enabled: true
webhook-url: ""
log-sales: true
log-bids: true
Global Broadcast System
Optional server-wide announcements for:
✔ Item listed
✔ Auction started
✔ Item purchased
✔ Bid placed
✔ Auction won
✔ Supports price threshold
✔ Fully configurable messages
✔ Item hover in chat (shows enchantments & lore)
Example:
Code (Text):
[AH] Steve listed Diamond Sword for $10,000!
Improvements
✔ Cleaner GUI display (no unnecessary “Each” line for single items)
✔ Improved item hover formatting
✔ Internal economy refactor for scalability
✔ Stability improvements