Skip to content
legoboy0215 edited this page Sep 5, 2015 · 2 revisions

A simple API with all day used functions with improved features (Seriously, maybe???).

Insert this in your code onEnable:
use PMPlugins\SuperAPI\SAPI;

public function onEnable(){
    $this->sapi = SAPI::getInstance();
}