I discovered that some dependencies weren't included in the last jar I uploaded. This may have caused the plugin to straight up not work for you. I hadn't noticed because other plugins on my server were also using the same dependency. This raises another issue: clashing dependencies creating compatibility issues with other plugins after this update. I resolved this issue too by properly shading the dependencies.
Just as a heads-up: the new jar is significantly larger than the old one. This does not mean your server will lag! I had to increase the jar size because I'm creating my own local copy of certain dependencies to evade compatibility issues, as described above. In short: I had to copy a bunch of stuff to make the plugin work again which caused the jar size to explode, I didn't add a million extra listeners or something like that.
Anyway, I hope this quick fix helps those of you who were having issues!
bugfixes: - fixed bug with loan timer crashing if loans expire while player offline
- improved compatibility (known issues with TheNewEconomy): jar now includes shaded dependencies, resolving duplicate dependency conflicts
- solved issue with certain dependencies straight up missing from the last jar file
features: - added /lognow command to dump log files immediately