-
Notifications
You must be signed in to change notification settings - Fork 2
Commands
NOT FINISHED, MADE OUT BY MEMORY
<Must be filled> [Optional]
Show commandlist in-game.
If page is set, showing the set page.
/account help
Returns
Bank Account Help - Page 1 of 2
This is used mainly to shared bank accounts
/account help [page]
/account open <accountname> [players]
/account info <accountname>
/account balance <accountname>
/account adduser <accountname> <player>
/account removeuser <accountname> <player>
/account password <accountname> [password]
/account deposit <accountname> <amount>
Open an new account with name specified in <accountname>.
If you want more players have access to the account, write their username in [players] separated by space.
/account open MyAccount MyFriend MyOtherFriend
Returns
On Success
ATM: MyAccount created
Players: TAT, MyFriend, MyOtherFriend
On Failed
ATM: Accountname is taken
Get informations about the balance and who have access to the account with the name specified in <accountname>.
/account info MyAccount
Returns:
ATM: Balance of MyAccount: 0 Coins
Players: TAT, MyFriend, MyOtherFriend
Get balance of the account with the name specified in <accountname>.
/account balance MyAccount
Returns:
ATM: Balance for MyAccount: 0 Coin
Give a player access to an account.
/account adduser MyAccount SomeUser
Returns:
ATM: SomeUser added to account
Remove player access to an account.
/account removeuser MyAccount SomeUser
Returns:
ATM: SomeUser removed from account
Lock an account with password. /account password MyAccount MySecretPassword Returns:
ATM: Password set for account
Deposit money from your iConomy account to an account.
/account deposit MyAccount 20
Returns:
On Success
ATM: 20 Coin added to MyAccount
On Failed
ATM: Couldn't deposit, are you sure you have enough money?
Withdraw money from your account to your iConomy account.
If password is set, you must write the password for your account.
/account withdraw MyAccount 10 MySecretPassword
Returns:
On Success
ATM: 10 Coin withdrawed from MyAccount
On Failed
ATM: Couldn't withdraw, are you sure you have enough money on account?
Transfer money from one account to another, the other doesn't need to be your own.
If password is set, you must write the password for your account.
/account transfer MyAccount MyFriendsAccount 5 MySecretPassword
Returns:
On Success
ATM: 5 Coin transfered from MyAccount to MyFriendsAccount
On Failed
ATM: Couldn't transfer, are you sure you have enough money on account?
Closes an account, if there is money left on the account, they will be withdrawn automatically.
If password is set, you must write the password for your account.
/account close MyAccount MySecretPassword
Returns:
On Success with money left
ATM: 5 Coin withdrawed
ATM: Account closed
On Success without money left
ATM: Account closed