Skip to content

BeeAZ-pm-pl/BedrockCoinAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General


BedrockCoinAPI A New Economy For Pocketmine


For Developers


  • Add Coin
$this->coin = $this->getServer()->getPluginManager()->getPlugin("BedrockCoinAPI");

$this->coin->addCoin($player, "1000"); //You can't use float in amount
  • Reduce Coin
$this->coin = $this->getServer()->getPluginManager()->getPlugin("BedrockCoinAPI");
$this->coin->reduceCoin($player, "1000"); //Like Add Coin you can't use float in amount
  • Get All Coin (Make Top Coin)
$this->coin = $this->getServer()->getPluginManager()->getPlugin("BedrockCoinAPI");
$this->coin->getAllCoin(); //You can make top coin with this
  • My Coin
$this->coin = $this->getServer()->getPluginManager()->getPlugin("BedrockCoinAPI");
$this->coin->myCoin($player);

About

BedrockCoinAPI A New Economy For Pocketmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages