Mineuniverse
Log in Register
Plugins

EconAPI

Ever needed a simple, clutter-free way to store player's balances between plugins? Then this is for you!
by _ForgeUser11591311
Download Claim this project
591 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

Ever needed a simple, clutter-free way to store player's balances between plugins? Then this is for you!

About

EconAPI is a clean and easy to use API that gives players with large plugins the ability to quickly and easily manage their economies and balances. With this plugin, you can easily get a player's 'Account' instance and manage their balances.

Commands/Permissions

None

Usage

// Get the EconAPI instance
EconAPI api = new EconAPI();

// Get the player's account
Account account = api.getAccount(p); 
// p is the instance of the current player

account.withdraw(100); 
// withdraw 100

account.deposit(20); 
// deposit 20

Integer balance = account.getBalance(); 
// get the accounts new balance

account.setBalance(200); 
// set the account balance to 200
EconAPI v1
MC CB 1.7.2-R0.2
Release 2014-02-09 Get

More from _ForgeUser11591311

QuizMe
999
FullJoin
806
SQL API
790
FindMe
771
SwearMe
664
ChatNet
607

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677