Some "fix" to handle money transactions over 2.147.483.647 up to 10.000.000.000.000 (this only applies when using essentials economy system, other systems don't have hard limit as essentials limits it self up to this number). If offered money amount exceeds this amount (yes, there is servers who have so many money ), player will get message informing about that and will prevent rising money over this hard limit.
API For thos who using it, there is some change for increment handling and old get method is marked as deprecated as now new getAmount will return double value instead of int to handle bigger amounts set in config file.