Inactive [ECON] MobBountyReloaded - Earn money by slaying mobs [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by rmh4209, Apr 18, 2012.

  1. Offline

    rmh4209

    MobBountyReloaded - The Earning Money By Slaying Mobs Plugin
    Version - v282
    Visit the BukkitDev page for any help: MobBountyReloaded BukkitDev

    MobBountyReloaded is the updated version of IchigoKyger's classic plugin MobBounty. The original died a few months back and the authors of this plugin (MCForger and I) decided it needed to be resurrected.

    BEFORE USING THIS PLUGIN, YOU MUST HAVE VAULT AND A VAULT-SUPPORTED ECONOMY PLUGIN INSTALLED ON YOUR SERVER. IF YOU DO NOT, THIS PLUGIN WILL NOT WORK.

    Features:
    • Multiworld support
    • Mob Spawner Protection
    • Configurable rewards/fines for each of Minecraft's mobs (includes players)
    • Configurable messages
    • Support for many plugins
    • Active development and quick response time
    • Combatible with any Vault supported economies (iConomy 4-6, BOSEconomy 6-7, EssentialsEco, etc.)
    • Anti-cheating mechanisms (login timer, mob slaying caps, depreciation, creative earning prevention)
    • Simple (You can just drop it in your plugins folder and go, it works perfectly fine with default settings)
    • Multipliers (Time of Day, Environment, Fortune tools, World, Group)
    • Developers that listen to YOU
    NOTE FOR ALL THOSE USING THIS PLUGIN:
    If you have an error, first make sure you're using Vault AND a Vault supported economy plugin. If you do and are still getting an error, please post it as a comment here or on the BukkitDev page in the form of a Pastie or a Pastebin.
     
  2. Offline

    MYxNINJAxWEED

    Question.

    My Non-Op Players Cannot Make Money. While my OP Players can, I have Mob Control installed, Could That e posing a problem?
     
  3. Offline

    rmh4209

    Try the newest dev build. Make sure you're using the correct permissions as well. They have changed. The documentation on BukkitDev is more up to date.
     
  4. Offline

    TCLG6x6

    Why do Zombies doesnt drop Cookies D:
     
  5. Offline

    rmh4209

    Zombies have never dropped cookies as far as I can remember. This plugin also does not have monster drops in it at the moment.
     
  6. Offline

    AlexCityOfFun

    Hello guys! From time to time i got this error on my server:
    Code:
    21:01:07 [SEVERE] java.lang.NullPointerException
    21:01:07 [SEVERE] at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
    21:01:07 [SEVERE] at java.lang.Double.parseDouble(Unknown Source)
    21:01:07 [SEVERE] at info.hawksharbor.MobBounty.MobBountyReloaded$11.getValue(MobBountyReloaded.java:933)
    21:01:07 [SEVERE] at info.hawksharbor.MobBounty.Metrics.postPlugin(Metrics.java:451)
    21:01:07 [SEVERE] at info.hawksharbor.MobBounty.Metrics.access$500(Metrics.java:69)
    21:01:07 [SEVERE] at info.hawksharbor.MobBounty.Metrics$1.run(Metrics.java:296)
    21:01:07 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    21:01:07 [SEVERE] at java.lang.Thread.run(Unknown Source)
    What does it mean and how can i fix/prevent it from occuring?

    I also pasted the server.log file , here: http://pastebin.com/EHVvjeg0
    And if you need any more information, i answered some questions: http://pastebin.com/t2D22Btj

    Thank you!
     
  7. Offline

    rmh4209

    Can you Pastebin or Pastie me a copy of your Killstreak.yml?
     
  8. Offline

    zuzuken

    great plugin, i have been using it for a while

    Recommending that you download :D
     
  9. Offline

    rmh4209

    Thanks for the recommendation. Glad you like it :D
     
  10. Offline

    TCLG6x6

    No Cookies? :C
     
  11. Offline

    rmh4209

    The newest stable version (check the BukkitDev page) has mob drops in it. So yes, you can make mobs drop cookies.
     
  12. Offline

    TCLG6x6

    :D yaaay!
     
  13. Offline

    Pcd2010

    I been using this Plugin for about 6 months and I love it My players Love it Works great with the 1.3.1 update also.
     
  14. Offline

    rmh4209

    Thanks for the support. There's going to be an update soon that makes it even better.
     
    Pcd2010 likes this.
  15. rmh4209
    http://dev.bukkit.org/server-mods/mobbountyreloaded/
    Could this plugin be done like, if you kill a mob, instead of money you get an emerald or two? depending on how hard the enemy is (configurated in config)

    For example: killing a zombie = 1 emerald
    Killing an Blaze = 2 emeralds
    Killing an Enderman = 2 emeralds
    Killing an Enderdragon = 10 emeralds
    etc.

    If this would be possible id love it :)
    Coz right now im using http://dev.bukkit.org/server-mods/emeraldeconlink/ emerald econ as my economy so it would work with that plugin REALLY well.
     
  16. Offline

    rmh4209

    Using it with that plugin should do it automatically, if I remember correctly. Otherwise, you can use the drop modifying system.
     
  17. ok thank you for fast reply!
     
  18. Offline

    chopstick121

    I got this error when i try to kill an mob
    2012-08-21 15:39:51 [SEVERE] Could not pass event EntityDeathEvent to MobBountyReloaded
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:299)
    at net.minecraft.server.EntityLiving.dropDeathLoot(EntityLiving.java:818)
    at net.minecraft.server.EntityLiving.die(EntityLiving.java:767)
    at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:663)
    at net.minecraft.server.EntityMonster.damageEntity(EntityMonster.java:38)
    at net.minecraft.server.EntityHuman.attack(EntityHuman.java:762)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1020)
    at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:160)
    at pgDev.bukkit.DisguiseCraft.injection.DCOrebfuscatorNetServerHandler.a(DCOrebfuscatorNetServerHandler.java:25)
    at net.minecraft.server.Packet7UseEntity.handle(SourceFile:36)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.serverhook.NetServerHandlerProxy.d(NetServerHandlerProxy.java:58)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
     
  19. Offline

    rmh4209

    Please go on the BukkitDev page and make a ticket.
     
  20. Offline

    viliuxaaa

    Plugin doesnt work, I have vault ant iconomy, but plugin doesnt wok when I slay a zombie nothing happens, any ideas?
     
  21. Offline

    rmh4209

    Go make a ticket on the BukkitDev site for me. Include your config files too, please.
     
  22. Offline

    ThaSourceGaming

    What's with the experience system? I enabled it modify experience drops and im using the latest version up to today and it still overwrites the normal experience drops...

    no matter what i set the experience rates to it still uses the default minecraft experience rates...
     
  23. Offline

    rmh4209

    Might be an issue with the code. Please make a ticket on the BukkitDev page for me.
     
  24. Offline

    Zabba1969

    This ia a awesome plugin works fine for me. Have Vauilt installed and iConony6. Now the mods will pay lol
     
  25. Offline

    sssnake2332

    Anyone know how to add custom mobs into Reward.yml? I tried some basic stuff from Mo' Creatures like duck, bunny, bear but none of those worked.
     
  26. Offline

    rmh4209

    I can't specifically support MoCreatures due to it not being a Bukkit plugin and entities not having ID numbers like blocks. What I can support is done through the "Unknown" type. So if you want to pay for some MoCreatures creatures, use the "Unknown" type.

    I'm glad to know it's working out for you!
     
  27. Offline

    Davecraft

    Hi,
    I know you are working towards splitting this mod, and I must say it is a great thing to have this for my server.

    I was having trouble with experience from mobs. I would set the value different but it would make no difference to the experience they would yield, e.g.: set sheep to ZERO XP and after you kill a sheep, you would still get XP!

    I know someone asked you about this in August and you recommended they write a bug ticket. I thought I would ask if it was still broken, or if I have a permission set wrong or something like that.

    Thanks,
    Dave
     
  28. Offline

    rmh4209

    I haven't worked on MBRDrops yet. I'm still optimizing MBRCore and MBRExploits, as those are the two most important parts of the plugin that need to be as good as possible. MBRDrops will come after. I recommend not using the experience or drops part of MBR and just updating to the development builds. Use Mobs by coldandtired for the drops and experience parts of the plugin. It works just as well (if not better) and lets you set more features.
     

Share This Page