Minecraft pConomy – The simple, developer friendly economy plugin mod 2026 download
logo
minecraft mod pConomy – The simple, developer friendly economy plugin

pConomy – The simple, developer friendly economy plugin

Game Version: CB 1.4.2-R0.2
Total Downloads: 1,391
Updated: Nov 10, 2012
Created: Nov 10, 2012
Download pConomy – The simple, developer friendly economy pluginDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
pConomy 0.1 release 4.71 KB Nov 10, 2012 CB 1.4.2-R0.2 1,391 download pConomy – The simple, developer friendly economy plugin pConomy 0.1 releaseDownload

Description

Share this:

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 🙁

Comments

Add a comment