[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

    Damnbored

    Hey sorry I looked through the thread but to no avail. So if I have CB818 will your latest version that is compatible with 860 work?(I am trying to figure this out because I want a version that traders work and don't fall through ground whens server restarts)
     
  3. Offline

    fullwall

    @tustin2121 - g will fix 2, not sure about 3 because I've never seen that issue :S. 1. might be fixed, best to use the WIP version though...
    @Damnbored - yep - please use the WIP version.
     
  4. Offline

    tcvs

    hey can you give any up date just wandering?
     
  5. Offline

    BBFPaco

    WIP version was spamming the console with "True" or something so I had to disable it for now.

    Great plugin, can't wait for NPC Traders to be fully working. :)
     
  6. Offline

    Arjahnq

    I have it setup and working on my server, but whenever I try to "/npc create Steve Hi" it says tat I do not have permission, and I am an op (Permissions not installed), help?
     
  7. Offline

    parker_digg

    Why can we not use numbers and other characters outside the alphabet?
     
  8. Offline

    raddad

    The install went without hitch. Creating a npc resulted in the following errors:


    "An internal error occurred while attempting to perform this command"

    Console:

    Code:
    23:11:47 [WARNING] Missing a prefix or suffix for default
    23:14:16 [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:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    87)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:712)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permiss
    ion(NijikoPermissionsProxy.java:241)
            at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(Nij
    ikoPermissionsProxy.java:224)
            at com.fullwall.Citizens.Permission.permission(Permission.java:79)
            at com.fullwall.Citizens.Permission.isAdmin(Permission.java:37)
            at com.fullwall.Citizens.Permission.canCreate(Permission.java:44)
            at com.fullwall.Citizens.Commands.CommandExecutors.BasicExecutor.onComma
    nd(BasicExecutor.java:45)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
     
  9. Offline

    fullwall

    @raddad - you have an error in your permissions config.
    @parker_digg - please use WIP version for now, there was a bug.
    To all - new commit does better evil npcs.
     
  10. Offline

    raddad


    My plugins:
    23:47:26 [INFO] Plugins: Essentials, EssentialsChat, EssentialsGeoIP, GroupManag
    er, EssentialsProtect, EssentialsSpawn, NoExplode, VoxelSniper, WorldEdit, Permi
    ssions, Citizens

    Could use a hint here please?

    Note: Server in my sigline is my sons, not mine, not the one I'm working on here.
     
  11. Offline

    raddad

    wow, sorry about the dupe... awesome reply time, phenomenal actually.

    Here is my group manager permissions:
    Admin:
    default: false
    permissions:
    - '*'
    - -essentials.protect.damage.*
    - voxelsniper
    - citizens.admin
     
  12. Offline

    fullwall

    @raddad - you need 's around each permission. EG
    Code:
    - 'citizens.admin'
     
  13. Offline

    Simzy

    @fullwall
    I came across a bug when making a trader on my friends server, i input the value for an item, say cocoa beans for example which is item ID 351 but has a damage modifier so that it becomes 351:3 but the problem is that the traders dont recognise this as cocoa beans instead it only recognises it as Ink Sack, am i doing the command wrong by any chance? ive tried using cocoa beans as the item name too but it doesnt work.

    the command i used was /trader sell 351:3 25 is it a bug or is there an actual way to do it?
     
  14. Offline

    ferretlegs

    Hi there, using WIP build from early this morning and I have got the best stability I have ever had with citizens so far. No dropping through ground, no npcs disappearing - its been about 6 hours now so its all looking good. Chat working fine, traders working fine, no lag etc. All looking good (keeping fingers crossed). Only issue so far was when adding a teleport location for existing wizard (addloc), I get a internal command error and crash in log, after that the wizard has disappeared. Normal functionality still works after restart (can tp to existing locations for example). Only other issue as already reported is spam of 'true' message in server log.
    Just letting you know issues as I find them.

    2011-06-12 00:51:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wizard' in plugin Citizens v1.0.8
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at com.fullwall.Citizens.Commands.CommandExecutors.WizardExecutor.onCommand(Unknown Source)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-06-12 00:51:14 [INFO] [Citizens]: true
    2011-06-12 00:51:18 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wizard' in plugin Citizens v1.0.8
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at com.fullwall.Citizens.Commands.CommandExecutors.WizardExecutor.onCommand(Unknown Source)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  15. Offline

    fullwall

    @Simzy - it's a bug with bukkit that I can't control as yet.
     
  16. Offline

    fullwall

    @ferretlegs - thanks, and download the new commit to get rid of 'true' spam. I'll look into that NPE when I can.
    To all - if using the test versions, please specify that in any bug reports, as ferretlegs has done :).
     
  17. Offline

    Me4502

    this is an epic plugin - one of my favourite - but could you please allow names with a _ in them... i want to make some people from the Shodow of Israpheal

    Thanks :D
     
  18. Offline

    Simzy

    Ok ill avoid making a cloth trader for now then, thanks for the reply
     
  19. Offline

    fullwall

    @Me4502 - please use the dev build for now until we can get a stable release out.
     
  20. Offline

    Me4502

    kk Thanks :D

    but i still cant have Swampy_Bogbeard in the game :(
     
  21. Offline

    essy91

    im sorry if this question was already asked sometime(s) but if i make a trader npc only the ops can buy and sell from it! when i click on an npc (right click) it tells me that the npc is selected but i cant open the invetroy of traders to buy/sell plz help!
    i did read de FAQ and there was nothing of my question
     
  22. Offline

    fullwall

    @Me4502 - dev build should fix that.
    @essy91 - make sure your users have citizens.use.trader
     
  23. Offline

    Me4502

    im using dev build - also my console is spamming citizens errors about ENTITY_DEATH
     
  24. Offline

    fullwall

    @Me4502 - please post error.
     
  25. Offline

    Me4502

    how do i copy the error... it doesnt copy for me - heres a picture[​IMG]
     
  26. Offline

    fullwall

    @Me4502 - I'd redownload, looks like you got a bad JAR.
     
  27. Offline

    jeffreylec

    Hey fullwall, has the shift-click+escape fix happened yet?

    In other words, is shift clicking disabled?

    *On the traders*
     
  28. Offline

    Me4502

    redownloaded like 10 times... still happens
     
  29. Offline

    parker_digg

    Looks like it is conflicting with another plugin. What plugins are you using? The "listener" is probably the problem.
     
  30. Offline

    fullwall

    @Me4502 - could be a bad compilation? Try downloading one more time (just committed again).
     
  31. Offline

    hebep

    How correctly to enter a command for NPC the Seller it is desirable on a concrete example.
    /npc trader - and as how further to write?
     

Share This Page