Commands & Permissions
This document provides a comprehensive list of commands available in TheNewEconomy (TNE) plugin, along with their required permissions and description strings from the messages.yml file.
Admin Commands
/tne ecomenu
Aliases:
/myeco,/ecomin,/ecoadmin,/ecomanage,/theneweconomyPermission:
tne.admin.menuThe main admin command for TNE.
/tne help
Aliases:
/tne ?Permission: None
Command help pages.
/tne backup
Aliases:
/tne archivePermission:
tne.admin.backupCreates a backup of all server data.
/tne create [name]
Aliases:
/tne add,/tne new,/tne make,/tne +Permission:
tne.admin.createCreates a new non-player economy account.- name - The name of the account.- Balance ~ The starting balance of the account.
/tne debug [level]
Permission:
tne.admin.debugToggles console debug mode.
/tne delete [name]
Aliases:
/tne destroy,/tne del,/tne remove,/tne -Permission:
tne.admin.deleteDeletes a player account.- Player ~ The account owner.
/tne reload [type]
Permission:
tne.admin.reloadSaves modifications made via command, and reloads a configuration file.- Configuration ~ The identifier of the configuration to reload. Default is all.
/tne reset
Aliases:
/tne nukePermission:
tne.admin.resetDeletes all economy-related data from the database.
Money Commands
/money balance
Aliases:
/bal,/eco,/balancePermission:
tne.money.balanceDisplays your current holdings.
/money give [player] [amount]
Aliases:
/money add,/money +Permission:
tne.money.giveAdds money into your economy, and gives it to a player.
/money withdraw [amount]
Permission:
tne.money.withdrawWithdraws money from your account.
/money deposit [amount]
Permission:
tne.money.depositDeposits money into your account.
/money set [player] [amount]
Aliases:
/money =Permission:
tne.money.setSets a player’s balance to a specific amount.
/money top
Aliases:
/baltopPermission:
tne.money.topDisplays the top account balances.
Module Commands
/module list
Aliases:
/mod listPermission:
tne.list.availableLists all available modules.
/module download [moduleName]
Aliases:
/mod dlPermission:
tne.module.downloadDownloads a specific module.
/module info [moduleName]
Aliases:
/mod iPermission:
tne.module.infoDisplays information about a specific module.
Transaction Commands
/transaction history
Aliases:
/trans history,/receipt historyPermission:
tne.transaction.historyDisplays your transaction history.
/transaction info [UUID]
Aliases:
/trans info,/receipt infoPermission:
tne.info.historyDisplays information about a specific transaction.
Short Commands
/givemoney [player] [amount]
Aliases:
/givebalPermission:
tne.money.giveAdds money into your economy, and gives it to a player.
/takemoney [player] [amount]
Aliases:
/takebalPermission:
tne.money.takeTakes money from a player’s balance.
/pay [player] [amount]
Permission:
tne.money.payTransfers money from your account to another player.
/baltop
Permission:
tne.money.topDisplays the top account balances.
/transactions
Permission:
tne.transaction.historyDisplays your transaction history.
For further details on permissions and descriptions, refer to the messages.yml file included with the plugin.
Last updated