Unlimited Economy API v1.4

Details

  • Filename
    UEconomy.jar
  • Uploaded by
  • Uploaded
    Apr 18, 2017
  • Size
    15.17 KB
  • Downloads
    242
  • MD5
    a5a36fa7889b795c579914cca2fc2e74

Supported Bukkit Versions

  • 1.11

Changelog

v1.4

  • Fixed NullPointerException when passing in a non-existing player to various methods.

v1.3

  • Greatly improved the format helper methods. Performance is much better, and can now specify the minimum radix / number of decimal places in the BigDecimal output. For the character format, significant figures is used instead.

v1.2

  • Fixed error that prevented balances from saving
  • Reduced save file size to 5%-10% of the original size and changed their format to .txt. Old player balance files are now incompatible. This will be the only time this happens.
  • Added a config.yml file to change how often the /baltop leaderboard is updated, how long to remove offline player's accounts and the number of economy backup files to keep.
  • Added /ueco add and /ueco subtract commands in-game

v1.1

  • Fixed a few nullpointer errors
  • Added support for doubles, integers etc for set, add and subtract methods
  • Added new method formatBigDecimalCharacters, which uses a character instead of scientific notation e.g. 10E+3 becomes 10K