[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

    RyderXF

    This is NOT working with R4 -.-
     
  3. Offline

    Ei3N

    works fine for me with CB 1938 R4 ;)
     
  4. Offline

    pigrocket

    Lots of stuff with this plugin seems to be broken, such as equips and things. I hope you don't stop developing it.
     
  5. Offline

    Medic0987

    Yes PLEASE fix please please please :(! :'(
     
  6. Offline

    Medic0987

    Equip works fine for me on 1.1-r4.... its the types of citizens thats screwed
     
  7. Traders, guards and wizards works fine for me. Haven't tried the others yet.
     
  8. Offline

    Medic0987

    How did u assign the types to the npc's?
     
  9. Offline

    pigrocket

    My mistake, I really should have tested the things I thought were broken first. After restarting my server everything worked perfectly. You guys are awesome!
     
  10. /toggle trader/wizard/guard
    then just
    /guard bouncer, or what you want.
     
  11. Offline

    jasperdekiller

    hey the plugin donĀ“t works by me :(
     
  12. Offline

    Nilinking

    does anyone in here knows how to set the whitelist of a guard? i want him to atack everything except the player named Nil
     
  13. /guard addflag -p -Nil
     
  14. Offline

    Medic0987

    THANK U ALMIGHTY LORD! U SIR DESERVE A DIAMOND! THANK U THANK U!
    [diamond]
     
  15. Just disable caps and we'll call it even ;)
     
  16. Offline

    Medic0987

    Hey you wouldnt happen to know how to make quests? because currently I cant make any
     
  17. Offline

    DaEgo

    omg where is the unwatch button ?
     
  18. It's hard to explain it better than their own example quest here:
    http://wiki.citizensnpcs.net/1.x/Basic_Example_Quests

    The important part to know when doing quests is that you have to make the quest in the quest-file. After that's done you can reload citizens and assign one of the quests that exists to an npc.

    So you can't create an npc and create his quest in-game. The quest must exist already.

    If there is anything else, just ask. :)
     
  19. Offline

    Nilinking

    yeap i tested that but its not working... it says -n is not a valid type... the pugin is getting the (-n)il intead of the entire -NIL any ideas to fix this?

    EDIT: also, when i try to add the player tigredragon it says d is not a valid type, and so on whit diferent names
     
  20. Offline

    Crosstieger

    I always get the message: You dont have permission to do that, when i try to use an command from the plugin like /npc or /citizens. IĀ“m in the Admin Group and the only permission I had is '*'. So normaly I can use any command that is available. I use the latest version of the Plugin and the permission yeti plugin.
     
  21. Offline

    Nilinking

    im using bpermision and the commands are working fine, maybe is because of your permission plugin? also, if youre op the plugin gives you all the perms by default
     
  22. Offline

    Crosstieger

    Hmm.. I never had any problems with an older version of citizens.
    I tryed to install the bpermision but the i can start my server couse the server cant enable any plugin. I only get an error floting:
    Code:
    java.lang.NoClassDefFoundError: de/bananaco/permissions/Permissions
        at be.Balor.Listeners.ACPluginListener.onPluginEnable(ACPluginListener.java:73)
        at org.bukkit.plugin.java.JavaPluginLoader$49.execute(JavaPluginLoader.java:608)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1064)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Now I installed the Yeti Permission again and it works very well. I dont know what was wrong..
     
  23. Offline

    Crosstieger

    Ok somthing is wrong with the Plugin... Now I get another errormessage when i use the citizens command:
    Code:
    2012-02-20 20:00:39 [SEVERE] java.lang.NoSuchMethodError: net.citizensnpcs.resources.npclib.PathNPC.getBukkitEntity()Lorg/bukkit/craftbukkit/entity/CraftPlayer;
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.resources.npclib.CraftNPC.getBukkitEntity(CraftNPC.java:70)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.resources.npclib.HumanNPC.getPlayer(HumanNPC.java:130)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.resources.npclib.HumanNPC.getWorld(HumanNPC.java:146)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.resources.npclib.NPCSpawner.despawnNPC(NPCSpawner.java:107)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.commands.BasicCommands.clean(BasicCommands.java:115)
    2012-02-20 20:00:39 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-02-20 20:00:39 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-02-20 20:00:39 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-02-20 20:00:39 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:530)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.resources.sk89q.CommandsManager.execute(CommandsManager.java:407)
    2012-02-20 20:00:39 [SEVERE]    at net.citizensnpcs.Citizens.onCommand(Citizens.java:220)
    2012-02-20 20:00:39 [SEVERE]    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2012-02-20 20:00:39 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    2012-02-20 20:00:39 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:386)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    2012-02-20 20:00:39 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  24. Tried putting the names in brackets "" ? Like -p -"nil"?

    Or

    /guard delflag [name] [-g,m,p] (-a) - delete a flag from a guard
     
  25. Offline

    gabizou

    I've got tons of plugins running that would normally be bound to break and right now I'm using 1.1R4 with Citizens 1.1.5 I haven't tested 1.1.6 but 1.1.5 works perfectly.
     
  26. Offline

    Medic0987

    I think your going to be my go to guy for this plugin XD
     
  27. Offline

    Medic0987

    Hey, I have run into another issue, I tryed to have 2 Quests and I had it like this:

    Code:
    "Alvor's Quest":
        texts:
            description: "<g>Alvor: <y> I could use some iron ingot for my forge... mind getting me some?"  # Uses color codes to color text
            completion: "Thanks! <g>You have gained 100 exp and 150 Septims for completing the quest."
            acceptance: "Great! Please check the quest status to see the materials I need."
        repeats: -1  # May be repeated an unlimited amount of times.
        delay: 2880  # 1440 minutes is equal to 24 hours.  Cannot repeat until this amount of time.
        objectives:
            '0':
                '0':
                    type: collect    # First objective is a collection quest.
                    materialid: 265  # Iron_Ingot
                    amount: 10        # Must collect 10.
                    message: "That's enough iron!"
        rewards:
            '0':
                type: money      # Rewards the player money when objectives are complete.
                money: 150           
            '1':
                type: command    # Executes a command for reward
                command: xp <player> 100    # Gives the player 100 experience
                server: true    # Uses console permission to execute the command.
    


    That quest works for my NPC. I tryed to add a quest below that and it didnt work, it actually made all my NPC's not visable after I reloaded the config with the NEW quest below the first... i took the second quest out and all my NPCS came back after another reload.
     
  28. Offline

    DaEgo

    This Plugin is not compatible with newest update
    CB 1943 (http://dl.bukkit.org/downloads/craftbukkit) is the last version it works with plugin
    please update
    thx
    Show Spoiler

    Code:
    Error occurred while enabling Citizens v1.1.6 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.event.Event.<init>(Ljava/lang/String;)V
        at net.citizensnpcs.api.event.CitizensEvent.<init>(CitizensEvent.java:9)
        at net.citizensnpcs.api.event.CitizensEnableTypeEvent.<init>(CitizensEnableTypeEvent.java:12)
        at net.citizensnpcs.Citizens.loadNPCTypes(Citizens.java:312)
        at net.citizensnpcs.Citizens.onEnable(Citizens.java:78)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:364)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:221)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:204)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    

    and
    Show Spoiler

    Code:
    2012-02-21 05:14:49 [INFO] [Citizens] Report this error ASAP.
    2012-02-21 05:14:49 [SEVERE] java.lang.NullPointerException
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Settings.getBoolean(Settings.java:35)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.utils.Web.disableErrorReporting(Web.java:35)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Citizens.onDisable(Citizens.java:174)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:369)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:382)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:375)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:216)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:385)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:465)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-21 05:14:49 [INFO] [Citizens] Report this error ASAP.
    2012-02-21 05:14:49 [SEVERE] java.lang.NullPointerException
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Settings.getBoolean(Settings.java:35)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<init>(CreatureNPCType.java:57)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<clinit>(CreatureNPCType.java:24)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.Class.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.System$2.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.util.EnumMap.getKeyUniverse(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.util.EnumMap.<init>(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureTask.<clinit>(CreatureTask.java:22)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Citizens.onDisable(Citizens.java:177)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:369)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:382)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:375)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:216)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:385)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:465)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-21 05:14:49 [INFO] [Citizens] Report this error ASAP.
    2012-02-21 05:14:49 [SEVERE] java.lang.NullPointerException
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Settings.getInt(Settings.java:45)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<init>(CreatureNPCType.java:58)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<clinit>(CreatureNPCType.java:24)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.Class.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.System$2.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.util.EnumMap.getKeyUniverse(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.util.EnumMap.<init>(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureTask.<clinit>(CreatureTask.java:22)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Citizens.onDisable(Citizens.java:177)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:369)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:382)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:375)
    2012-02-21 05:14:49 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:216)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:385)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:465)
    2012-02-21 05:14:49 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-21 05:14:49 [INFO] [Citizens] Report this error ASAP.
    2012-02-21 05:14:49 [SEVERE] java.lang.NullPointerException
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.Settings.getInt(Settings.java:45)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<init>(CreatureNPCType.java:59)
    2012-02-21 05:14:49 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<clinit>(CreatureNPCType.java:24)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.Class.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.lang.System$2.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:49 [SEVERE]     at java.util.EnumMap.getKeyUniverse(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at java.util.EnumMap.<init>(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureTask.<clinit>(CreatureTask.java:22)
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.Citizens.onDisable(Citizens.java:177)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:369)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:382)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:375)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:216)
    2012-02-21 05:14:50 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:385)
    2012-02-21 05:14:50 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:465)
    2012-02-21 05:14:50 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-21 05:14:50 [INFO] [Citizens] Report this error ASAP.
    2012-02-21 05:14:50 [SEVERE] java.lang.NullPointerException
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.Settings.getString(Settings.java:55)
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<init>(CreatureNPCType.java:60)
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureNPCType.<clinit>(CreatureNPCType.java:24)
    2012-02-21 05:14:50 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-02-21 05:14:50 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at java.lang.Class.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at java.lang.System$2.getEnumConstantsShared(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at java.util.EnumMap.getKeyUniverse(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at java.util.EnumMap.<init>(Unknown Source)
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.resources.npclib.creatures.CreatureTask.<clinit>(CreatureTask.java:22)
    2012-02-21 05:14:50 [SEVERE]     at net.citizensnpcs.Citizens.onDisable(Citizens.java:177)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:369)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:382)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:375)
    2012-02-21 05:14:50 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:216)
    2012-02-21 05:14:50 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:385)
    2012-02-21 05:14:50 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:465)
    2012-02-21 05:14:50 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-21 05:14:50 [SEVERE] Error occurred while disabling Citizens v1.1.6 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.event.Event.<init>(Ljava/lang/String;)V
        at net.citizensnpcs.api.event.CitizensEvent.<init>(CitizensEvent.java:9)
        at net.citizensnpcs.api.event.CitizensDisableEvent.<init>(CitizensDisableEvent.java:9)
        at net.citizensnpcs.Citizens.onDisable(Citizens.java:181)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:369)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:382)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:375)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:216)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:385)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:465)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
     
  29. Offline

    Medic0987

    Nope works fine for me on 1.1-R4
     
  30. Check that you've used the exact number of spaces that the quest before uses. No tabs will work, has to be spaces. I had a similar problem thoght when I wrote a quest and I did it exactly as the quest above.
    I then copied the above quest and paste it below and then made changes in it to give the quest I wanted and it all worked. Strange, but I'm sure it's all because of one small space extra or one ' to little.

    If you could show me the non-working quest I might help more. :)
     
  31. 1.1-R4 recomended I presume?
    His version is a newer one. A dev-build and not recomended.

    A plugin as Citizen is a great deal of work to develope and keeping updated. The fact that they do it is something that amazes me and I fully understand that they can't be expected to update it for every dev-build released.
     

Share This Page