| Action | Result |
|
| open | Opens a new bank account with the specified account name and password |
| deposit | Deposit money into the bank account |
| Withdraw | withdraw money from the bank account |
| info | Display current account balance |
| changepassword | Allows the original account creator to change the password |
| Example | Result |
|
| /bank open john doe | Opens a bank account with the username 'john' and the password 'doe' |
| /bank deposit john 100000 | Deposits 100,000 credits into the bank account 'john' |
| /bank withdraw john doe 50000 | Withdraw 50,000 credits from the bank account 'john' |
| /bank info john doe | Check the current balance for bank account 'john' |
| /bank changepassword john doe pass | Change the password to 'pass' for the bank account 'john' |