Stable
1.0.3
UPDATE
- Added pose animation to NPC.
- Change it with config
CH_Loans.Config.NPCPose
- Fixed the grace period for deducting loans offline.
- There's a 6 hour grace period where a loan repayment that's deducted offline will be considered paid on time.
- This is to protect against server being offline on payment time and the fact the loan repayment timer isn't run every second.
- Fixed console error when player fails to afford an offline repayment.
- Added blogs support.
- Logs when a loan application is submitted (player name, loan amount)
- Logs when an application is accepted (banker name, applicant name, loan amount)
- Logs when an application is denied (banker name, applicant name, loan amount)
- Logs successful rate payments (applicant name, rate amount)
- Logs failed rate payments (applicant name, rate amount)
- Added a config for minimum player money to apply for a loan.
- Config is
CH_Loans.Config.MinimumPlayerMoneyToLoan
- Added a general max loan amount config.
- Config is
CH_Loans.Config.MaxLoanAmount
- Added a config to require loans to be pending for x amount of time before application can be handled.
- Set with config
CH_Loans.Config.LoanPendingTimeRequirement
- Set to 0 to have no requirement.
- Added config for max pending/active loans at once.
- Config for max pending
CH_Loans.Config.MaxPendingLoans
- Config for max active
CH_Loans.Config.MaxActiveLoans
- Added functionality to earn credit score for being online.
- Enable/disable with
CH_Loans.Config.EnableAutoScoreEarning
- You can set the interval, maximum they can earn and how much they earn per interval.
- Added a cooldown for bankers to handle loans.
- By default the cooldown is 30 minutes.
- Added French translation thanks to XaZ
- Added Polish translation thanks to Antek
- Added support for Better Banking (online & offline payments)