Invalid Plugin.yml

Discussion in 'Plugin Development' started by iamcion, Nov 19, 2013.

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

    iamcion

    ok, so the error is below.
    how the hell do i fix the description thing :( Please help me!

    Code:java
    1. 12:55:26 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0
    2. -b2918jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.0)
    3. 12:55:26 [SEVERE] Could not load 'plugins\GiveWorld.jar' in folder 'plugins'
    4. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    5. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPlug
    6. inLoader.java:247)
    7. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    8. .java:132)
    9. at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.ja
    10. va:241)
    11. at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:21
    12. 9)
    13. at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56)
    14. at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11
    15. )
    16. at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.jav
    17. a:107)
    18. at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java
    19. :393)
    20. at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:5
    21. 83)
    22. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    23. ... 9 more
    24. 12:55:26 [INFO] Preparing level "world"
    25. >
     
  2. Offline

    The_Doctor_123

    Your jar does not contain plugin.yml at its root.
     
  3. Offline

    iamcion

    it was automatically placed in src>main>resources....
    and even when i put it in the root, it still does the same :(
     
Thread Status:
Not open for further replies.

Share This Page