This plugin uses MYSQL to store coins data for each individual player.
You can set the Host, Username and password in the cinfig file.
This plugin can be accessed using an API:
$this->getServer()->getPluginManager()->getPlugin("Coins")->getCoins($player);
$this->getServer()->getPluginManager()->getPlugin("Coins")->setCoins($player, $count);