Gettings all Plugins commands and permissions. (PluginManager?)

Discussion in 'Plugin Development' started by Cloaking_Ocean, Apr 24, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Cloaking_Ocean

    So I've been asked by someone how I could make a help plugin such as essentials. I thought that by getting the PluginManager and just getting all the plugins, going into a for loop for each, getting each command and permission from each plugin, and then saving all the commands and permissions into a hashmap or something. The problem with this is that once you get a Plugin there's no method like getCommands() or getPermissions(). Any help is appricated and thanks in advanced.
     
  2. Offline

    Deleted user

Thread Status:
Not open for further replies.

Share This Page