[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

    Stormbow

    Thanks!
     
    Samkio likes this.
  3. Offline

    Block285

    when i download it on my server and i log in to my server and use a command it says
    Command not recognized please try this command /npc help then i did and it said Command not recognized please try this command /npc help everytime i try to do /npc help or any other command HELP ME PLZ :)
    Also link to my youtube so i can get the reply faster :)
    http://www.youtube.com/user/MinecraftBeastlyMon?feature=mhee
     
  4. Offline

    KubaBVB09

    I'm trying to use this plugin in conjunction with Heroes but when I assign a class to an NPC and he is killed it resets his health to 0.0. Is there any way to fix this?
     
  5. Offline

    vasil7112

    Getting many errors! Please fix them
     
  6. Offline

    gameraids20

    I got this error when I created an npc then it crashed my server and corupted citizens files

    10:02:29 [WARNING] Task of 'Citizens' generated an exception
    java.lang.NoSuchMethodError: net.citizensnpcs.resources.npclib.PathNPC.getBukkitEntity()Lorg/bukkit/craftbukkit/entity/CraftPlayer;
    at net.citizensnpcs.resources.npclib.CraftNPC.getBukkitEntity(CraftNPC.java:70)
    at net.citizensnpcs.resources.npclib.HumanNPC.getPlayer(HumanNPC.java:130)
    at net.citizensnpcs.resources.npclib.HumanNPC.getWorld(HumanNPC.java:146)
    at net.citizensnpcs.properties.properties.BasicProperties.loadState(BasicProperties.java:321)
    at net.citizensnpcs.properties.PropertyManager.load(PropertyManager.java:46)
    at net.citizensnpcs.resources.npclib.NPCManager.register(NPCManager.java:161)
    at net.citizensnpcs.Citizens.setupNPCs(Citizens.java:264)
    at net.citizensnpcs.Citizens.access$000(Citizens.java:62)
    at net.citizensnpcs.Citizens$2.run(Citizens.java:127)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:502)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    10:02:29 [INFO] ControllerBlock: Loaded v4 data - 0 ControllerBlocks loaded
    10:02:31 [WARNING] Task of 'LWC' generated an exception
    java.lang.NoSuchMethodError: net.citizensnpcs.resources.npclib.PathNPC.getBukkitEntity()Lorg/bukkit/craftbukkit/entity/CraftPlayer;
    at net.citizensnpcs.resources.npclib.CraftNPC.getBukkitEntity(CraftNPC.java:70)
    at net.citizensnpcs.resources.npclib.CraftNPC.getBukkitEntity(CraftNPC.java:15)
    at org.bukkit.craftbukkit.CraftWorld.getEntities(CraftWorld.java:503)
    at com.griefcraft.modules.flag.MagnetModule$MagnetTask.run(MagnetModule.java:94)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:502)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  7. Offline

    316peti

    i have Citizens 1.1.5 and server version 1.1-R3 but guard don't work i can place them and i can give flags them but i can't remove flags and if i write somebody to whitelist they still attack them. I got this error when i try to delflag:
    Code:
    2012-02-04 19:12:24 [SEVERE] java.lang.NullPointerException
    2012-02-04 19:12:24 [SEVERE]    at net.citizensnpcs.guards.GuardCommands.deleteFlag(GuardCommands.java:240)
    2012-02-04 19:12:24 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-02-04 19:12:24 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    2012-02-04 19:12:24 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2012-02-04 19:12:24 [SEVERE]    at java.lang.reflect.Method.invoke(Method.java:616)
    2012-02-04 19:12:24 [SEVERE]    at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:530)
    2012-02-04 19:12:24 [SEVERE]    at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:407)
    2012-02-04 19:12:24 [SEVERE]    at net.citizensnpcs.Citizens.onCommand(Citizens.java:193)
    2012-02-04 19:12:24 [SEVERE]    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2012-02-04 19:12:24 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    2012-02-04 19:12:24 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:386)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    2012-02-04 19:12:24 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  8. Offline

    HyperStorm

    Hi, sry for my bad english...
    I have a problem with the Quester NPC.
    I have written a quest withe the Questwriter.

    Now i have copy & paste the "quests.yml" to the Citizens Folder on my Server.
    If i type "/quest reload" it will reload 1 quest. Its ok, but how i can assign a quest to the Quester NPC?
    If i type "/quest help" there is no command that says me how i can assign a quest to the Quester.
    There is just "/quest ad ..." but with this i assign ME a quest, not the NPC.

    Is it buggy today or i make it wrong?

    Pls tell me tips :)

    ...
    HyperStorm
     
  9. Offline

    latinolli63

  10. Offline

    HyperStorm

    Do anyone have a answere of my question?
     
  11. Offline

    Sydael

    Will blackmith be able to repair bows?
     
  12. Offline

    MetalJacket320

    Hi, I have a problem with citizen, when I download it and after I do /npc create it's say : please report this error [see console] I test all version of citizens and i don't know why it doesn't work, so please help me.
     
    raviiii likes this.
  13. Offline

    raviiii

    I have the 1.1.5 version and its crashing my server. Please Fix!! :)
     
  14. Offline

    Boltblaster

    It's fixed.

    Edit: Anyone knows anything about my problem? I can't make the guards attack players AT ALL, and there's still the bug that NPCs are not considered as players by the quest system.
     
  15. Offline

    Datenkralle

  16. Offline

    Craig1690

    Why are my NPCs dissapearing after i create them ? please help me !!
     
  17. Offline

    soloman981

    Why everyone can kill my npc with one punch i want them to be immortal even no-pvp region doesnt work is there any way to do it?
     
  18. Offline

    cooltrentcool

    /npc create (name)
     
  19. hey dude the npc skin changer is iinactive do you think you can let us change the skin on them
     
  20. Offline

    abbestyle

    Hello, I know this plugin is great!
    But now, when ive uppgraded, I cant create any new NPC's, It says You need 100$ to do that.
    I need more of what and how can i get it off?
    It's really annoying.
     
  21. Offline

    Blandothegreat

    Hey with quests how do i have 2 quests in the same yml file
     
  22. Offline

    kozmo

    Players Can't Use Traders Without an OP setting.
    Can't get players to buy/sell to traders without an OP setting,
    How can I get around this so as players can trade without having OP status as I don't want everyone to be an OP.

    I have tried many things from editing the plugin.yml in the citizens.jar to my permissions files. nothing seems to work, the only way it does is when they have OP setting.

    Can someone please make a youtube video or please put a copy of the code you have used that fixed this trade problem.

    I see many ppl asking how to fix this but no reply. only people saying add permissions "to where & what"... or make them an OP. none of which is useful.
     
  23. Offline

    Dzejkob

    For a few days, Citizens overloads my server... They worked fine, but for some reason, now the CPU usage is always 100%. When I disabled Citizens, CPU usage came down to 40%. I have about 40 NPCs, my friend told me, that on his server, he has about 120 NPCs, and they haven't got any problem.
     
  24. Offline

    Raggarcowboy

    When I try to assign a quest to a quester, it says "There's no quest by that name" even though it is, I just made a new quest and before that I managed to assign another quest. It worked before I downloaded the new craftbukkit build. Here's my quests.yml;
    Cow Tipper:
    texts:
    description: Hey, you! Kill three cows and get me four beef and I'll give you a reward.
    completion: Goodness gracious!
    acceptance: Thanks a lot, kid!
    repeats: 0
    objectives:
    '0':
    '0':
    type: hunt
    string: 'cow'
    amount: 3
    optional: False
    finishhere: False
    message: I hated those filthy cows...
    '1':
    type: delivery
    materialid: 363
    amount: 4
    npcdestination: 4
    optional: True
    finishhere: True
    message: Now get me my meat!
    rewards:
    '0':
    type: item
    id: 266
    amount: 15
    take: true
    My old house:
    texts:
    description: I need you to go to these coordinates: x= -83 y= 65 z= 178, do it!
    completion: This is all I've got, thank you very much...
    acceptance: Thanks, it means a lot...
    repeats: -1
    objectives:
    '0':
    '0':
    type: move location
    location:
    x: -83
    y: 65
    z: 178
    world: world
    message: This place meant a lot to me...
    rewards:
    '0':
    type: item
    id: 264
    amount: 3
    take: false
     
  25. Offline

    aufdemrand

    Use quotes around your quest name.
     
  26. Offline

    aufdemrand


    citizens.trader.use.trade
     
  27. Offline

    aufdemrand

    Is 40% normal? What other plugins do you have installed?
     
  28. Offline

    aufdemrand

    You just put the second quest below the first. Refer to the wiki for formatting instructions.

    wiki.citizensnpcs.net
     
  29. Offline

    aufdemrand

    Disable the economy in the citizens.yml. Refer to the wiki for more information.

    wiki.citizensnpcs.net
     
  30. Offline

    aufdemrand

  31. Offline

    aufdemrand

    The command is /quester assign [quest name]
     

Share This Page