-
Notifications
You must be signed in to change notification settings - Fork 0
Auction and Economy
comonier edited this page Apr 10, 2026
·
1 revision
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.
-
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. -
Bidding: Other players can bid using:
-
/xpt bid x1: Adds a 10% increment to the current price. -
/xpt bid x2: Doubles the current price.
-
-
Regressive Timer: If enabled in
config.yml, every bid reduces the remaining time by 1 second, making the final moments of an auction intense!
- 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).