Citizens Plugin Help

Discussion in 'Bukkit Help' started by davidkr, Jan 28, 2013.

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

    davidkr

    Hi i have a problem with citizins. I download everything correctly but the jar file citizensapi.jar gives me this message,

    20:00:08 [SEVERE] Could not load 'plugins/citizensapi-2.0.7-SNAPSHOT.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:52)
    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


    I go into minecraft and try the command "/npc create bob" but this message comes up in consle

    20:03:23 [INFO] Davidkr issued server command: /npc create bob
    20:03:23 [SEVERE] java.lang.NoSuchFieldError: bukkitEntity
    20:03:23 [SEVERE]at net.citizensnpcs.npc.entity.EntityHumanNPC.getBukkitEntity(EntityHumanNPC.java:88)
    20:03:23 [SEVERE]at net.citizensnpcs.npc.entity.HumanController.createEntity(HumanController.java:24)
    20:03:23 [SEVERE]at net.citizensnpcs.npc.AbstractEntityController.spawn(AbstractEntityController.java:28)
    20:03:23 [SEVERE]at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:174)
    20:03:23 [SEVERE]at net.citizensnpcs.command.command.NPCCommands.create(NPCCommands.java:380)
    20:03:23 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    20:03:23 [SEVERE]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    20:03:23 [SEVERE]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    20:03:23 [SEVERE]at java.lang.reflect.Method.invoke(Method.java:597)
    20:03:23 [SEVERE]at net.citizensnpcs.api.command.CommandManager.executeMethod(CommandManager.java:128)
    20:03:23 [SEVERE]at net.citizensnpcs.api.command.CommandManager.execute(CommandManager.java:83)
    20:03:23 [SEVERE]at net.citizensnpcs.api.command.CommandManager.executeSafe(CommandManager.java:152)
    20:03:23 [SEVERE]at net.citizensnpcs.Citizens.onCommand(Citizens.java:158)
    20:03:23 [SEVERE]at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    20:03:23 [SEVERE]at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    20:03:23 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:979)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:897)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:852)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:112)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    20:03:23 [SEVERE]at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Can Someone please send a video or something Please
    I use the latest 1.4.7 Beta Build
    I use a Mac
     
  2. Offline

    evilmidget38

    davidkr The jar file you're downloading doesn't have a plugin.yml, most likely because that's the API jar file. You need the actual plugin. Also, where are you downloading the file from? I don't even see the api jar on the bukkitdev page. Regardless, downloading a correct file should fix the issue: http://dev.bukkit.org/server-mods/citizens/files/
     
  3. Offline

    Butkicker12

    davidkr Moved to correct forum
     
  4. Offline

    davidkr

    it says on its page for the 1.4.6 installation download the dev builds and on the wiki installation page it says to download and put the files in the plugins file.
     
  5. Offline

    davidkr

    wait all good
     
Thread Status:
Not open for further replies.

Share This Page