Skip to content

note3crafter/PC-CoinSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC-CoinSystem

A CoinSystem for Minecraft

#Important This Plugin needs ProjectCore to run!

How to Use the API

$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);