NoSuchMethodException Error Help

Discussion in 'Plugin Development' started by lbjdaking23, Oct 29, 2011.

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

    lbjdaking23

  2. Offline

    coldandtired

    Why are you trying to pass the Banhammer class to its own constructor?
     
  3. Don't use a custom constructor. Use the Bukkit method onLoad()

    Technical reason:

    All JavaPlugins have a special constructor, and if you override it you must super(BunchOfStuffIForget). I have not found a reason to use the constructor over onLoad (yet)
     
Thread Status:
Not open for further replies.

Share This Page