[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

    aPunch

    Citizens only supports permissions systems that support superperms. Most of those don't use the "*" node, so I assume you are using Permissions 2/3 or GroupManager (which are unsupported).
     
  3. Offline

    Starrk

    Could you give us some information on how to use the Questers?
     
  4. Offline

    aPunch

    @fullwall can give you more information. I can only point you towards the current documentation on our wiki. http://wiki.citizensnpcs.net
     
  5. Offline

    unrivaledneo

    Anyone else having problems using this with spout?
     
  6. Offline

    pudd1nG

    @unrivaledneo Yes we are. Get errors reguarding spout, loops over and over saying "please wait while a report is sent to developers". Can run spout and other spout plugins fine without citizens, so I'm pretty positive it's a citizens issue.
     
  7. Offline

    unrivaledneo

    Yea my spout and big brother freaks out when Citizens is turned on.
     
  8. Offline

    aPunch

    I am assuming that Citizens and Spout aren't compatible because both interact with CraftBukkit/Minecraft code. We will try to work out the issues soon.
     
  9. Offline

    colin8696909

    finally updated yaaaaaaaaaa.
     
  10. Offline

    pudd1nG

    @aPunch Thanks for the info. Looking forward to it :)
     
  11. Offline

    skillinazn

    Is there a good way to get the guards to actually attack mobs? My bodyguard just follows me regardless of whether I flag monsters or not =/
     
  12. Offline

    Fr0zenfr0g

    Fix so i can have spout!
     
  13. @fullwall @aPunch @Citizens

    No matter what i do, i always get this message: You don't have permission to do that!
    (even as admin! with * -> not OP)


    Using:
    - PermissionEX 1.14
    - CB 1185
    - Citizens 1.1

    No error messages, everything loaded fine with serverstart!
     
  14. Offline

    cadwal

    Alright. The wiki page and the Exemplar.qst file do not correlate... /quest assign [quest] - There is no quest name, only a UUID. I tried using the UUID, but it tells me there is no quest that name.
     
  15. Offline

    Ralsalerm

    Mmh... How to make that guards attacks players ? I don't understand how to use the flags... Please help me, thanks :)
     
  16. Offline

    pudd1nG


    I am getting the same. Using groupmanager (essentials)
     
  17. Offline

    fullwall

    Uhh... sorry about that, there was an issue with PermissionsEx + bPermissions that made it always default to isOp() - this is fixed in the latest builds.
     
    Terra-Network.org likes this.
  18. Good to know, thx! :)
     
  19. Offline

    thedark54

  20. Offline

    CoffeeOD

    Did you remember to add all NPC types (quester.jar, trader.jar etc..) into "\plugins\Citizens\types\" folder? Only citizens.jar should be in main "\plugins\" folder.
     
  21. Offline

    fullwall

    @thedark54 - as @CoffeeOD said, put all type jars inside Citizens\types instead of the plugin folder.
     
  22. Offline

    thedark54

    Hello, it changes nothing
     
  23. Hey!
    I'm running CB 1185 with citizens 1.1, but when I try to create a NPC it gives me this huge error:

    Code:
    14:22:13 [SEVERE] java.lang.NullPointerException
    14:22:13 [SEVERE]       at org.getspout.spout.player.SpoutCraftPlayer.<init>(Spo
    utCraftPlayer.java:141)
    14:22:13 [SEVERE]       at org.getspout.spout.player.SpoutCraftPlayer.updateBukk
    itEntity(SpoutCraftPlayer.java:993)
    14:22:13 [SEVERE]       at org.getspout.spout.player.SpoutCraftPlayer.getPlayer(
    SpoutCraftPlayer.java:1012)
    14:22:13 [SEVERE]       at org.getspout.spout.SpoutPlayerListener.updatePlayerEv
    ent(SpoutPlayerListener.java:135)
    14:22:13 [SEVERE]       at org.getspout.spout.SpoutPlayerListener.onPlayerTelepo
    rt(SpoutPlayerListener.java:61)
    14:22:13 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$9.execute(Jav
    aPluginLoader.java:300)
    14:22:13 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    14:22:13 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:338)
    14:22:13 [SEVERE]       at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(Cr
    aftPlayer.java:269)
    14:22:13 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC
    (NPCSpawner.java:32)
    14:22:13 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:162)
    14:22:13 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:191)
    14:22:13 [SEVERE]       at net.citizensnpcs.commands.BasicCommands.create(BasicC
    ommands.java:223)
    14:22:13 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    14:22:13 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    14:22:13 [SEVERE]       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    14:22:13 [SEVERE]       at java.lang.reflect.Method.invoke(Unknown Source)
    14:22:13 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    uteMethod(CommandsManager.java:517)
    14:22:13 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    ute(CommandsManager.java:405)
    14:22:13 [INFO] [Citizens] An error has occurred, please wait while it is sent t
    o the developers...
    14:22:15 [INFO] [Citizens] Below is the stacktrace that has been transmitted to
    the developers, no other information has been included other than Citizens versi
    on information.
    14:22:13 [SEVERE]       at net.citizensnpcs.Citizens.onCommand(Citizens.java:200
    )
    14:22:15 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:39)
    14:22:15 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:163)
    14:22:15 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:353)
    14:22:15 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(N
    etServerHandler.java:756)
    14:22:15 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:721)
    14:22:15 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:714)
    14:22:15 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:3
    3)
    14:22:15 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    14:22:15 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:92)
    14:22:15 [SEVERE]       at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetSe
    rverHandler.java:500)
    14:22:15 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    14:22:15 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:464)
    14:22:15 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:374)
    14:22:15 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    14:22:15 [SEVERE] java.lang.ClassCastException: org.bukkit.craftbukkit.entity.Cr
    aftPlayer cannot be cast to org.getspout.spout.player.SpoutCraftPlayer
    14:22:15 [SEVERE]       at org.getspout.spout.player.SpoutCraftPlayer.getPlayer(
    SpoutCraftPlayer.java:1013)
    14:22:15 [SEVERE]       at org.getspout.spout.SpoutPlayerListener.updatePlayerEv
    ent(SpoutPlayerListener.java:135)
    14:22:15 [SEVERE]       at org.getspout.spout.SpoutPlayerListener.onPlayerTelepo
    rt(SpoutPlayerListener.java:61)
    14:22:15 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$9.execute(Jav
    aPluginLoader.java:300)
    14:22:15 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    14:22:15 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:338)
    14:22:15 [SEVERE]       at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(Cr
    aftPlayer.java:269)
    14:22:15 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC
    (NPCSpawner.java:32)
    14:22:15 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:162)
    14:22:15 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:191)
    14:22:15 [SEVERE]       at net.citizensnpcs.commands.BasicCommands.create(BasicC
    ommands.java:223)
    14:22:15 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    14:22:15 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    14:22:15 [SEVERE]       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    14:22:15 [SEVERE]       at java.lang.reflect.Method.invoke(Unknown Source)
    14:22:15 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    uteMethod(CommandsManager.java:517)
    14:22:15 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    ute(CommandsManager.java:405)
    14:22:15 [INFO] [Citizens] An error has occurred, please wait while it is sent t
    o the developers...
    14:22:17 [INFO] [Citizens] Below is the stacktrace that has been transmitted to
    the developers, no other information has been included other than Citizens versi
    on information.
    14:22:15 [SEVERE]       at net.citizensnpcs.Citizens.onCommand(Citizens.java:200
    )
    14:22:17 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:39)
    14:22:17 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:163)
    14:22:17 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:353)
    14:22:17 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(N
    etServerHandler.java:756)
    14:22:17 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:721)
    14:22:17 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:714)
    14:22:17 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:3
    3)
    14:22:17 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    14:22:17 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:92)
    14:22:17 [SEVERE]       at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetSe
    rverHandler.java:500)
    14:22:17 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    14:22:17 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:464)
    14:22:17 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:374)
    14:22:17 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    After that it creates a NPC on some random coordinates. (near the server spawn)
    I'm using Spout but not SpoutCraft.
     
  24. Offline

    crasite

    If anyone really need pex to work with citizens then there is an unrecommended way. Just go to their website and download the dev build
     
  25. Offline

    Matthieu614

    Hello , this plugins is awesome ! But can i have an example of all quest.yml ( i'm french and i don't know to write quest)

    Please , help me :)
     
  26. Offline

    number1_Master

    Code:
    08:00:39 [INFO] Reached end of stream
    08:00:39 [INFO] Reached end of stream
    08:00:39 [INFO] Reached end of stream
    08:00:39 [INFO] Reached end of stream
    08:00:39 [INFO] Reached end of stream
    
    i constantly get this spammed in the console every so often
     
  27. Offline

    fullwall

    @Xickle - yeah, it's a known issue. Trying to sort it out, might need a spout-side fix though.
     
  28. Offline

    fullwall

    @nunber1_Master - yeah, it's a Bukkit thing. Again, trying to sort it out.
     
  29. Offline

    Ralsalerm

    How to do a continuation of quests ? We need more information about the configuration about quests.yml :/
     
  30. Offline

    fullwall

  31. Offline

    mspau86

    I'm using PEX and I'm having issues with my permissions.
    All of my other plugins are working fine and I understand how to use permissions.
    However, unless I am "OP" I cannot do anything. I have added all the permissions, one by one, typing in the full path, and even have * permissions, and it won't work.

    Please help :)
    Thank you.
     

Share This Page