Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commands | Banking

GamerCoder edited this page Jan 9, 2023 · 1 revision

Banks are a wonderful feature as a part of the Novaconomy Plugin. They allow you to withdraw money that you need, as well as deposit excess balances for use on other people.

This section will help you understand the different kinds of commands intended for the viewing, management, and usage of banking with Novaconomy.

Bank Information

Command used to look up information about all banks, by opening a graphical interface.

Player Required: true

Permission: novaconomy.user.bank.info

/bank info

Bank Despositing

Command used to deposit money into a specific bank.

Player Required: true

Permission: novaconomy.user.bank.deposit

/bank deposit <amount> <economy>

Required Arguments

Amount: How much the player should deposit into the Bank.

Economy: The Economy used in the bank to target what to deposit.

Bank Withdrawing

Command used to withdraw money from a specific bank.

Player Required: true

Permission: novaconomy.user.bank.withdraw

/bank withdraw <amount> <economy>

Required Arguments

Amount: How much the player should withdraw from the Bank.

Economy: The Economy used in the bank to target what to withdraw.

Clone this wiki locally