help! error

Discussion in 'Plugin Development' started by 1337, Jan 16, 2011.

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

    1337

    when i load mine and flamehead269's plugin into bukkit i get this error can anybody help me?
    [​IMG]
     
  2. Offline

    Jonas

    Your constructor of the main class is invalid i suppose. Did you not update ur plugin with the new version?
    Your constructor should be like this:
    Code:
    Public [pluginname] (PluginLoader pluginLoader, Server instance, PluginDescriptionFile desc, File folder, File plugin, ClassLoader cLoader)
    
    Your's is probably like this:
    Code:
    Public [pluginname] (PluginLoader pluginLoader, Server instance, PluginDescriptionFile desc, File plugin, ClassLoader cLoader)
    
    And remeber all classes with "ID" in their names are now "Id"
     
  3. Offline

    1337

    i had the wrong onebut it still does it any help?
     
  4. Offline

    FlameHead269

    yes i know the code is right its just we arent updated thats the probleem :p
     
  5. Offline

    1337

    fixed it :) thanks for your help
     
Thread Status:
Not open for further replies.

Share This Page