Inactive [ECON] DynamicEconomy v .9.2 - Prices based on Supply & Demand! CB [1.2.5-R4]

Discussion in 'Inactive/Unsupported Plugins' started by kSafin, Jan 6, 2012.

  1. I was testing the new version of this plugin (v.9.2) but when ever i do something it spamms the console with this error:
    Code:
    [SEVERE] Could not pass event PlayerInteractEvent to DynamicEconomy
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:889)
        at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:38)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at me.ksafin.DynamicEconomy.DynamicShop.isShop(DynamicShop.java:104)
        at me.ksafin.DynamicEconomy.DynamicEconomyPlayerListener.onPlayerInteract(DynamicEconomyPlayerListener.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 12 more
    2012-07-12 14:04:27 [WARNING] Task of 'DynamicEconomy' generated an exception
    java.lang.NumberFormatException: For input string: "?"
        at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
        at java.lang.Double.valueOf(Unknown Source)
        at me.ksafin.DynamicEconomy.EnderEngine.calcPrice(EnderEngine.java:179)
        at me.ksafin.DynamicEconomy.EnderEngine.incrementStock(EnderEngine.java:136)
        at me.ksafin.DynamicEconomy.RandomEvent.run(RandomEvent.java:80)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:533)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    it lets me do anything but it spamms this error, also it says that it is outdated and there is a new version, a solution please? also, i'm using craftbukkit 1.2.5 R4
    hope this helped

    EDIT: ok i have some more details, it happens every time i click my mouse button either left or right and i'm not looking at a block or it is out of my range

    EDIT2: Ok i figured it out, it seems that the download link in bukkit dev on the right upper corner of the screen downloads a different version i redownloaded it from the link above the video in the bukkitdev page, it is working now, i guess that link is outdated
     
  2. Offline

    ddotson

    Where would these permissions be placed, bPermissions perhaps? Sorry for the noob question. Would these dynamic shops only work if they were within a shop region, or would they work anywhere?
     
  3. Offline

    lastrachris

    I'm getting the error: SEVERE] Could not load 'plugins\DynamicEconomy.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Vault
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    What does this mean and how do I fix it?

    Edit: I realized I hadn't installed Essentials Eco properly. For anyone else having this issue check that.
     
  4. Offline

    lastrachris

    This is a problem I found with this plugin. The plugin will load on startup and will add so many changes that it crashes my server. Not sure if this is something I've done, but it renders my server unusable. It won't let me type in any commands in the terminal after it loads.
     
  5. Offline

    kSafin

    Disable Price Inflation/Decay over time
     
  6. Offline

    Shvesley

    Is this an add-on for iConomy or a replacement?
     
  7. Offline

    kSafin

    I wouldn't call it either.

    It uses an economy plugin like iConomy to function as a source of "money".

    But all it does is facilitate trade and transactions.
     
  8. Offline

    zackemattackem

    Could u put in a option to change the name of the currency like dollars would be called gold and penny's silver
     
  9. Offline

    clavat

    Hi, i have problem when player break shop/sign, i have WorldGuard region, and players can't break any blocks, but when they try to break the sign, sign doesn't break but doesn't work, on shops.yml, sign has disappeared...

    existing permission to prevent' breaking shop ?
    WorldGuard is insufficient.
     
  10. Offline

    legospringfield

    I have a problem with the stock. I don't want to fill it every time new :( but I don't find a way to remove the stock for all items i use the newest version. Can you help me?
     
  11. Offline

    gbumoon

    Anyone try this with v1.3.1 yet? I was having issues with Vault crashing my server on the DEV builds, hoping I have more luck now that Bukkit has released recommended v1.3.1 build.
     
  12. Offline

    gbumoon

    Bukkit is stable but Dynamic Economy crashes server, is this plugin still being developed? Here is what happens with latest Bukkit 1.3.1 build when a user types /sell hand,
    Code:
    2012-08-08 19:39:03 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sell' in plugin DynamicEconomy v.9.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
    at me.ksafin.DynamicEconomy.Transaction.sell(Transaction.java:856)
    at me.ksafin.DynamicEconomy.DynamicEconomyCommandExecutor.onCommand(DynamicEconomyCommandExecutor.java:292)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 15 more
     
  13. Offline

    Sleaker

    Vault isn't what would cause a crash, it is pretty version agnostic, and if it has any issues, it simply wont load up. it wont actually cause a crash.
     
  14. Offline

    gbumoon

    How is DynamicEconomy? It seems to be working right now but I don't think it liked my items.yml file. I have ceiling, floor and item price all set as the same thing so prices don't go up or down and I have the /buy command disabled so users can only sell to the server. Can we expect to see a 1.3.1 update for DynamicEconomy?
     
  15. Offline

    gbumoon

    DynamicEconomy seems to be running good on my Bukkit v1.3.1 server, runs with both RB 1.0 and 2.0.

    I also just switched from iConomy to BOSEconomy because I see iConomy is no longer supported.
     
  16. Offline

    TheMineKraftor

    Did you get the 9.2 version to work? The 9.2 makes my server time out and crash. And the 9.0 won't make me use the /sell or /buy commands, only shops... How can I be able to use the commands for selling?
     
  17. Offline

    gbumoon

    I'm using v9.2 with no errors, /sell commands work fine, I don't use /buy commands though. Maybe the plugin is conflicting with another plugin on your server? Are you running a 1.3 Bukkit RB? It worked with both v1.3.1 versions.
     
  18. Offline

    TheMineKraftor

    I removed this plugin and now I'm using a something like it, will keep the name unwritten hehe :)
     
  19. I'm officially baffled, how ever you write that, can't wait to set it up!
     
  20. Offline

    BoonRebu

    Have run into the error where /buy item# creates an internal error for any high ID item.

    Example, /buy Rubber or /buy 30216 both create the same internal error. Is there something on my end I can do to allow usage of high ID numbers? There are roughly 1000 items that are effected on the server.

    The example rubber was added and mirrored to the default items listed by the server, other custom items with lower ID numbers below 2000 work fine.
     
  21. Offline

    Gunnerrrrr

    I saw this bumped and thought it was updated -.-

    Now I cry myself to sleep.
     
  22. Offline

    BoonRebu

    My bad, last time kSafin logged into these forums was Aug 4, 2012, he's more active over at http://dev.bukkit.org/server-mods/dynamiceconomy-v-01/#comments.. Posted Dec 18 about maybe getting time to update it.
     
  23. Offline

    Gunnerrrrr

    Yeah, I pm'd him a month or two ago and he said he can't update because he is very busy with school, although I know he wants too.
     

Share This Page