Commands & Permissions
| Command | Description | Permission |
| /account help | Shows a command help. | bankaccount.user.help |
| /account open <account> | Opens a new bankaccount. | bankaccount.user.open |
| /account close <account> | Closes a bankaccount. | bankaccount.user.close |
| /account list | Lists all bankaccounts you have access to. | bankaccount.user.list |
| /account withdraw <account> <amount> | Withdraw money from a bankaccount. | bankaccount.user.withdraw |
| /account deposit <account> <amount> | Deposit money to a bankaccount. | bankaccount.user.deposit |
| /account balance <account> | Shows the balance of the specified bankaccount. | bankaccount.user.balance |
| /account transfer <from> <to> <amount> | Transfers a specified amount of money from one account to another one. | bankaccount.user.transfer |
Posts Quoted:
Reply
Clear All Quotes
Comments