Notify all depending plugins

Discussion in 'Plugin Development' started by Julian1Reinhardt, Mar 10, 2014.

Thread Status:
Not open for further replies.
  1. Is it possible to somehow notify all depending plugins to do something? So basically I have my core plugin that should notify all the other plugins with dependence on this plugin to do a special thing. Like calling a function or something like that.
     
  2. Offline

    RainoBoy97

  3. Offline

    amhokies

    You can iterate through all of the plugins on the server, get the PluginDescriptionFile for each plugin, then use the PluginDescriptionFile.getDepend() method to get a list of dependencies for the plugins.
     
Thread Status:
Not open for further replies.

Share This Page