Skip to content
IvanCraft623 edited this page Jun 16, 2022 · 1 revision

Welcome to the RankSystem wiki!

To perform any action through the API you must obtain an instance of RankSystem

Import RankSystem class.

use IvanCraft623\RankSystem\RankSystem;

Get the instance:

$ranksystem = RankSystem::getInstance();
Clone this wiki locally