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

    philgekni

    Ha effectively I did not use the latest version of MobBounty (but it seems that the latest version is broken for Bukkit #946). But if I still have the old data:

    • Economy plugin = iConomy v5.01 (Eruanna)
    • Permission plugin = Permissions v3.1.2 (Yeti)
    • MobBounty = v3.02 (Carbon)
    • bukkit = 939
    • Errors = No errors
     
  3. Offline

    AOD_Batman

    4.05 Released!
    • 4.04.938 promoted to 4.05. Which fixes the wolf errors when killing a wolf.
     
  4. Offline

    Odai

    sheeps dont get rewards anymore build 953
     
  5. Offline

    Ratchet

    could you please add an option to take a value of currency away upon player death? either a fixed amount or a percent? pretty please?
     
  6. Offline

    shauwk

    mob bounty 4.05 is working perfect on 953. nice plug in!!! and yes i agree with that guy ^^^ add it! :D
     
  7. @Ratchet
    @shauwk
    I use PvPReward for this purpose. I have it set so every time a player dies 5% of their currency is removed and an additional 5-10% (random) when killed by a player. Keeps the currency flowing on my server atleast. I think theres a set death toll if you use Towny also.

    And Batman, awesome as usual :D Thanks for the quick update.
     
  8. Offline

    matejdro

    What is self tamed wolf?
     
  9. Offline

    AOD_Batman

    SelfTamedWolf - When someone kills their own wolf.
    TamedWolf - When someone kills a tamed wolf that isn't theirs.
    Wolf - When someone kills a untamed wolf.
     
  10. Offline

    Leemur

  11. Offline

    AOD_Batman

    I don't see any errors from MobBounty. I do however see a bunch of errors from BetterShop which is an Inactive plugin. So I fail to see your point.
     
  12. Offline

    Leemur

    sorry
    http://pastebin.com/KBKXJp3f
     
  13. Offline

    AOD_Batman

    Thats mcMMO that is giving the errors.

    If you want to help them out make them aware that method x() in EntityWolf has been renamed to getOwnerName(). I fixed this in the last update. ;)
     
  14. Offline

    Leemur

    1. not only
      Code:
      2011-07-01 21:23:12 [SEVERE] Could not pass event ENTITY_DAMAGE to MobBounty
      java.lang.NoSuchMethodError: net.minecraft.server.EntityWolf.x()Ljava/lang/String;
              at net.mcbat.MobBounty.Utils.MobBountyCreature.valueOf(MobBountyCreature.java:84)
              at net.mcbat.MobBounty.Listeners.MobBountyEntityListener.onEntityDamage(MobBountyEntityListener.java:62)
              at org.bukkit.plugin.java.JavaPluginLoader$55.execute(JavaPluginLoader.java:628)
              at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
              at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
              at net.minecraft.server.EntityLiving.Q(EntityLiving.java:150)
              at net.minecraft.server.Entity.o_(Entity.java:199)
              at net.minecraft.server.EntityLiving.o_(EntityLiving.java:216)
              at net.minecraft.server.EntityWolf.o_(EntityWolf.java:160)
              at net.minecraft.server.World.entityJoinedWorld(World.java:1140)
              at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
              at net.minecraft.server.World.playerJoinedWorld(World.java:1122)
              at net.minecraft.server.World.cleanUp(World.java:1099)
              at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
              at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
              at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    AOD_Batman

    From the log here, which were taken on 7/3/2011, I can see you are running version the latest version of MobBounty version 4.05. Version 4.05 addresses the issue you are reporting in the logs here, which were taken on 7/1/2011. Are you still getting these errors or were they resolved by updating?
     
  16. Offline

    1cec0ld

    I too had the same wolf bounty problem, and the latest update fixed it, thank you for keeping up with the times!
     
  17. Offline

    deshadowc

    With 4.05 I'm getting this error still.

    Code:
    2011-07-04 02:41:31 [SEVERE] Could not pass event ENTITY_DAMAGE to MobBounty
    java.lang.NoSuchMethodError: net.minecraft.server.EntityWolf.isTamed()Z
        at net.mcbat.MobBounty.Utils.MobBountyCreature.valueOf(MobBountyCreature.java:84)
        at net.mcbat.MobBounty.Listeners.MobBountyEntityListener.onEntityDamage(MobBountyEntityListener.java:62)
        at org.bukkit.plugin.java.JavaPluginLoader$55.execute(JavaPluginLoader.java:628)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:503)
        at net.minecraft.server.Entity.a(Entity.java:656)
        at net.minecraft.server.Entity.move(Entity.java:529)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:599)
        at net.minecraft.server.EntityLiving.u(EntityLiving.java:721)
        at net.minecraft.server.EntityWolf.u(EntityWolf.java:141)
        at net.minecraft.server.EntityLiving.o_(EntityLiving.java:232)
        at net.minecraft.server.EntityWolf.o_(EntityWolf.java:169)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1142)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:49)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1124)
        at net.minecraft.server.World.cleanUp(World.java:1101)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  18. Offline

    AOD_Batman

    Re-download 4.05... I used isTamed() seeing as it "said" it was there. Should have just left it the way it was. If it isn't broken don't fix it. :p
     
  19. Offline

    deshadowc

    Weird thing is isTamed was added. We've used it in our plugin. But the new version stopped throwing the error.

    Actually scratch that now getting this.

    Code:
    2011-07-04 03:20:39 [SEVERE] Could not pass event ENTITY_DAMAGE to MobBounty
    java.lang.NoSuchMethodError: net.minecraft.server.EntityWolf.getOwnerName()Ljava/lang/String;
        at net.mcbat.MobBounty.Utils.MobBountyCreature.valueOf(MobBountyCreature.java:84)
        at net.mcbat.MobBounty.Listeners.MobBountyEntityListener.onEntityDamage(MobBountyEntityListener.java:62)
        at org.bukkit.plugin.java.JavaPluginLoader$55.execute(JavaPluginLoader.java:628)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.EntityMonster.a(EntityMonster.java:92)
        at net.minecraft.server.EntityCreature.c_(EntityCreature.java:68)
        at net.minecraft.server.EntityLiving.u(EntityLiving.java:702)
        at net.minecraft.server.EntityMonster.u(EntityMonster.java:30)
        at net.minecraft.server.EntityZombie.u(EntityZombie.java:34)
        at net.minecraft.server.EntityLiving.o_(EntityLiving.java:232)
        at net.minecraft.server.EntityMonster.o_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1142)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:49)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1124)
        at net.minecraft.server.World.cleanUp(World.java:1101)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Is this due to still being on 935?

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

    AOD_Batman

    Yes 4.05 supports builds between 937 and 953.
     
  21. Offline

    eoden13

    If I installed MoCreatures on my server through Itemcraft Bukkit Plug-in is there a way to define Mob Rewards for the new creatures? Thanks
     
  22. Offline

    Fearil

    Hi, is there a copy of this plugin for 860 still available for download?
    Scratch that, I found the list of previous versions on your site. However, knowing which build is closest to 860 would be great. :)

    Thanks for all your hard work!
     
  23. Offline

    Jany95

    i have just one problem: i tried EVERYTHING i know to get it work but my players don't get gold... i'm using iconomy and the admins get the gold. could someone help me?
     
  24. Offline

    AOD_Batman

    I'm not sure how or if this will work. I will have to look into it. If creatures from Itemcraft don't send out events on death and damage then it won't work.

    I updated the wiki page to include build numbers for most the of the previous build and also changed the link in the first post from "Latest Download" to "Downloads". For build 860 you should be able to use anything between 2.01 and 4.04 (The previous version). It's been a long time since Bukkit has broken my plugin. ;)

    What permission plugin are you using? Did you give them the "mobbounty.collect" permission?
     
  25. Offline

    eoden13

    Crosses fingers, crosses toes... that would be epic! thank you for your willingness to look into that. I have MCMMO and mob bounty on my server. if I can get the variety of MO Creatures and it works with both plug-ins... I think it will be a grand epic MMO in minecraft! BTW awesome plug-in! it adds nicely to the RPG elements of my server. I apprecaite your time and effort on maintaining it.
     
  26. Offline

    Jany95

    i'm using permissions by theyeti and yes i gave the players the permissions... i'm not silly :p
     
  27. Offline

    eoden13

    Hey I was going to check and see if there is anything I can do to help testing this?
     
  28. Offline

    AOD_Batman

    Waiting on ItemCraft to support 1.7.3.
     
  29. Offline

    eoden13

    No problem, I would be happy to contribute in any way I can. Thanks again!
     
  30. Offline

    nick331999

    I have a problem i start my server and it says

    [SEVERE] Could not pass event ENTITY_DAMAGE to MobBounty
    java.lang.NoSuchMethodError: net.minecraft.server.EntityWolf.x()Ljava/lang/String;
    at net.mcbat.MobBounty.Utils.MobBountyCreature.valueOf(MobBountyCreature.java:84)
    at net.mcbat.MobBounty.Listeners.MobBountyEntityListener.onEntityDamage(MobBountyEntityListener.java:62)
    at org.bukkit.plugin.java.JavaPluginLoader$55.execute(JavaPluginLoader.java:628)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at net.minecraft.server.EntityLiving.R(EntityLiving.java:122)
    at net.minecraft.server.Entity.m_(Entity.java:201)
    at net.minecraft.server.EntityLiving.m_(EntityLiving.java:217)
    at net.minecraft.server.EntityWolf.m_(EntityWolf.java:161)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1190)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1172)
    at net.minecraft.server.World.cleanUp(World.java:1102)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    I need help!:mad:
     
  31. Offline

    AOD_Batman

    nick331999 likes this.

Share This Page