[Question]Importable JAR

Discussion in 'Bukkit Help' started by highz, Feb 1, 2011.

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

    highz

    Hi

    I have created a working DeathHook i would like to share this with you guys.
    My idea was to make a JAR that you need to import and just create an new DeathHook like this:
    Code:
    DeathHook hook = new DeathHook(this.getServer().getPluginManager(), onDeath);
    But does the Users/Servers also need that DeathHook.jar?
    I don't think so cause it is build in and it doesn't acces other files so it wont conflict.
    Does somebody know how i can make such a constructer?
    With a pluginmanager (ok thats clear for me :) ) but how can i call the second argument (a void)?

    I seriously need some help of a Plugin Developer :D

    Thanks in Advance
    Highz
     
  2. Offline

    Pezmantbh

  3. Offline

    highz

    Yes sorry.
    I thought i posted there but i was in the wrong forum
     
Thread Status:
Not open for further replies.

Share This Page