3 Plugins wont work together

Discussion in 'Plugin Development' started by DSCxSander, Oct 17, 2016.

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

    DSCxSander

    Hey,

    I've wrote three plugins,

    If I one of these plugins is installed on the server, and the others also are in the plugin directory, displays the following error: Plugin is already intialized.

    Thet dont have the same name..
     
  2. @DSCxSander
    Show us the error log, aswell as the Main classes of all three plugins.
     
    I Al Istannen likes this.
  3. Offline

    I Al Istannen

    @DSCxSander @AlvinB
    And make sure the main classes are not named the same and are not in the same package.
     
  4. Offline

    Zombie_Striker

    With what you described,@DSCxSander , this seems to be your issue. You most likely are using the same package name for all three plugins. Please, make sure they have some differences, such as including the plugin's name to the package (e.g. me.zombiestriker.myplugin)
     
  5. Offline

    DSCxSander

    That was the problem! Thank you.
     
  6. Offline

    Lordloss

    Mark the thread as solved please.
     
Thread Status:
Not open for further replies.

Share This Page