[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

    Fraserbell

    anyway to get past the spawnlimit?
     
  3. Offline

    EbilCookie

    Which config file is the one that change the cost to create a NPC?
     
  4. I replaced everything again (I had 1.08c already) and now it seems to wok again (as it did earlier) now I need to see if it breaks midway again or not.

    But does anyone know how to remove the NPC limit for a certain group? (Like example: Admins)?
     
  5. Offline

    Lead2Life

    @Fraserball: It's the Citizens.Settings file in the main directory of citizens
    @EbilCookie: It's the Citizens.Economy file in the main directoy of citizens, there you must change basic-npc-create-econplugin=200 and the following ones for example traders
     
  6. Offline

    Meteo

    Code:
    I'm still getting the error where theres a internal console error whenever i try to create a npc.... Using CB 766, essentials 2.2, citizens 1.08c, and have the economy set to true, and none of it still works. I even regenerated the npc folder by deleteing the original and started up my server, but still no solution. Please help :] I posted the error in page 87, just incase u need to see it.
    Still getting this, plus no one posted back an answer...
     
  7. Offline

    EbilCookie

    So if I set all of them to 0 the creation will be free? And do I need use-econplugin to be setted on true so it would work?
    Edit: NVM it worked. Thanks.
     
  8. Offline

    Lead2Life

    Yes I think use-econplugin must be setted true if you want to set a prize for the creation of a npc and for other commands
     
  9. Offline

    EbilCookie

    It worked, thanks
     
  10. Offline

    TheMightyZ4n3

    Hello i'm not sure if I am being stupid or something but every time I try to spawn a npc it says that I don't have the "permissions" to do it. I would greatly appreciate it if somebody wanted to help me. Thank You very much!
     
  11. Offline

    TheMightyZ4n3

    I am running it on Hamachi but from what I have heard they are exactly the same.
     
  12. Offline

    DarKMaKa

    I've got
    Code:
    use-econplugin=true
    use-economy=true
    But NPC spawn and heals don't cost anything and blacksmith won't repair
     
  13. Offline

    ARasputin

    I had this exact problem last night, it was easily fixed by using WorldEdit and WorldGuard (Both found in my signature). I simply used WorldEdit's /butcher command and it took care of the zombies. I then went around and made lanterns using glowstone and fences to light up the town. With WorldGuard you can set it so creatures cannot even spawn inside a set region. It's all very useful if you have the time to read it all on the wiki for the plugins.
     
    watar likes this.
  14. Offline

    Frostbreath

    Lemme get this straight... Is an economy plugin required for this plugin? I am able to do /npc create and all the lot, but as soon as I try /toggle trader is says "your server has not turned economy on for citizens". It happens both at use-econplugin=true and false.
     
  15. Offline

    Adamadz

    Okay i know your recently updated your plugin to stop the errors when using EssentialsEconomy. However when i tryed doing the command
    /npc create ...

    It comes up with this
    I managed to edit the config and make a npc, however i want to be able to trade and so on...

    Please fix i love this plugin :)
     
  16. Offline

    mbsuperstar1

    Simply set use-economy=true..
    This will enable things to cost item ID's and not money, hope this helps. (Found in the same configuration file..)
    Oh, and good job actually attempting to find an answer via config. :)
     
  17. Offline

    watar

    The area is well lit with glowstone and torches but I'll try the WG solution. Thanks for your help :)
     
  18. Offline

    quickclay

    Has anyone else noticed this causing a lot of lag on average (personal) servers beyond 5-6 npcs, especially when npcs are spread out?
     
  19. Offline

    Aeron

    Anyone capable answering me?
     
  20. Update essentials to version 2.2.13+
     
  21. Offline

    footwo

    NPC's will not talk when clicking on them. Also, with talkwhenclose is set to true and a number of phrases for the NPC are defined, they only ever say one phrase one time, and never repeat the other phrases. I don't mean they only repeat one phrase from the choice of phrases, I mean they only say one randomly picked phrase ONCE only and then never speak again.

    This is on CB766.

    Anyone else having this problem?
     
  22. Offline

    mbsuperstar1

    I got my trader to sell slopes just fine.. They hold and equip them.. And asking them to sell just asks for the ID in config.

    The only tiny issue is it calls the item "Dummy" for me :S
     
  23. Offline

    QQCucumber

    Yes, I reported on it a few pages ago. Furthermore, after restarting the server or using the reload command, the 'talkwhenclose' setting resets to false.
     
  24. Someone created an NPC with a name that is too long. NPC names are limited to 15 (I think) characters since the 1.5 update, if you have an NPC with more than 15 characters in their name, then it will cause a bunch of errors and make people crash.

    Sorry if this was already answered, but I didn't see anyone give you any correct information in my quick skim though these couple of pages.
     
  25. Offline

    blutherz

  26. Offline

    Weegee

    Ya. Using the config files from Citizens < 1.0.8, server lag is ... huge. If you right-click on a npc, its message arrives after ~2 minutes - even on a localhost server :| (also affects other actions, like travelling with minecarts, teleporting with WorldEdit's /jumpto, ...)

    Maybe ~200 npcs are just ... too much? :rolleyes:
     
  27. Offline

    quickclay

    I get the following error when I try /npc create with CB766, Essentials 2.2.16, Citizens 1.08c.
    Severe error (open)

    2011-05-13 10:14:37 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'npc' in plugin Citizens v1.0.8
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NoSuchMethodError: com.earth2me.essentials.User.get(Lorg/bukkit/entity/Player;)Lcom/earth2me/essentials/User;
    at com.nijiko.coelho.iConomy.userConverter.usrConv(userConverter.java:14)
    at com.nijiko.coelho.iConomy.system.Account.getBalance(Account.java:49)
    at com.nijiko.coelho.iConomy.system.Account.hasEnough(Account.java:180)
    at com.nijikokun.register.payment.MethodiCo4$iCoAccount.hasEnough(MethodiCo4.java:93)
    at com.fullwall.Citizens.Economy.ServerEconomyInterface.playerHasEnough(ServerEconomyInterface.java:26)
    at com.fullwall.Citizens.Economy.ServerEconomyInterface.hasEnough(ServerEconomyInterface.java:90)
    at com.fullwall.Citizens.Economy.EconomyHandler.canBuy(EconomyHandler.java:117)
    at com.fullwall.Citizens.CommandExecutors.BasicExecutor.onCommand(BasicExecutor.java:51)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-05-13 10:14:46 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'npc' in plugin Citizens v1.0.8
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  28. Offline

    quickclay

    Have you had better luck with later versions (1.08+)?
     
  29. Offline

    Veatbreaker

    i get
    [Warning] cant keep up! did the system time change or is the server overloaded?

    nothings wrong yet besides the slight delay when putting items for sale, but what could be causing this?
     
  30. Offline

    DarKMaKa

    Blacksmith don't want to repair, any help?
     

Share This Page