1.6
Description
Do you have a RPG server? Have you ever wanted to store your money in a bank account? Well, this plugin is your solution, right now with advanced command system and accounts storing.
Features
- Safe money storing
- Very easy usage
- Permissions
- Vault dependency
- Advanced PayDay system
How to config
Default config.yml:
**starting-balance: 0** #This is the start balance of every player **payday:** **enabled: <true/false>** # If 'true' the payday will be enabled, if 'false' payday will be disabled. **time: 60** # This is the time that payday will be delivered. Time is in minutes. **amount: 0** # This is the amount of money that should be delivered.
Informations about accounts.yml
- #1. At the generating the accounts file will be empty, it will generate accounts for every player first join.
- #2. Do not change 'status: 1' at players! It's a feature for future. Just don't change it.
- #3. You can change the player money at 'money:' line.
Sign configuration
Creating
To create a deposit sign you have to write the sign like in example:
- Line 1: [BankEconomy]
- Line 2: deposit
- Line 3: <amount>
- Line 4: <empty>
To create a withdraw sign you have to write the sign like in example:
- Line 1: [BankEconomy]
- Line 2: withdraw
- Line 3: <amount>
- Line 4: <empty>
To create an information sign you have to write like in example:
- Line 1: [BankEconomy]
- Line 2: information
- Line 3: <empty>
- Line 4: <empty>
DO NOT USE COLOR CODES, THEY WILL BE COLORED AUTOMATICALLY**
PayDay format (example)
How to use
You must have the permission. To use the sign you need to right click it.
Commands and Permissions
Commands | Description | Permission | Access |
---|---|---|---|
/bank | Shows the help screen | (For admins: bankeconomy.main.admin) | default |
/bank deposit | Deposit some money in bank acc. | bankeconomy.deposit | op |
/bank withdraw | Withdraw some money from bank acc. | bankeconomy.withdraw | op |
/bank transfer | Transfer some money from a bank account to another | bankeconomy.transfer | op |
/bank info | Shows your balance account | bankeconomy.info | op |
/bank check | Checks somebody bank account | bankeconomy.check | op |
/bank reset | Resets somebody bank balance | bankeconomy.reset | op |
/bank reload | Reloads config.yml | bankeconomy.reload | op |
/bank edit | Able to edit someone's account. | bankeconomy.edit | op |
- | Allows you to create a sign | bankeconomy.sign.create | op |
- | Allows you to use a sign | bankeconomy.sign.use | op |