XenoTokensXenoTokens
Commands & Permissions
Review the public and admin command surface of XenoTokens.
Most XenoTokens commands accept either the default currency or an explicit currency prefix as the first argument.
Main commands
| Command | What it does | Permission | Aliases |
|---|---|---|---|
/money [currency] [player] | Shows your balance or another player's balance in the selected currency | xenotokens.command.money and xenotokens.command.money.other for other targets | /balance, /bal |
/pay [currency] <player> <amount> [reason...] | Transfers the selected currency to another player | xenotokens.command.pay | /transfer |
/shop [currency] [page] | Opens the shop for the selected currency | xenotokens.command.shop | /store, /tienda |
/baltop [currency] [page] | Shows the balance leaderboard for one currency | xenotokens.command.baltop | /bal-top |
/money-log [currency] [page] [player] | Shows transaction history for one currency | xenotokens.command.moneylog and xenotokens.command.moneylog.other for other targets | /balance-log |
/eco | Opens the admin help output | xenotokens.command.eco | /xtk, /xenotokens, /xenotoken, /tokens, /token |
/eco subcommands
| Command | What it does | Permission |
|---|---|---|
/eco give [currency] <player> <amount> [reason] | Adds balance in the selected currency | xenotokens.command.eco.give |
/eco take [currency] <player> <amount> [reason] | Removes balance in the selected currency | xenotokens.command.eco.take |
/eco set [currency] <player> <amount> [reason] | Sets balance in the selected currency | xenotokens.command.eco.set |
/eco reset [currency] <player> | Resets the selected currency to its starting balance | xenotokens.command.eco.reset |
/eco rollback <transactionId> | Attempts to undo a stored transaction | xenotokens.command.eco.rollback |
/eco reload | Reloads the global and per-currency configuration files | xenotokens.command.eco.reload |
/eco purge [currency] <days> | Deletes old transactions globally or for one currency context | xenotokens.command.eco.purge |
Suggested permission bundles
| Role | Recommended nodes |
|---|---|
| Regular players | xenotokens.command.money, xenotokens.command.pay, xenotokens.command.shop, xenotokens.command.baltop, xenotokens.command.moneylog |
| Moderators | Player nodes plus xenotokens.command.money.other and xenotokens.command.moneylog.other |
| Administrators | xenotokens.command.eco.* and any player nodes you want them to retain |
Command parsing
If the first argument matches a loaded currency ID or alias, XenoTokens treats it as the currency selector. Otherwise it falls back to the default currency and parses the next arguments normally.
Frequently Asked Questions
Common XenoTokens questions about currencies, placeholders, shops, and operator workflows.
Placeholders
PlaceholderAPI values provided by XenoTokens through the %xtk_*% expansion.
Last updated on