Plugin Starter Errors

Discussion in 'Plugin Development' started by Bubby4j, Mar 9, 2011.

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

    Bubby4j

    I used the plugin starter, and loaded up the result in eclipse, and I included the Bukkit API. But there's a error in the main java file:
    Code:
    The consturctor JavaPlugin(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is undefined
    On this line of code:
    Code:
    super(pluginLoader, instance, desc, folder, plugin, cLoader)
    How can I fix this?
     
  2. Offline

    madcap

  3. Offline

    Danza

    +1

    Trying make a simple plugin, but bukkit crashing with errors...(sry my bad english)
    Im newbie in Java. Just want to try do something on java. (have exp in C#)
    Can anybody show/give some code of simplest plugin working on 440+ bukkit?
    Me and Bubby4j cant understand how should look structure of plugin for normal load in bukkit.
     
  4. Offline

    madcap

  5. Offline

    Danza

    thanks alot ) saw it long time ago and forgot.. )
     
  6. Offline

    Bubby4j

    Ok, thanks! One more question, What is the best why to test my plugin?
     
  7. Offline

    Nohup

    run a local server on your desktop and access it via localhost
     
  8. Offline

    Bubby4j

    Yeah, I know that part. My question is how do I build my plugin into a jar? I'm new with eclipse.
    [MERGETIME="1299694724"][/MERGETIME]
    I figured it out.
     
Thread Status:
Not open for further replies.

Share This Page