[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

    timee000

    I have a problem.
    When i make a wizard an will type /wizard mode command, i get an error massage that says that is not a valid wizard mode.
     
  3. Offline

    hanfbruder01

    Is it possible that a player on my server have 2 quests at the same time?
    ---- >Can you make ist possible?! It´s very important for our server ;)
     
  4. Offline

    Gongorrian

    Yeah ok but the thing is i want it to be able for a player on my server to buy a Trader NPC put things up for sale and edit that Trader NPC only (and only their NPC not other players NPC's), and the reason i want this is that its far more awesome have one npc which sells multiple items than 50+ signs or chests with signs per player :)
     
  5. i dont know if this is possible :eek: id like that also lol ^^ for example: Quest reward -> gain permission to create 1x trader npc.
     
  6. Offline

    TwolfWD

    I'm also hoping for hostile NPCs for not just quest purposes, but just to populate the world with hostile NPCs that I have some control over. Guards as they are now would work perfectly if they could just be harmed. Evil NPCs server no purpose in my server currently due to their lack of control.
    As for the flags, '-a' adds all entities.
     
  7. Offline

    Altez

    Npc's config:

    npc type: guard
    flag: p -a
    guard type: bouncer

    quest example:

    Bandits:
    texts:
    description: Kill bandits in camp.
    acceptance: Kill them all!
    completion: Good work.
    repeats: -1
    objectives:
    '0':
    '0':
    type: player combat
    amount: 2
    string: Bandit, Bandit2
    rewards:
    '0':
    type: money
    money: 20
     
  8. First: i tried /guard addflag 1 -a <-- says invalid name so if i put p <- does it mean "PLAYER" ?

    Second: does this quest work if i just copy it into my quests? :O
     
  9. Offline

    KubaBVB09

    How can I make NPCs that attack players? I tried using guard but you can't seem to damage the npcs..
     
  10. Offline

    darkmage0252

    Does this support pex? because i gave my players these permission nodes
    - citizens.quester.use.quests.status
    - citizens.quester.use.quests.abort
    - citizens.quester.use.quests.help
    - citizens.quester.use.quests.view

    yet they cant do /quest abort or quest status or anything else
    how can i fix this?
     
  11. Offline

    DaEgo

    ur trader cannot sell items with prefix,
    can u fix that please ?

    Logs (example) work: 17 , dont work: 17:1 17:2
    Bricks 98 : 1 2
    Slabs 44 : 1 2 3 4 5
    Leafs 18 : 1 2 3
    saplings 6 : 1 2
    shrub/grass/fern 31 : 1 2
    Dye colors 351 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    Wool Colors 35 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    Pistonbase 33:7 ?
    Stickypistonbase 29:7 ?

    and,

    it would be a great help if u can edit the "trader stocking" with
    item identification while editing
    so the only thing we have to do is, drop that item in to the trader window and he
    ask only : how many items ?
    we write 10
    and he ask : what price ?
    we write : 15.75

    the showcase mod does that with the questions after setup a showcase
    and what u enter in chat "without / or (" he add that in his plugin and not to the chat

    thx !
     
  12. Offline

    Altez

    Guard must be bouncer and has flag - /guard af p -a
    p - player
    a - all
    If you want check if it work just change owner
     
  13. Offline

    quickclay

    Pathing seems screwy.. after about the 6-7th waypointm I start getting the message "Must be within 16 blocks of last waypoint" or something similar, regardless of how close I am to previous waypoint. At some point, the only waypoints it'll accept are one block away from previous. Pretty sure it's a bug. Issue also listed on tracker at bukkitdev. CB1596, Cit 1.1.3
     
  14. Offline

    jjp5

    how do you find the citizens
     
  15. Offline

    DaEgo

    edit the range inside config
    maybe than it works ?
     

  16. I have it 64 blocks and it works just fine.
    in Citizens.yml:
    first section:

    range:
    arrow:
    min: 4
    max: 15
    look: 3
    pathfinding: 64.0


    I dont know though what does "arrow" Min: and Max: mean?
     
  17. Offline

    Raffle

    Hey guys i'm getting an error when i try to create a npc:

    Code:
    2011-12-22 23:13:37 [SEVERE] java.lang.NullPointerException
    2011-12-22 23:13:37 [SEVERE]     at com.iCo6.system.Queried.useMiniDB(Queried.java:92)
    2011-12-22 23:13:37 [SEVERE]     at com.iCo6.system.Queried.hasAccount(Queried.java:237)
    2011-12-22 23:13:37 [SEVERE]     at com.iCo6.system.Accounts.exists(Accounts.java:10)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.resources.register.payment.methods.iCo6.hasAccount(iCo6.java:59)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.Economy.playerHasEnough(Economy.java:46)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.Economy.hasEnough(Economy.java:91)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.commands.BasicCommands.create(BasicCommands.java:211)
    2011-12-22 23:13:37 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-12-22 23:13:37 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-12-22 23:13:37 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-12-22 23:13:37 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:530)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:407)
    2011-12-22 23:13:37 [SEVERE]     at net.citizensnpcs.Citizens.onCommand(Citizens.java:200)
    2011-12-22 23:13:37 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-12-22 23:13:37 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    2011-12-22 23:13:37 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2011-12-22 23:13:37 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-12-22 23:13:51 [SEVERE] java.lang.NullPointerException
    2011-12-22 23:13:51 [SEVERE]     at com.iCo6.system.Queried.useMiniDB(Queried.java:92)
    2011-12-22 23:13:51 [SEVERE]     at com.iCo6.system.Queried.hasAccount(Queried.java:237)
    2011-12-22 23:13:51 [SEVERE]     at com.iCo6.system.Accounts.exists(Accounts.java:10)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.resources.register.payment.methods.iCo6.hasAccount(iCo6.java:59)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.Economy.playerHasEnough(Economy.java:46)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.Economy.hasEnough(Economy.java:91)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.commands.BasicCommands.create(BasicCommands.java:211)
    2011-12-22 23:13:51 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-12-22 23:13:51 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-12-22 23:13:51 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-12-22 23:13:51 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:530)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:407)
    2011-12-22 23:13:51 [SEVERE]     at net.citizensnpcs.Citizens.onCommand(Citizens.java:200)
    2011-12-22 23:13:51 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-12-22 23:13:51 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    2011-12-22 23:13:51 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2011-12-22 23:13:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Can someone help me?
     
  18. Offline

    Blackswordsman

    This error happens whenever I click on a Quest NPC.

    Code:
    14:00:13 [SEVERE] Could not pass event ENTITY_TARGET to Citizens
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
            at java.util.ArrayList.RangeCheck(ArrayList.java:547)
            at java.util.ArrayList.get(ArrayList.java:322)
            at net.citizensnpcs.questers.Quester.fetch(Quester.java:167)
            at net.citizensnpcs.questers.Quester.fetchFromList(Quester.java:171)
            at net.citizensnpcs.questers.Quester.attemptAssign(Quester.java:140)
            at net.citizensnpcs.questers.Quester.onRightClick(Quester.java:71)
            at net.citizensnpcs.resources.npclib.HumanNPC.callRightClick(HumanNPC.java:73)
            at net.citizensnpcs.listeners.EntityListen.onEntityTarget(EntityListen.java:114)
            at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:746)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.citizensnpcs.listeners.PlayerListen.onPlayerInteractEntity(PlayerListen.java:84)
            at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:342)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:903)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Here is the NPC quest code for the NPC that I click on:

    Code:
    Hunters_Guild_Recruit:
        texts:
            description: So you want to be a Monster Hunter? Go slay some Zombies and return to me, then we will see if you have what it takes.
            completion: <g>I didn't think you could do it, but welcome to the Guild.
            acceptance: Talk to me when you have completed your task.
        repeats: 1
        objectives:
            '0':
                '0':
                    type: hunt
                    string: 'Zombie'
                    amount: 5
                    message: Monsters slain \o/.
        rewards:
            '0':
                type: rank
                rank: 'Monster Hunter'
     
  19. Offline

    jerebear007

    It Does This when i type /npc create Steven Hello

    Code:
    20:49:12 [INFO] JereMunch used command "/npc create Steven Hi"
    20:49:12 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/Packet17E
    ntityLocationAction
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.npclib.PathNPC.<init>(Path
    NPC.java:31)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.npclib.PathNPC.<init>(Path
    NPC.java:51)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.npclib.CraftNPC.<init>(Cra
    ftNPC.java:16)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC
    (NPCSpawner.java:75)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:159)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:189)
    20:49:12 [SEVERE]       at net.citizensnpcs.commands.BasicCommands.create(BasicC
    ommands.java:226)
    20:49:12 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    20:49:12 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    20:49:12 [SEVERE]       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    20:49:12 [SEVERE]       at java.lang.reflect.Method.invoke(Unknown Source)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    uteMethod(CommandsManager.java:530)
    20:49:12 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    ute(CommandsManager.java:407)
    20:49:12 [SEVERE]       at net.citizensnpcs.Citizens.onCommand(Citizens.java:200
    )
    20:49:12 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:40)
    20:49:12 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:163)
    20:49:12 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:364)
    20:49:12 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(N
    etServerHandler.java:756)
    20:49:12 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:721)
    20:49:12 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:714)
    20:49:12 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:3
    3)
    20:49:12 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    20:49:12 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:92)
    20:49:12 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    20:49:12 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:516)
    20:49:12 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:414)
    20:49:12 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    20:49:12 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.ser
    ver.Packet17EntityLocationAction
    20:49:12 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    20:49:12 [SEVERE]       at java.security.AccessController.doPrivileged(Native Me
    thod)
    20:49:12 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    20:49:12 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:36)
    20:49:12 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:24)
    20:49:12 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    20:49:12 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    20:49:12 [SEVERE]       ... 27 more
    20:49:39 [INFO] [JeZus! Sayz] The Only Ranked Members are WadeTheBuilder And Jer
    eMunch At The Time Apply!
    20:51:39 [INFO] [JeZus! Sayz] Talk To Your Superiors And Get A JOB You Low Life
    Hobo....?
    20:53:19 [INFO] JereMunch used command "/npc create Steven"
    20:53:19 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/Packet17E
    ntityLocationAction
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.npclib.PathNPC.<init>(Path
    NPC.java:31)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.npclib.PathNPC.<init>(Path
    NPC.java:51)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.npclib.CraftNPC.<init>(Cra
    ftNPC.java:16)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC
    (NPCSpawner.java:75)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:159)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:189)
    20:53:19 [SEVERE]       at net.citizensnpcs.commands.BasicCommands.create(BasicC
    ommands.java:226)
    20:53:19 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    20:53:19 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    20:53:19 [SEVERE]       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    20:53:19 [SEVERE]       at java.lang.reflect.Method.invoke(Unknown Source)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    uteMethod(CommandsManager.java:530)
    20:53:19 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    ute(CommandsManager.java:407)
    20:53:19 [SEVERE]       at net.citizensnpcs.Citizens.onCommand(Citizens.java:200
    )
    20:53:19 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:40)
    20:53:19 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:163)
    20:53:19 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:364)
    20:53:19 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(N
    etServerHandler.java:756)
    20:53:19 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:721)
    20:53:19 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:714)
    20:53:19 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:3
    3)
    20:53:19 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    20:53:19 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:92)
    20:53:19 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    20:53:19 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:516)
    20:53:19 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:414)
    20:53:19 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    20:53:19 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.ser
    ver.Packet17EntityLocationAction
    20:53:19 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    20:53:19 [SEVERE]       at java.security.AccessController.doPrivileged(Native Me
    thod)
    20:53:19 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    20:53:19 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:36)
    20:53:19 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:24)
    20:53:19 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    20:53:19 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    20:53:19 [SEVERE]       ... 27 more
    20:53:39 [INFO] [JeZus! Sayz] Want To Help And Add To The Power Of Ranks? Talk T
    o WadeTheBuilder Or JereMunch
    20:53:45 [INFO] JereMunch used command "/npc create Steven hi DuoCraft"
    20:53:45 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/Packet17E
    ntityLocationAction
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.npclib.PathNPC.<init>(Path
    NPC.java:31)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.npclib.PathNPC.<init>(Path
    NPC.java:51)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.npclib.CraftNPC.<init>(Cra
    ftNPC.java:16)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCSpawner.spawnNPC
    (NPCSpawner.java:75)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:159)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.npclib.NPCManager.register
    (NPCManager.java:189)
    20:53:45 [SEVERE]       at net.citizensnpcs.commands.BasicCommands.create(BasicC
    ommands.java:226)
    20:53:45 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    20:53:45 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    20:53:45 [SEVERE]       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    20:53:45 [SEVERE]       at java.lang.reflect.Method.invoke(Unknown Source)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    uteMethod(CommandsManager.java:530)
    20:53:45 [SEVERE]       at net.citizensnpcs.resources.sk89q.CommandsManager.exec
    ute(CommandsManager.java:407)
    20:53:45 [SEVERE]       at net.citizensnpcs.Citizens.onCommand(Citizens.java:200
    )
    20:53:45 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:40)
    20:53:45 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:163)
    20:53:45 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:364)
    20:53:45 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(N
    etServerHandler.java:756)
    20:53:45 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:721)
    20:53:45 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:714)
    20:53:45 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:3
    3)
    20:53:45 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    20:53:45 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:92)
    20:53:45 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    20:53:45 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:516)
    20:53:45 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:414)
    20:53:45 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    20:53:45 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.ser
    ver.Packet17EntityLocationAction
    20:53:45 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    20:53:45 [SEVERE]       at java.security.AccessController.doPrivileged(Native Me
    thod)
    20:53:45 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    20:53:45 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:36)
    20:53:45 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:24)
    20:53:45 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    20:53:45 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    20:53:45 [SEVERE]       ... 27 more
     
  20. Offline

    Stormbow

    I appear to have a problem with the selection of NPCs. When I right click an NPC, there's no selection message displayed. I thought I had all the config and permissions right, but apparently not. I saw that the "select item" is '*', but no matter what I have or don't have in my hand, there's no message to announce the NPC is selected.

    Can anyone walk me through what I -should- be doing to see the selection message?
     
  21. Offline

    Mario_987

    Can you help me? I get this error when i write /npc create Notch:
    Code:
    07:42:00 [SEVERE] Could not pass event PLAYER_MOVE to MineQuest
    java.lang.NullPointerException
        at org.monksanctum.MineQuest.Listener.MineQuestPlayerListener.onPlayerMove(MineQuestPlayerListener.java:93)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:302)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:181)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
     

  22. creating an NPC costs, u must go to citizens.yml and change the prices to 0 or false on economy use so u dont use money. I believe this causes the error
     

  23. MineQuest bug , not related to this plugin?
     
  24. Offline

    nalesnik

    Same as me any help?
     
  25. Offline

    darkmage0252

    i fixed it by turning on superperms support in the pex config
     
  26. Offline

    Mario_987

    Oh yeah, thanks semirotta
     
  27. Offline

    Stormbow

    Are the Guard/Bodyguard and Guard/Bouncer broken? Anyone mind posting the sequence of commands to create these correctly?

    The only thing I've been able to get to work so far has been a Blacksmith. -.-

    Bodyguard does nothing but follow me around. Bouncer runs around and very, very slowly attacks things, never returns to his starting spot. I mean, seriously, it's like 1 attack every 10 seconds or more. Is there a new configuration option I missed for that or something? 6 months ago they were raping, pillaging, and plundering everything that came near my city gates...

    Nevermind the Bouncer. He went on strike and decided he's not killing shit anymore either.
     
  28. Offline

    nalesnik

    Doesn't help?
     
  29. Offline

    DaEgo

    i get this spam in my console for each NPC i think (65 times)
    [INFO] Fetching addPacket for removed entity: CraftItem
    if i delete this plugin , the messages are gone
    can u fix that pls ?
    thx
    CB 1611

    and plz move that site
    or better, add this in first post plz
    https://github.com/fullwall/Citizens/wiki/Permissions
     
  30. Offline

    hiro24

    Hmm.. this seems odd. I think one of the admins may have updated citizens today and now, players can suddenly kill NPCs. Is this a new thing? If so, can I disable it? Will they respawn on their own? They still seem to "talk", even though they aren't there anymore as they are dead. Also it causes a bit of an exploit w/ traders dropping their wares.
     
  31. Offline

    paully104

    @Citizens Are the permission nodes up to date? I cannot get anyone to interact with traders at all, using the following
    Code:
            - citizens.trader.use.list
            - citizens.quester.use.quests.view
            - citizens.quester.use.quests.status
            - citizens.quester.use.quests.status
            - citizens.trader.use
            - citizens.quester.use
            - citizens.use.*
    Error resolved used permissions at: https://github.com/fullwall/Citizens/wiki/Permissions
     

Share This Page