Switched from using Java double to BigDecimal wherever possible. Vault still uses double for its methods, meaning the maximum balance still should not be increased from its default value, but all calculations are done using BigDecimal and balances are stored using the string representation of BigDecimal. This means that there should never be any rounding errors or precision loss.
Added back /economy reload. It now reloads changes made to the config file and the data file, and re-schedules the repeating baltop update task.
Added console logging. Now any changes that are made to a player's balance will be logged to the console, with the exception of manual data.yml editing.
Added a few more error handlers and corresponding messages into the config file, and removed some redundant ones. Also made some slight tweaks to some comments. You will have to delete your current config and let TheosisEconomy generate a fresh one in order to see these changes.
Made it so that the total combined balance value that shows when /balancetop is used still shows even if there are no players in the list.