Problem with plugin runnung {SOLVED}

Discussion in 'Bukkit Help' started by CRAZYxMUNK3Y, Sep 26, 2011.

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

    CRAZYxMUNK3Y

    Hi all,

    Today i was quite bored, so i decided to start making a plugin, all went to plan untill i tried running it.

    I used the following tutorial;
    http://www.youtube.com/watch?v=Rkyd45L4eAY
    (Along with numerous others to learn java)

    I was able to save it as .java and there were no errors in eclipse, but when i run the server, i recieved the following errors;

    [SEVERE] Could not load 'plugins\colourchanger.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    The server and the plugin were both made/run of craftbukkit build 1185.

    Is anyone able to help?
    If i can get this right, i might go into more depth and start making more plugins :)

    Thanks
     
  2. Offline

    Supersam654

    There is a forum called Plugin Development for a reason.
     
  3. Offline

    CRAZYxMUNK3Y

    -_- sorry, this is my first post and i completely missed it :(

    Could a mod move it for me?

    Thanks
     
  4. Offline

    Supersam654

    Mods rarely move things. Just put solved in your title and blank out your first post ;)
     
    CRAZYxMUNK3Y likes this.
Thread Status:
Not open for further replies.

Share This Page