Let your community ascend through ranks with a easy to use configuration file!
- This plugin uses EconomyAPI
- Please report errors to the issues panel (if ur on poggit, this is in github)
- First, import the API
use Taco\RU\API;
- Second, get the api in a variable
$rankup = new API();
- Third, use the api!
$nextRankPrice = $rankup->getNextRankPrice($player);
$currentrank = $rankup->getRank($player);
$rankup->setRank($player, "b");
$nextRank = $rankup->getNextRank($player);
- Enjoy, Made By Taco!