[FUN] Citizens v2.0.11 - Human NPCs for Bukkit [1.7.2]

Discussion in 'Archived: Plugin Releases' started by Citizens, Mar 5, 2011.

  1. Offline

    Citizens

    Citizens - Human NPCs for Bukkit
    Version: 2.0.11
    Authors: @fullwall and @aPunch
    Source: Citizens on GitHub

    Citizens is now on BukkitDev

    This thread will no longer be updated. We encourage you to use our page on BukkitDev. You can find information, links to our wiki and website, and the download page there.

    Showing Your Support

    We work hard to maintain Citizens. We've been working on Citizens2 around the clock on new and exciting features. A little motivation never hurts, so feel free to donate to us - fullwall and aPunch.

    If you can't donate, we appreciate a "hello" every now and then. Stop by the IRC channel #citizens on irc.esper.net to discuss Citizens and give thanks!
     
  2. Offline

    Cheesier

    Okay i found the system you are using, mind telling me how i access the Quester events ? Tried a lot of ways now, and Im just getting confused, so give me a helping hand would you ?

    Edit: The event i wanna catch is "QuestBeginEvent", I just fail to see how...
     
  3. Offline

    aPunch

    You must update all of your NPC type jar files in the Citizens/types directory, as well.
     
  4. My citizens wont speak lol

    i get '*' as "item" to talk-item so it should be "ALL" ? but yet i cant get the damn citizens speak..
    Code:
    range:
      arrow:
        min: 3
        max: 13
      look: 5
      pathfinding: 64.0
    ticks:
      pathing:
        max-stationary: -1
        max-pathing: -1
      saving:
        delay: 72000
        save-often: true
        use-task: true
      waypoints:
        right-click-pause: 70
    general:
      chat:
        format: '[%name%]: '
        default-text: Hello.;How are you today?;Having a nice day?;Good weather today.;Stop hitting me!;I'm bored.;
        selection-message: <g>You selected <y><npc><g> (ID <y><npcid><g>).
        creation-message: <g>The NPC <y><npc><g> was born!
        space-char: /
      colors:
        npc-colour: f
        use-npc-colours: true
      pathing:
        realistic: false
      defaults:
        enable-following: true
        talk-when-close: false
      quick-select: false
      notify-updates: true
      pvp:
        deny:
          attack-disabled-pvp-players: true
    items:
      talk-items: '*'
      select-items: '*'
    debug:
      debug-mode: true
      enable-error-reporting: true
      error-reporting-ident: Anonymous
    economy:
      use-economy: false
      prices:
        basic:
          creation: 100
    
     
  5. Offline

    aufdemrand

    Doesn't look like a config problem. I pasted your configuration into my setup and I could talk to NPCs without any issue. Make sure all files are up to date. Are there any errors posting?
     
  6. well thats the strangest thing, ive used this before and they just dont freaking speak to me :DD i have sentences set for npc's and i get no errors :E
     
  7. Offline

    hikingmonk

    This fixed the problem. I extracted the citizens-1.1.4.zip file into the plugins folder, but all the files are not in the correct subdirectories for this to work. Manually moving them around fixed the error.
     
  8. Offline

    RauX

    Doesn't work... :'(:
    [SEVERE] Error occurred while enabling Citizens v1.1.4 (Is it up to dat
    e?): org/bukkit/event/HandlerList
    java.lang.NoClassDefFoundError: org/bukkit/event/HandlerList
    at net.citizensnpcs.api.event.CitizensEnableTypeEvent.<clinit>(CitizensE
    nableTypeEvent.java:20)
    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:285)
    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:970)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:190)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:355)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:342)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.HandlerList
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 13 more

    PLS HELP!
     
  9. Offline

    Telanis

    I use the Bukkit Build craftbukkit-1.1-R1-20120120.195601-80 and ihr works perfect(Exept the Bouncers dont walk back to her Creationspoint when they kill a Monster)

    Dont know whats your Problem.....
     
  10. Offline

    aPunch

    Please use the proper Craftbukkit build as noted in the title of this thread.
     
  11. Offline

    torso4

    the citizens types folder is empty, so i cant change the type of npc. can you help me?
     
  12. Offline

    gummby8

    Why does the new recommended build not take the old citizens profile file. Nothing changed in the info or formatting from what i can tell.
     
  13. Offline

    Telanis

    @ aPunch I need your Help: I try to create some Bouncers who protect the City.....create no problem.......flags no problem....turn him aggro...no Problem..but then:

    When i spawn a Monster the Bouncer attack the Monster....after he kill the Monster he stand still and dont move back to his Base point. Exept i turn him a) Non-Aggro b) /reload the server c) use the /npc moveto command

    When i read your Wiki ther is:
    Is there some secret Option? Iam blind and have no other Ideas......plz help !
     
  14. Offline

    PureLiquid

    Hi,
    I´m getting this error if i type /npc or ANYTHING /npc related.
    I followed the steps on the wiki, and got the latest build of Citizens and bukkit.
    (well, Citizens says it's an error..)

    Code:
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
    26.01 11:09:44 [Server] SEVERE    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
    26.01 11:09:44 [Server] SEVERE    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:385)
    26.01 11:09:44 [Server] SEVERE    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    26.01 11:09:44 [Server] SEVERE    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    26.01 11:09:44 [Server] SEVERE    at net.citizensnpcs.Citizens.onCommand(Citizens.java:181)
    26.01 11:09:44 [Server] SEVERE    at net.citizensnpcs.resources.sk89q.CommandsManager.hasCommand(CommandsManager.java:254)
    26.01 11:09:44 [Server] SEVERE java.lang.NullPointerException
     
  15. Error: java.lang.NullPointerException: null! This is on my 1.1 server
     
  16. Offline

    Lolmewn

    How do I add Citizens as a dependency with Maven?
    I've tried this:
    Code:
    <dependency>
              <groupId>net.citizensnpcs.Citizens</groupId>
              <artifactId>Citizens</artifactId>
              <version>1.1.2</version>
            </dependency>
    A normal one (Bukkit for example) looks like this:
    Code:
    <dependency>
                <groupId>org.bukkit</groupId>
                <artifactId>craftbukkit</artifactId>
                <version>1.1-R2-SNAPSHOT</version>
            </dependency>
    What should I change? I need this for my plugin, to hook into Citizens.
     
  17. Offline

    RauX

    Now all ok. I had wrong Craftbukkit 1.1 :) Thanks! xD
     
  18. Offline

    DaEgo

    There is a small (new?) bug
    When i use setowner and move
    the NPCs are in PLAYER LIST (press TAB ingame NOT in dynmap! )
    and it looks they are online
    also i can tp to the npc like a player
     
  19. Offline

    Mozart07

    The new version is the error in the Trader.
    If you press both E and the object , then copies the object to inventory.

    sorry for my english
    I hope you understood this post :)
     
  20. Offline

    MoseMister

    there is not a recomended build for 1.1 which you spesify, if you mean the API copy for developers only then that dose not work for me.
    i put in /npc create bob
    and it then comes up saying
    do /npc help to get the correct command (along the lines of)
    so i do /npc help
    it then comes up saying
    do /npc help to get the correct command

    plz help
     
  21. Offline

    Regretfulkarma

    non ops cannot use the trader, blacksmith ect.. so they cant buy or sell things - how can i fix this?
    any help would be very much appreciated :)
     
  22. Offline

    cazzuey

    I still really do not understand how to download this? I got it, unpacked it into my plugins, but all I get are internal errors.
     
  23. Offline

    Dreamskiller

    Does someone know where to find up to date sources ? Github seems not up to date at all ...
    Ok, I shut up. Seems that the NPCListener class is gone, that's why NPCSkin is broken.

    So, technically speaking, no more listeners ? What should we use now to listen to event ?

    For those interested, I modified a bit the NCPSkin plugin, in fact just re-adding the deleted class from citizens. I think the plugin's dev will correctly update later to use the new listener/handler system, but this is currently working (except a known bug ; if you go too far from NPC, they lose their skin, you have to disc/connect again to see correct ones).

    http://files.myopera.com/Dreamskiller/files/NPCSkins modded.zip
     
  24. Offline

    azunyan193

    everything works good but still a problem
    the NPC guard doznt defend enemies
    i set the NPC as guard - bouncer, when player hit it, it ll fight back.
    but the mob just ignore my NPC guard, so my guard doznt start attack by its own.
     
  25. Offline

    Telanis

    First you must flag him with the Monster witch he should attack:

    /guard addflag -m zombie or /guard addflag -m skeleton

    And then you must turn your Guard Aggro /guard aggro

    Then he should attack Monsters automatic! There is only 1 small Bug, when he killed a Monster he doenst walk back to his Basepoint....
     
  26. Offline

    Disparate

    Since the update, whenever I try to edit teh path/waypoitns of an NPC it just says "you can only be in one editor at at time."
    I can use /npc wapoints reset to clear their waypoints butI can't seem to set them anymore =/

    Any suggestions?
     
  27. Offline

    Telanis

    Have found another Bug with Bouncers......

    When you give them Waypoints and turn them into aggro they kill the Monster but after they kill the Monster they dont return to her Waypoints but they still dont move!

    Plz Citizens Team fix that Bug that Bouncers dont move after they killed a Monster in Aggro-Mode! Its frustrating! I only want to create some City Defenders that automatic attack every Monster in the City!

    @Disparate

    On my Server the Waypoints works.....select the NPC, type /npc waypoint, set the Waypoints with leftclick and when all done type /npc waypoint again
     
  28. Offline

    Duncan3242

    Go on Bukkitdev
     
  29. Offline

    TorbenX

    I have a serious error. Citizens refuses to load any of the types to toggle a NPC, such as Trader, Guard, etc. This happened when I updated Bukkit to 1.1. .

    I also updated Citizens after 3 attempts, but it had no types then at all. I used my backup files from the old Citizens (I back up most outdated plugins, just in case) but it didn't work. I redownloaded the types from the official website and it still failed to work.

    FOR SHORT: I am unable to toggle NPC's.

    However, recently (like 20 minutes ago at 27-1-2012) I also got several severe errors, out of which I understood that it was UNABLE to open any of the types.

    Code:
    [Citizens] Loading Citizens v1.1.4.
    2012-01-27 16:19:21 [SEVERE] java.util.zip.ZipException: error in opening zip file
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.open(Native Method)
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.npctypes.CitizensNPCLoader.loadNPCType(CitizensNPCLoader.java:19)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:282)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-27 16:19:21 [SEVERE] java.util.zip.ZipException: error in opening zip file
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.open(Native Method)
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.npctypes.CitizensNPCLoader.loadNPCType(CitizensNPCLoader.java:19)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:282)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-27 16:19:21 [SEVERE] java.util.zip.ZipException: error in opening zip file
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.open(Native Method)
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.npctypes.CitizensNPCLoader.loadNPCType(CitizensNPCLoader.java:19)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:282)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-27 16:19:21 [SEVERE] java.util.zip.ZipException: error in opening zip file
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.open(Native Method)
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.npctypes.CitizensNPCLoader.loadNPCType(CitizensNPCLoader.java:19)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:282)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-27 16:19:21 [SEVERE] java.util.zip.ZipException: error in opening zip file
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.open(Native Method)
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.npctypes.CitizensNPCLoader.loadNPCType(CitizensNPCLoader.java:19)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:282)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-27 16:19:21 [SEVERE] java.util.zip.ZipException: error in opening zip file
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.open(Native Method)
    2012-01-27 16:19:21 [SEVERE]    at java.util.zip.ZipFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at java.util.jar.JarFile.<init>(Unknown Source)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.npctypes.CitizensNPCLoader.loadNPCType(CitizensNPCLoader.java:19)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:282)
    2012-01-27 16:19:21 [SEVERE]    at net.citizensnpcs.Citizens.onEnable(Citizens.java:75)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    2012-01-27 16:19:21 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-01-27 16:19:21 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-27 16:19:21 [INFO] [Citizens] No NPC types loaded.
    2012-01-27 16:19:21 [INFO] [Citizens] Permissions system found (PermissionsBukkit v1.2)
    2012-01-27 16:19:21 [INFO] [Citizens] version [1.1.4] loaded.
    2012-01-27 16:19:21 [INFO] [Citizens] Economy plugin found (iConomy v6)
    2012-01-27 16:19:22 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-01-27 16:19:22 [INFO] Done (13.240s)! For help, type "help" or "?"
    2012-01-27 16:19:22 [INFO] [Citizens] Loaded 21 NPCs.
    
    Any help or instructions?
     
  30. Can a guard defend a person being attacked on a PVP server?
     
  31. Offline

    Tobsy4inc

    It says i paid for it but dosnt spawn it
     

Share This Page