Mineuniverse
Log in Register
Plugins

Unlimited Economy API

A simple economy API with no money limit!
by jonodonozym
Download Claim this project
2,804 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools Economy

There are lots of economy plugins out there, but all of them have a max balance of $10 Trillion due to the double number type only being 64 bits. So I decided to make my own economy plugin with no max balance! I've done this by using the BigDecimal class instead of the Double class, since it can have any number of bits!.

 
Important Note:
This does not hook into vault, hence it is incompatible with any plugin that relies on Vault economies. The reason being that this one uses BigDecimal, which can represent any value while all other plugins use the primitive double, which can only go up to 10 Trillion.

This plugin is simply to help speed up development if you want to go above the 10 Trillion limit and don't want to write your own economy plugin.

Installation:

To use this API in your plugin, drop the UEconomy.jar file into your server's plugins directory. Then, add the jar file to your project as an external archive.

Usage:

There following methods are avaliable for use:
UEconomyAPI.addBalance(player, amount)
UEconomyAPI.subBalance(player, amount)
UEconomyAPI.setBalance(player, amount)
UEconomyAPI.getBalance(player)
UEconomyAPI.formatBigDecimal
UEconomyAPI.formatBigDecimalCharacters
for more information look at the javadoc comments for each method

Commands:

/bal
/baltop
/pay
/ueco set [player] [amount]
/ueco add
/ueco sub
for more info do /help UEconomy in-game



That's all the features so far. If there is enough interest for features such as overdrafts, Vault compatibility for amounts under 10T or releasing the source code I might add them.

Unlimited Economy API
MC 1.11
Release 2017-04-20 Get
Unlimited Economy API v1.4
MC 1.11
Release 2017-04-18 Get

You Might Also Like

HyperConomy
The all in one economy and shop plugin.
94,502
Experience Bank II
Experience Bank II
9,883
MySQL Economy Bridge
Sync your economy accounts over many servers using MySQL.
9,832
BuyXP
Links the experience system with your economy plugin.
9,832
McmmoPay
McmmoPay
9,689
MinePermit
Require Players to pay to mine
9,617