-
Notifications
You must be signed in to change notification settings - Fork 0
Economy Menu
comonier edited this page Apr 10, 2026
·
1 revision
Manage your wealth and track XP movement across the server.
- /xpt give : Initiate a secure peer-to-peer XP transfer.
- /xpt accept: Finalize the transfer. Both players must be online.
- /xpt auc : List your XP on the public market.
- /xpt bid: Invest your money to gain levels quickly.
XPTweak keeps the server safe through multiple logging layers:
- Console Logs: Every transaction and auction result is printed to the server console.
- Database: If configured, actions are stored in SQLite or MySQL for future auditing.
- Discord: Real-time tracking of who is buying, selling, or donating via dedicated Webhooks.
-
"Not enough money": Check your balance with
/bal. - "Auction cancelled": This happens if the winner no longer has the funds at the exact moment the auction ends. The XP is returned to the seller.