NetworkCoins:
NOTICE: I am aware of an issue with the custom command. My internet is really bad (Australian Internet) due to some issues with Telstra. I am fixing the plugin, hopefully a fix will be released soon <3
Description:
NetworkCoins is a MySQL based currency system intended for use by Networks. It stores your Minecraft's IGN UUID in a MySQL table along with your balance. This plugin allows you to add currency, remove currency, get your balance and or another players and reset a players balance to 0. The plugin comes with its own API so you can integrate it into your own plugins. When you first use the plugin, it will load the config and disable itself because it can't connect to the database. Edit the MySQL info in the config and restart the server. The plugin will automatically create a new table where all the info is stored. PLEASE DO NOT EDIT THE DATABASE! THE PLUGIN WILL NOT FUNCTION CORRECTLY WITHOUT THE CORRECT MYSQL
Commands:
/{command}: View your current balance
/{command} help: View the plugins help
/{command} give (player) (amount): Give a player an amount of coins
/{command} take (player) (amount): Take an amount of coins from a player
/{command} pay (player) (amount): Let a player give another player some of there coins
/{command} reset (player): Reset a players coins
/{command} user (player): Get a players amount of coins
Permissions:
networkcoins.user - Give to use /{your_command} user
networkcoins.give - Give to use /{your_command} give
networkcoins.take - Give to use /{your_command} take
networkcoins.reset - Give to use /{your_command} reset
networkcoins.pay - Give to use /{your_command} pay
networkcoins.admin - Give to see certain messages
Config:
http://pastebin.com/Mym8vrgT
Source: https://github.com/McJoshjr/NetworkCoins

NetworkCoins 0.6
A MySQL based money system for Networks
Recent Updates
- 1.8 Update Feb 15, 2015
- Added the ability to change the command Aug 13, 2014
- Added offline player support, fixed bypass limit Aug 13, 2014