Is there a way to interface with other plungins from mine?

Discussion in 'Plugin Development' started by GLRichard, Feb 24, 2015.

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

    GLRichard

    I am developing a plugin that will include the ability to manage groups/perms from a website, and I am wondering if there is a way to piggyback off of the users existing perms plugin to actually handle the user management server side.

    Is it possible to call functions from another plugin from within mine? I have considered running commands as op through my plugin, but I don't think that is the solution. I have also considered updating the perms database/files directly, but if I am going to do that, I may as well develop my own perms plugin, something I am not interested in doing.

    btw, this is a project my boss is having me do, and he wants a branded plugin that will work for his clients, so unfortunately "use someone else's plugin" is not an option.

    Thanks!
     
  2. Offline

    Gingerbreadman

    @GLRichard add it to your Build path, and then use it xD
     
Thread Status:
Not open for further replies.

Share This Page