Skip to content

Auction and Economy

comonier edited this page Apr 10, 2026 · 1 revision

Auction and Economy 💰

XPTweak features a high-performance auction system integrated with the server's economy via Vault. This allows players to turn their hard-earned XP into currency.

How it Works:

  1. Starting an Auction: A player uses /xpt auc <levels> <starting_price>. The levels are immediately removed from their profile and stored in the auction system.
  2. Bidding: Other players can bid using:
    • /xpt bid x1: Adds a 10% increment to the current price.
    • /xpt bid x2: Doubles the current price.
  3. Regressive Timer: If enabled in config.yml, every bid reduces the remaining time by 1 second, making the final moments of an auction intense!

Economy Safety:

  • Funds Verification: The system checks if the bidder has enough money before accepting the bid.
  • Guaranteed Payout: If a winner is found, the money is automatically withdrawn from the buyer and deposited into the seller's account.
  • No Winner?: If the auction ends without bids, the XP levels are automatically returned to the seller.

Note

This feature requires Vault and a compatible Economy plugin (like EssentialsX or CMI).

Clone this wiki locally