1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved PurePerms with my plugin

Discussion in 'Development' started by ToddyWars, Feb 5, 2019.

  1. ToddyWars

    ToddyWars Spider Jockey

    Messages:
    30
    GitHub:
    ToddyWars
    Code:
    public function onEnable{
    $api = $this->getServer()->getPluginManager()->getPlugin("PurePerms")
    }
     
  2. Gianluxx

    Gianluxx Slime

    Messages:
    94
    GitHub:
    Gianluxx
    public function onEnable(){
    $this->api = $this->getServer()->getPluginManager()->getPlugin("PurePerms");
    }
     
    ToddyWars likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.