Config additions
Merging payouts
Added the configuration option merge-payouts that automatically combines all payouts a player has permission for when enabled.
01d24e7
Max Multiple Accounts
This brings the ability to define a maximal number of accounts connected per IP receiving a payout. If that limit is reached, no one will receive a payout.
default:
max-multiple-accounts: 1
43ab5a0
Global Bank Account
You now can define a global bank account by altering the bank-account option. If a bank account is defined, TimeIsMoney will take all the money used for the payouts from that account, so you don't create extra money.
f26b57f
New Commands
New Command for the ATM have been added:
Command
Description
Permission required
/atm balancetop Shows the top 10 player atm balances tim.admin
/atm give <player> Deposits money into a players atm tim.admin
/atm take <player> Withdraws money from a players atm tim.admin
See
043121c,
505478c.
Placeholders
There is now a placeholder for displaying a players ATM balance, called %tim_atm%
e232ba8
Fixes
- Fixed an annoying message coming up when reloading the plugin f035d31
- Added check before actually withdrawing atm money ea61628
- Dropped API-Version 183f5c8