Inactive [ECON] MobBounty v4.2 - Simple Mob Reward [1337]

Discussion in 'Inactive/Unsupported Plugins' started by AOD_Batman, Mar 29, 2011.

  1. Offline

    AOD_Batman

  2. Offline

    Crimsonfox

    I don't think MobBounty has been compiled against iConomy 5 yet. I imagine that'll come with version 3.
     
  3. Offline

    Kimberly2000

    Please, please, please make this work with iConomy 5, its currently the only way my players can earn money!

    TY!!!
     
  4. Offline

    Devian50

    oh sorry... my browser flipped out and wouldnt let me see most of the posts for some reason...
     
  5. Offline

    AOD_Batman

    I will have the new version up by tonight. I apologize for the delay. I have finals for school and a full time job. Version 3.0 will be built with iConomy 5, BOSEconomy and Mineconomy support.
     
  6. Offline

    GmK

    Are you very sure you can only make a version with iConomy 5.0 support?

    The dev of Jobs e.g. has two builds for people still using the older one :)
     
  7. Offline

    thepackett

    i like the idea of also controling mob drops :D
     
  8. Offline

    Liger_XT5

    Not sure if you heard yet, iConomy released 5.0 and some plugins fail to work and some partly work.
    I got the error at startup.

    Show Spoiler

    2011-05-04 13:25:11 [SEVERE] com/nijiko/coelho/iConomy/iConomy loading MobBounty v2.02 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at net.mcbat.MobBounty.Main.onEnable(Main.java:71)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
    ... 14 more
     
  9. Offline

    Crimsonfox

     
  10. Offline

    Liger_XT5

    That's odd, half the posts didn't show when I came to the last page. Sorry for mentioning about the iconomy update :/
     
  11. Offline

    AOD_Batman

    Just released Carbon. Check out the first post.
     
  12. Offline

    Hawtin

    thx for update :)
     
  13. Offline

    Dekay

    Love the plugin. Any idea when this will be implemented? Or is it already in it and I'm just not seeing it?
     
  14. Offline

    Darktrance

    Really great work ;)
     
  15. Offline

    NickBrahz

    Using 740

    Code:
    2011-05-06 05:55:05 [SEVERE] Could not pass event PLUGIN_ENABLE to MobBounty
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
        at net.mcbat.MobBounty.Listeners.PluginListener.onPluginEnable(PluginListener.java:24)
        at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
        at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:27)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:45)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:597)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        ... 25 more
     
  16. @NickBrahz you have iConomy 4.*, this plugin uses iConomy 5 now, update to 5.
     
  17. Offline

    AOD_Batman

    MobBounty has t00 been updated to iConomy 5.0 with MobBounty 3.0.

    You are using iConomy 4.x you need to update to iConomy 5.0.


    Also updated MobBounty to 3.01 to give a more user friendly error when using iConomy 4.x.
     
  18. Yes my bad, was the other way around =)
     
  19. Offline

    Hawtin

    Code:
    2011-05-06 18:23:38 [SEVERE] Could not pass event ENTITY_DEATH to MobBounty
    java.lang.NumberFormatException: For input string: "33,00"
        at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
        at java.lang.Double.valueOf(Unknown Source)
        at net.mcbat.MobBounty.Listeners.DeathListener.mobKilledByPlayer(DeathListener.java:150)
        at net.mcbat.MobBounty.Listeners.DeathListener.onEntityDeath(DeathListener.java:100)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:480)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.EntitySkeleton.r(EntitySkeleton.java:111)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:449)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:393)
        at net.minecraft.server.EntityMonster.damageEntity(EntityMonster.java:47)
        at net.minecraft.server.EntityHuman.d(EntityHuman.java:532)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:803)
        at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  20. Offline

    AOD_Batman

    Could you attach or PM me your configs so I can try and reproduce this. Thanks =D
     
  21. Offline

    NickBrahz

    Everytime i /reloadall it resets all the rewards, is there a way to stop this from happening?
     
  22. Offline

    goz3rr

    Latest version of plugin, iConomy 5.

    Configs are all default from the plugin.
     
  23. Same as above, iConomy 5, Mob Bounty 3.01
    Show Spoiler
    2011-05-07 13:30:53 [SEVERE] Could not pass event ENTITY_DEATH to MobBounty
    java.lang.NumberFormatException: For input string: "10,00"
    at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
    at java.lang.Double.valueOf(Unknown Source)
    at net.mcbat.MobBounty.Listeners.DeathListener.mobKilledByPlayer(DeathListener.java:150)
    at net.mcbat.MobBounty.Listeners.DeathListener.onEntityDeath(DeathListener.java:100)
    at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:480)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at net.minecraft.server.EntityLiving.r(EntityLiving.java:470)
    at net.minecraft.server.EntityLiving.a(EntityLiving.java:449)
    at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:393)
    at net.minecraft.server.EntityMonster.damageEntity(EntityMonster.java:47)
    at net.minecraft.server.EntityHuman.d(EntityHuman.java:532)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:803)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:371)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:286)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    Not using defaults tough, I have all multipliers FALSE, lowered rewards and it happens when I kill any mob.
     
  24. Offline

    BillBleik

    Same here aswell
     
  25. Offline

    joejoe

    i had the same problem and tosolve this open the file Reward.yml ande erase all the "World" part, just keep the "default" part on top, and reload.
     
  26. Offline

    BillBleik

    Didnt seem to work for me, cant find any flaws in the configs either
     
  27. Offline

    AOD_Batman

    Version 3.02 is up and should hopefully fix the problem. I tested it on Mac and Linux.
     
    BillBleik likes this.
  28. Offline

    Hawtin

    looks good, thx
     
  29. Offline

    Jonathan Bloom

    Would it be possible to have this integrate with McMMO's party system and distribute money equally?

    Also, if multiple people attack a mob, it's only giving to the person who actually killed it, not the helpers.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    Digi likes this.
  30. Offline

    NickBrahz

     
  31. Offline

    tassox33

    I was using ecoCreatures, but with this having iconomy 5.0 support and multiworld... probably switching to this ( :

    Does this support the ability to customize what mobs drop, like changing creeper gunpowder to coal or something?
     

Share This Page