Remember to update to the new Core plugin (not DabCore)!!!
https://www.spigotmc.org/resources/core.56780/
Added loans deadline, if enabled players have a certain amount of days to pay their loan or will execute commands
Added custom payback option, enable in config and permission: bank.loan.custom_payback
Added loans to admin gui
Added to config.yml:
Code (Text):
Loans:
Payback:
Custom: true
Deadline:
Enabled: true
Days: 1
Check: 1
Commands:
- bank admin loans remove <loan_id>
- bank admin loans clear <uuid>
- tempban <uuid> 10m Failed to pay loans
Fixed /bank top
Improved console output, all of which can be disabled in config
White = Print (reccomend set to true)
Blue = Info (additional info)
Yellow = Debug
Red = Error
Added to config.yml:
Code (Text):
Console:
Print: true
Info: true
Debug: false
Error: true
Other optimizations.