CyberTokensCyberTokens
Commands & Permissions
Review every public and administrative command exposed by CyberTokens.
CyberTokens splits its surface into player-facing economy actions and the /eco administration tree.
Main commands
| Command | What it does | Permission | Aliases |
|---|---|---|---|
/money [player] | Shows your own balance or another player's balance | cybertokens.command.money and cybertokens.command.money.other for other targets | /balance, /bal |
/pay <player> <amount> [reason...] | Transfers balance to another player | cybertokens.command.pay | /transfer |
/baltop [page] | Shows the highest balances | cybertokens.command.baltop | /bal-top |
/money-log [page] [player] | Shows transaction history for yourself or another player | cybertokens.command.moneylog and cybertokens.command.moneylog.other for other targets | /balance-log |
/eco | Opens the admin help output | cybertokens.command.eco | /ctk, /cybertokens, /cybertoken, /tokens, /token |
/eco subcommands
| Command | What it does | Permission |
|---|---|---|
/eco give <player> <amount> [reason] | Adds balance to a player | cybertokens.command.eco.give |
/eco take <player> <amount> [reason] | Removes balance from a player | cybertokens.command.eco.take |
/eco set <player> <amount> [reason] | Sets a player's balance exactly | cybertokens.command.eco.set |
/eco reset <player> | Resets balance to the configured starting value | cybertokens.command.eco.reset |
/eco rollback <transactionId> | Attempts to undo a stored transaction | cybertokens.command.eco.rollback |
/eco reload | Reloads configuration and language files | cybertokens.command.eco.reload |
/eco purge <days> | Deletes transactions older than the given age | cybertokens.command.eco.purge |
Suggested permission bundles
| Role | Recommended nodes |
|---|---|
| Regular players | cybertokens.command.money, cybertokens.command.pay, cybertokens.command.baltop, cybertokens.command.moneylog |
| Moderators | Player nodes plus cybertokens.command.money.other and cybertokens.command.moneylog.other |
| Administrators | cybertokens.command.eco.* and any player nodes you want them to retain |
Offline targets
Commands that accept player names can work with offline users when config.commands.offline-players.as-targets is enabled. /pay also requires its own payment-level offline setting to stay enabled.
Frequently Asked Questions
Common CyberTokens questions about balances, transfers, offline targets, and logs.
Placeholders
PlaceholderAPI values provided by CyberTokens through the %ctk_*% expansion.
Last updated on