A CoinSystem for Minecraft
#Important This Plugin needs ProjectCore to run!
$c = new CoinAPI;
#Add here coins to a Player
$c->addCoins($player, $amount);
#Remove here Coins from a Player
$c->removeCoins($player, $amount);
#Get here the Coins from a Player. its a String you need the playername!
$c->getCoins($player->getName);