Commands And Permissions - ThePlay3r/Bank GitHub Wiki

Overview



Player Commands

These commands are intedned to be used by players.
Player needs to have permisson bank.use to use any of these.


/bank

Permission:
bank.use

Description:
Opens main bank menu to player.

Example:
/bank


/bank help

Permission:
bank.use

Description:
Sends player help to player.

Example:
/bank help


/bank addall

Permission:
bank.add
bank.addall

Description:
Adds all funds from player's vault balance to player's bank.

Example:
/bank addall


/bank removeall

Permission:
bank.remove
bank.removeall

Description:
Adds all funds from player's bank to player's vault balance.

Example:
/bank removeall


/bank add <amount>

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


/bank remove <amount>

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


/bank show <player>

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


Admin Commands

These commands are intended to be used by administrators.
Player needs to have permission abank.use, in orded to use any of these.


/abank help

Permission:
abank.help

Description:
Shows admin help to player.

Example:
/abank help


/abank set <player> <amount>

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


/abank add <player> <amount>

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


/abank remove <player> <amount>

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.

⚠️ **GitHub.com Fallback** ⚠️