"jar does not contain plugin.yml"

Discussion in 'Plugin Development' started by jasalb236, Nov 7, 2012.

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

    jasalb236

    when I exported my plugin and reloaded the server,
    I got this error message:

    Code:
    20:17:43 [SEVERE] Could not load 'plugins\arena.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
            at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPlug
    inLoader.java:197)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:132)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:229)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:579)
            at org.bukkit.Bukkit.reload(Bukkit.java:183)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18
    5)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:5
    04)
            at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:496)
            at net.minecraft.server.DedicatedServer.al(DedicatedServer.java:251)
            at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:216)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:495)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
            ... 14 more
    The jar file does contain a valid plugin.yml file, but since I updated bukkit I get this error message so does anyone knows why?
     
  2. Offline

    Woobie

    My guess would be that you dont have plugin.yml :)
    Or then there is something wrong with it, may I see what's in it?
     
  3. Offline

    jasalb236

    oh wait: apparently there was some kind of export error that caused this......
    but thanks anyway!
     
Thread Status:
Not open for further replies.

Share This Page