promotional bannermobile promotional banner

Unlimited Economy API

A simple economy API with no money limit!

File Details

Unlimited Economy API v1.4

  • R
  • Apr 18, 2017
  • 15.17 KB
  • 242
  • 1.11

File Name

UEconomy.jar

Supported Versions

  • 1.11

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