Skip to content

lucasxdavii/RankUp-PM5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rankup

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)

API

  • 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%