Jar does not contain plugin.yml

Discussion in 'General Help' started by lug, Nov 4, 2014.

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

    lug

    Hi there,
    Having some trouble with my plugin that I have made.
    whenever I start it, I get this error
    [18:08:52] [Server thread/ERROR]: Could not load 'plugins/Recipes.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[minecraft_server.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [minecraft_server.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [minecraft_server.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [minecraft_server.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [minecraft_server.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 6 more

    When I extract it with WinWar, it is in the .jar file?
    Any ideas?

    Sorry I believe that this is in the wrong section, you may delete this.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
Thread Status:
Not open for further replies.

Share This Page