- [+] add new loan system
- as its just added there might be some bug please
- report to me. it took longer then i thought sorry about that.
add this in the config
Code (YAML):
loan:
min
: 1
max
: 10000
#in %
intrest
: 2
increment
: 1
#in sec
every
: 60
message:
negative
: '&cNegetive or zero loan not allowed'
loan
: '&2loan recived of $
%amount%'
already
: '&cyou already have a loan of $
%amount%'
fullpay
: '&2Full amount paid of $
%amount%'
notpaid
: '&eFull amount not paid, You still have $
%amount% to pay'
repay
: '&2You dont have
any loan'