Mineuniverse
Log in Register
Plugins

pConomy - The simple, developer friendly economy plugin

Simple economy with an API for plugin developers.
by smudjy
Download Claim this project
1,830 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools Economy

History & Description

Created for the CurlyBraceProductions Game Server, pConomy is an economy plugin that provides an API for developers. Currently, the only way to add money to a player's account is to either have another plugin hook in to it using its API, or to use the commands built into it.

Commands

  • /pconomy - Base command. Aliases: /eco, /bal, /balance, /money, /pco
  • Sub Commands:

- no sub command = Shows your balance.

- <player> = Shows <player>'s balance.

- set <player> <amount> = Set <player>'s balance to <amount>.

- add <player> <amount> = Add <amount> to <player>'s balance.

- remove <player> <amount> = Remove <amount> from <player>'s balance.

Commands in bold require the permission pconomy.admin to use.

Developer API

The API is currently limited, and will stay this way for a while, until people begin to ask for features.

pConomyAPI api = pConomy.getInstance().getAPI(); // get the API's instance.

if (api.hasBalance(String player, double amount) {
    // code.
}

api.setBalance(String player, double amount); // set player's balance to amount

api.addBalance(String player, double amount); // add amount to player's balance

api.removeBalance(String player, double amount); // remove amount from player's balance

Plugins adding features to pConomy

- None :(

pConomy 0.1
MC CB 1.4.2-R0.2
Release 2012-11-10 Get

More from smudjy

AntiDirectConnect
6,944
SkillMMO
4,928
WorldChat
38,651
QuickReply
1,883
AntiDrops
18,442
MultiCurrency
18,378

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