Commands And Permissions - ThePlay3r/Bank GitHub Wiki
These commands are intedned to be used by players.
Player needs to have permisson bank.use
to use any of these.
Permission:
bank.use
Description:
Opens main bank menu to player.
Example:
/bank
Permission:
bank.use
Description:
Sends player help to player.
Example:
/bank help
Permission:
bank.add
bank.addall
Description:
Adds all funds from player's vault balance to player's bank.
Example:
/bank addall
Permission:
bank.remove
bank.removeall
Description:
Adds all funds from player's bank to player's vault balance.
Example:
/bank removeall
Permission:
bank.add
Description:
Adds custom amount of money to player's bank.
Arguments:
<amount>
- Amount of money, that will be added to player's bank balance.
Example:
/bank add 60
Permission: <br bank.remove
Description:
Removes custom amount of money from player's bank.
Arguments:
<amount>
- Amount of money, that will be removed from player's bank balance.
Example:
/bank remove 60
Permission:
bank.show
Description:
Shows balance of other player's balance to player.
Arguments:
<player>
- Name of the player, whos balance will be shown.
Example:
/bank show 9hx
These commands are intended to be used by administrators.
Player needs to have permission abank.use
, in orded to use any of these.
Permission:
abank.help
Description:
Shows admin help to player.
Example:
/abank help
Permission:
abank.set
Description:
Sets the bank balance of selected player.
Arguments:
<player>
- Player, whos bank balance will be altered.
<amount>
- New amount of balance of player.
Example:
/abank set 9hx 60
Permission:
abank.add
Description:
Adds amount of money to bank balance of selected player.
Arguments:
<player>
- Player, whos bank balance will be altered.
<amount>
- Amount of money, that will be added to player's bank.
Example:
/abank add 9hx 60
Permission:
abank.remove
Description:
Removes amount of money from bank balance of selected player.
Arguments:
<player>
- Player, whos bank balance will be altered.
<amount>
- Amount of money, that will be removed from player's bank.