[Solved]Plugin.yml not in Jar file?

Discussion in 'Plugin Development' started by Nickname97, Sep 5, 2011.

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

    Nickname97

    Bassically, It says the .jar does not contain plugin.yml.

    I am new to the "developer" side of things and am not sure exactly how everything works. I am using Eclipse and I clicked "export" then as a ".jar" file. Is this correct?
     
  2. Offline

    sddddgjd

    Do you have a plugin.yml in your plugin?
     
  3. Offline

    Nickname97

    Yes. I can see it right here.
     
  4. Offline

    Sagacious_Zed Bukkit Docs

    when you export it, make sure you have your plugin.yml checked for export
     
  5. Offline

    Nickname97

    Well I have the main.resources package checked. The plugin.yml is in there.
     
  6. Offline

    Acrobot

    Open your .jar and check if plugin.yml is there.
    If it isn't:
    Go to your workspace, plugin directory, src, check if plugin.yml is there. (In src! Not com.anything)
    If it is:
    well, that means that CB fails. Which is a very, very unlikely event.
     
  7. Offline

    Nickname97

    Solved it! I moved the "plugin.yml" out of the "main.resources" package.
     
Thread Status:
Not open for further replies.

Share This Page