
Main page:

Text Version
AuctionHousePlus - Revolutionize Your Server Today!
The most advanced auction house plugin with web integration!
What does this plugin do?
AuctionHousePlus transforms your server's economy with a powerful, feature-rich auction house system that goes beyond basic trading. Players can buy, sell, and manage items through both in-game commands AND a sleek web interface optionally!
✨ Key Features
** Advanced Auction House** - Complete buying/selling system with pagination
** Web Interface** - Revolutionary web portal for managing auctions remotely and buying stuff
** Rank-Based Limits** ( Needs Luckperms ) - Different auction limits based on player ranks
** Economy** - Configurable taxes for auctioning, currency symbols, and Vault integration -
** Offline Trading** - Buy/sell even when offline with secure claim system when you come back
⏰ Auto-Expiry - Cleans old listings easily
️ Secure Authentication
- Player verification system for web access through commands in-game for an actual confirmation of owning the accounts
Dependencies
- Vault (Required) - Economy integration
- Vault hook like EssentialsX (Required) - Economy integration
- LuckPerms (Optional) - For rank-based auction limits
⚙️ Configuration (v2.0)
# AuctionHouse Configuration
# Prefix for all plugin messages
prefix: "&8[&6AuctionHouse&8] &r"
# Web expansion settings
web-expansion:
  # Enable the web interface for AuctionHouse Plus
  enabled: false
 
  # Message shown when web expansion is disabled but someone tries to use web commands
  disabled-message: "&cWeb expansion is currently disabled on this server."
# Economy settings
currency-symbol: "$"
enable-tax: true
tax-rate: 0.05
# Default listing settings (fallback if no rank limit is found)
listing-duration-hours: 48
max-listings-per-player: 3
# Rank-based auction limits
rank-limits:
  default: 3      # Default group
  member: 3       # Member group
  vip: 5          # VIP group
  premium: 8      # Premium group 
  legend: 12      # Legend group
  hero: 15        # Hero group
  titan: 20       # Titan group
  admin: 50       # Admin group
# Advanced settings
advanced:
  # Enable debug mode for troubleshooting
  debug-mode: false
 
  # Auto-cleanup expired listings interval (minutes)
  cleanup-interval: 60
 
  # Maximum items per auction house page
  items-per-page: 45
 
  # Enable auction house sound effects
  sound-effects: true
 
  # Enable confirmation dialogs for purchases
  confirm-purchases: true
 
  # Enable confirmation dialogs for cancellations
  confirm-cancellations: true
The newest update adds a new webpage. It can be enabled in config
