[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

    aPunch

    Not possible without a client mod.
     
  3. Offline

    puffnuget

    Then how did you add like a miner skin and god skin?
     
  4. Offline

    aPunch

    Find a player with a miner or god skin and give your NPC that player's name.
     
  5. Offline

    Fuka

    can't spout allow you to use custom skins?
     
  6. Offline

    TomCamavi

    None of my trader interfaces will open for non op's. Please help, I can't figure out what I'm doing wrong.
     
  7. Offline

    Musaddict

    @fullwall and/or @aPunch

    So, will Citizens be abandoned once the 1.8 update comes out? It basically sounds like 1.8 will make everyone's Minecraft an improved version of Millenaire (server side, too).

    Edit: if 1.8 makes Citizens obsolete, would you basically rewrite your plugin to enhance the NPC functionality presented by the update? Or how do you plan to go about doing that?
     
  8. Offline

    aPunch

    Actually, 1.8 will most likely make coding Citizens much easier. NPCs will be integrated into Minecraft itself and we won't need to use hacky workarounds. Also, Notch's NPCs will just be villagers/regular mobs. Citizens will still need to be here to provide blacksmiths, traders, wizards, guards, etc..
     
  9. Offline

    Justinwiz

    I just started getting this error after replacing my .jar with the latest one:

    Code:
    2011-08-04 07:52:01 [INFO] Found and will use plugin Permissions v3.1.6
    2011-08-04 07:52:02 [INFO] [Citizens] Loaded 0 quests.
    2011-08-04 07:52:02 [INFO] [Citizens] Permissions enabled.
    2011-08-04 07:52:02 [SEVERE] Error occurred while enabling Citizens v1.0.9 (Is it up to date?): null
    java.lang.ExceptionInInitializerError
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at java.lang.Class.getEnumConstantsShared(Class.java:2959)
        at java.lang.System$2.getEnumConstantsShared(System.java:1153)
        at java.util.EnumMap.getKeyUniverse(EnumMap.java:683)
        at java.util.EnumMap.<init>(EnumMap.java:129)
        at com.citizens.CreatureTask.<clinit>(CreatureTask.java:22)
        at com.citizens.Citizens.onEnable(Citizens.java:109)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
        at com.citizens.SettingsManager$Constant.toInt(SettingsManager.java:159)
        at com.citizens.resources.npclib.creatures.CreatureNPCType.<clinit>(CreatureNPCType.java:8)
        ... 20 more
    2011-08-04 07:52:02 [SEVERE] Could not pass event PLUGIN_ENABLE to Citizens
    java.lang.ExceptionInInitializerError
        at com.citizens.listeners.ServerListen.onPluginEnable(ServerListen.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:548)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
        at com.citizens.SettingsManager$Constant.toBoolean(SettingsManager.java:150)
        at com.citizens.economy.EconomyHandler.<clinit>(EconomyHandler.java:11)
        ... 13 more
    
    Any ideas?
     
  10. Offline

    aPunch

    @Justinwiz Remove all single quotes from your configuration files.

    To all:

    We're looking towards making v1.1 as stable as possible. To do this, we need as many testers as possible. If you are interested in being a tester and will be available for many hours at a time, please come to the IRC channel and let me know.
     
  11. Offline

    Justinwiz

    @aPunch
    I removed all single quotes from all .yml files within the main plugins/Citizens directory, but now I get this error:

    Code:
    2011-08-04 08:26:18 [INFO] [Citizens] Reloading configuration settings....
    2011-08-04 08:26:18 [SEVERE] while scanning an alias
     in "<reader>", line 13, column 23:
                select-items: *
                              ^
    expected alphabetic or numeric character, but found but found
    
     in "<reader>", line 13, column 24:
                select-items: *
                               ^
    
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1156)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(ScannerImpl.java:782)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:313)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-08-04 08:26:18 [SEVERE] 	at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-08-04 08:26:18 [SEVERE] 	at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.properties.ConfigurationHandler.load(ConfigurationHandler.java:55)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.properties.ConfigurationHandler.<init>(ConfigurationHandler.java:33)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.properties.properties.UtilityProperties.initialize(UtilityProperties.java:21)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.commands.commands.BasicCommands.reload(BasicCommands.java:98)
    2011-08-04 08:26:18 [SEVERE] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-08-04 08:26:18 [SEVERE] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    2011-08-04 08:26:18 [SEVERE] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2011-08-04 08:26:18 [SEVERE] 	at java.lang.reflect.Method.invoke(Method.java:616)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.resources.sk89q.CommandsManager.executeMethod(CommandsManager.java:518)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.resources.sk89q.CommandsManager.execute(CommandsManager.java:404)
    2011-08-04 08:26:18 [SEVERE] 	at com.citizens.Citizens.onCommand(Citizens.java:196)
    2011-08-04 08:26:18 [SEVERE] 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-04 08:26:18 [SEVERE] 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-04 08:26:18 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-04 08:26:18 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Any ideas?
     
  12. Offline

    ACStache

    @Justinwiz
    quote from OP in addition to what aPunch said to do:

    so leave quotes around items.select-items and general.chat.format like they were before
     
  13. Offline

    richard fraser

    ok, so I did some testing and still get this.

    I removed all the single quotes a few at a time until all the ones that didn't throw exceptions were gone(even in the word can't!).

    removed all my plugins except for permissions and citizens.
    went back to my original groupManager/citizens setup.
    reverted to 1.09c.
    downloaded a new craftbukkit 1000 jar.
    looks like the only thing I didnt do was go back to cb 953, I'll leave that for tommorow.

    but i'm still getting this error:


    Code:
    22:49:09 [WARNING] Task of 'Citizens' generated an exception
    java.lang.NullPointerException
            at com.citizens.economy.ItemInterface.hasEnough(ItemInterface.java:89)
            at com.citizens.economy.EconomyHandler.canBuy(EconomyHandler.java:178)
            at com.citizens.npctypes.traders.TraderTask.checkMiscellaneous(TraderTas
    k.java:270)
            at com.citizens.npctypes.traders.TraderTask.handleTraderClick(TraderTask
    .java:159)
            at com.citizens.npctypes.traders.TraderTask.run(TraderTask.java:88)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:444)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:367)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    any ideas? am I missing something stupid/simple?
     
  14. Offline

    Twisted420

    ignore me much? u responded to everyone els why ignore me? please give some better info on ur wiki if ur not ganna respond to me
     
  15. Offline

    puffnuget

  16. Offline

    aPunch

    It is very possible with Spout. However, we will not be using Spout for client-side purposes. Unfortunately, we are forced to use the Spout server-side plugin so traders won't be so buggy.
     
  17. Offline

    Comp_uter15776

    Holy shit pal nice job! LOVING the new features, couldn't be more happy today ;)

    Have a good day kind sir.
     
  18. Offline

    ledhead900

    @fullwall @aPunch
    Has anyone worked out why the npcs keep resetting and sometimes disappearing in 1.0.9d every restart some of our older npcs lase their data values in-game.

    Yea I know I should have back-read about 6 pages but to be brutally honest I really don't want to do this at this very moment.

    Edit:
    10 just dissapeard before my very eyes including the one I was working on. I'm not Teleproting to and from any NPC they just drop of the face of the earth for no apprent reason and RESET there toggle data.
     
  19. Offline

    astinax

    Non ops players can't open the inventory of a trader. When they right click the trader they select him and then they right click again and nothing happens. I am running craftbukkit build1000 minecraft beta 1.7.3 and I don't use permissions I use groupmanager
     
  20. Offline

    Hryniu

    You have to use Permissions. I recommend you BukkitPermissions.. If you choose to install it - Click Here.
    Remember to install SuperpermsBridge, as well.
     
  21. Offline

    Boltblaster

    I'm fairly sure I said permissions for users to use npcs. Oh, and I have a problem that lets only admins use the NPC's. Idk why? I gave the 'citizens.use.*' node to users...
     
  22. Offline

    aPunch

    We have new permissions nodes, documented here.
     
  23. Offline

    crazybrendon

    have installed citizens and mobs work fine but when i type /npc create <name>
    (without < >) nothing happens, not even any messages using version 1.0.9d and minecraft version 1.7.3 i dont use any permissions plugins so i assume it should default to op and i am the server owner (so i am an op) any help?
     
  24. Offline

    Richard Scheide

    Is this due to the problems with non-admin not being able to create or use?
     
  25. Offline

    Luigilord222

    How come iConomy 5 is still supported for the newest version? iConomy 5 isn't released for CB 1000 and it will not be because of version 6.
     
  26. Offline

    fugos

    When i start my server or stop my server i get these error's from citizens.
    From what I can tell they dont effect anything and are just annoying , I was wondering if there is a fix?
    Minecraft version: 1.7.3
    Citizens: 1.0.9d
    CraftBukkit: 1000
    Spout: 1.0.1
    Iconomy: 5.0.1



    Code:
    2011-08-04 14:03:38 [INFO] Stopping the server..
    2011-08-04 14:03:38 [INFO] Stopping server
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:38 [INFO] [CreeperHeal] Disabled
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:38 [INFO] [CustomDifficulty] BurnsInSunlightControl deactivated for world: world
    2011-08-04 14:03:38 [INFO] [CustomDifficulty] BurnsInSunlightControl deactivated for world: world_nether
    2011-08-04 14:03:38 [INFO] [CustomDifficulty] Spawning deactivated for world world
    2011-08-04 14:03:38 [INFO] [CustomDifficulty] Spawning deactivated for world world_nether
    2011-08-04 14:03:38 [INFO] [CustomDifficulty] has been disabled.
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:38 [INFO] [EpicQuest]: Saving progress...
    2011-08-04 14:03:38 [INFO] [EpicQuest]: Progress saved succesfully.
    2011-08-04 14:03:38 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 14:03:39 [INFO] [iConomy] Plugin disabled.
    2011-08-04 14:03:39 [INFO] [Citizens] Payment method disabled.
    2011-08-04 14:03:39 [SEVERE] Could not pass event PLUGIN_DISABLE to Citizens
    java.lang.NoClassDefFoundError: Could not initialize class com.citizens.economy.EconomyHandler
        at com.citizens.listeners.ServerListen.onPluginDisable(ServerListen.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:904)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Code:
    2011-08-04 14:05:13 [INFO] [Citizens] Loaded 0 quests.
    2011-08-04 14:05:13 [INFO] [Citizens] Permissions enabled.
    2011-08-04 14:05:13 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-08-04 14:05:13 [SEVERE] Could not pass event PLUGIN_ENABLE to Citizens
    java.lang.ExceptionInInitializerError
        at com.citizens.listeners.ServerListen.onPluginEnable(ServerListen.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:548)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
        at com.citizens.SettingsManager$Constant.toBoolean(SettingsManager.java:150)
        at com.citizens.economy.EconomyHandler.<clinit>(EconomyHandler.java:11)
        ... 13 more
     
  27. Offline

    Hryniu

    @aPunch - Add this information to first post. That if you use the BukkitPermissions v.1.2, you also need SuperpermsBridge v 1.1, otherwise the commands will be able only for ops.
     
  28. Offline

    Unlucky4ever

     
  29. Offline

    d00ba

    iConomy5 works fine on cb1000
     
  30. Offline

    Vas

    It was a joke. NPCs using the users. Get it?
     
  31. Offline

    Hryniu

    They should do a command like /npc setskin (number), and so we can set their names as we want to, and so the skin stays as it is.
     

Share This Page