Solved plugin.yml not found?

Discussion in 'Plugin Development' started by mastermustard, Mar 5, 2013.

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

    mastermustard

    Code:
    [SEVERE] Could not load 'plugins\PvEStop.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:247)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217)
        at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
        at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11)
        at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104)
        at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
        ... 9 more
    Code:
    name: PvEStop
    main: com.gmail.btincher99.Main
    version: 1.0
    description: >
                PvEStop blocks pve - Made by MasterMustard
    http://imgur.com/d4RCKB0
     
  2. Offline

    gomeow

    Obviously the jar does not contain the plugin.yml

    Make sure you check it on export
     
  3. Offline

    mastermustard

    oh alright i seem to have forgotten to refresh everything
     
  4. If this is solved, please mark it as solved.
    Thank you.
     
  5. Offline

    gomeow

    It really doesn't matter THAT much...
     
Thread Status:
Not open for further replies.

Share This Page