plugin.yml Wont Work Try 2 On Bukkt This Time

Discussion in 'Plugin Development' started by MCMatters, Apr 7, 2014.

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

    MCMatters

    Tryed on bukkit, Got Following Error:
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:426) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.PlayerList.<init>(PlayerList.java:63) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.<init>(CraftServer.java:313) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugins(CraftServer.java:351) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO org.bukkit.plugin.UnknownDependencyException: Vault
    07.04 17:34:33 [Server] ERROR Could not load 'plugins/PaidRanks.jar' in folder 'plugins'
    07.04 17:34:33 [Server] INFO ... 9 more
    07.04 17:34:33 [Server] INFO Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:426) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at net.minecraft.server.v1_7_R2.PlayerList.<init>(PlayerList.java:63) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.<init>(CraftServer.java:313) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugins(CraftServer.java:351) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:34:33 [Server] INFO org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    07.04 17:34:33 [Server] ERROR Could not load 'plugins/PermissionsCraft.jar' in folder 'plugins'

    07.04 17:37:19 [Server] INFO ... 9 more
    07.04 17:37:19 [Server] INFO Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    07.04 17:37:19 [Server] INFO at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:426) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at net.minecraft.server.v1_7_R2.PlayerList.<init>(PlayerList.java:63) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.<init>(CraftServer.java:313) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugins(CraftServer.java:351) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit-dev-3032.jar:git-Bukkit-1.7.2-R0.3-8-ga662658-b3032jnks]
    07.04 17:37:19 [Server] INFO org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    07.04 17:37:19 [Server] ERROR Could not load 'plugins/PermissionsCraft.jar' in folder 'plugins'

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  2. Offline

    DrTURTLE2

    You are going to have to show us your plugin.yml...
     
  3. Offline

    MCMatters

    Last edited by a moderator: Jun 7, 2016
  4. Offline

    DrTURTLE2

    Shouldn't this be in bukkit help or something?
     
  5. Offline

    MCMatters

  6. Offline

    Fred12i12i

    the error say: Jar does not contain plugin.yml
    you sure you saved the plugin.yml?
    or that you saved it at the right place in the jar file?
     
  7. Offline

    MCMatters

  8. http://pastie.org/private/agquvxu6f9lnnkfvtfq

    Removed blank lines, changed Permissions to permissions and fixed Author.

    plugin.yml goes in the root of your JAR file.
    E.g. Your contents of your plugin JAR should look like this:
    plugin.yml
    org
    META-INF

    So your plugin.yml is meant to get in the JAR file.

    PaidRanks relies on the plugin Vault, you must install it.

    Not exactly sure what error it's printing, but it's probably because of the stuff I corrected.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  9. Offline

    MCMatters

    My plugin tree is
    PermissionCraft.jar/build.xml, desktop.ini, nbproject, src.
    In nbproject (folder)
    In SRC (Folder) changelog.txt, config.yml, groups.yml, users.yml, plugin.yml, org.
    in src\org: dillan
    in src\org\dillan: permissioncraft
    in src\org\dillan\permissioncraft: data, dataholder , events, PermissionCraft.java (And The Other .java files), permissions, tasks, utils

    KingFaris11

    take org and plugin.yml out of src?

    Fred12i12i KingFaris11

    Shud i try that?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  10. Offline

    MrInspector

    MCMatters you just quintuple posted a little over 30 minutes, i'd just wait or combine them in to one big post. :p
     
    KingFaris11 likes this.
  11. Offline

    xTigerRebornx

    MCMatters your plugin.yml should be in the root of your jar, which is outside of your src folder
     
    KingFaris11 likes this.
Thread Status:
Not open for further replies.

Share This Page