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

    AOD_Batman

    Sorry about that, I just put this thread on watch last week and now getting emails whenever someone posts. As I said earlier I'm extremely busy with work full time and school full time. So if I overlook a post or don't get back via pm don't take it personally. I was planning on adding this using much of the same syntax as my MobLoot plugin where you have your MinValue:MaxValue or you can just have a value. ;)
     
  3. Offline

    JDD

    Very good to know, I like the mob loot plugin quite a bit, although a bit of error handling might be looked into over there, i've had a few errors were if a mob was not assigned a loot table via multiworld it through some crazy errors in the console, but thats for a different thread :) Small Donation heading your way for the min/max coin addition.
     
  4. Offline

    AOD_Batman

    Posting a few teaser shots. I was able to work on this a bit today as I got out of my class a bit early. I should make a lot more leeway on this update, this weekend.

    [​IMG]
    Locale Config with English, French, Italian, Dutch, and Swedish. I may get a few more languages translated.

    [​IMG]
    Register integrated for iConomy 4.x, iConomy 5.x, BOSEconomy, Essential Economy support.

    You can also see the new commands: (MobBounty, MBGeneral, MBReward, MBWorldReward, MBEnvMulti, MBTimeMulti, MBGroupMulti, MBWorldMulti, MBLoad, and MBSave)

    The shorten version will also still work: (mb, mbg, mbr, mbwr, mbem, mbtm, mbgm, mbwm, mbl, and mbs)

    Still a lot more coding to go. :)
     
  5. Offline

    AOD_Batman

    @DoodoM @Thumm @LostIsland @Valiant

    Figured I would post a preview video of the requested locale/message system working in MobBounty v4.0 Oxygen. :D I hope this is what you all wanted. I will probably get a few more languages translated as it's not that expensive.




    What is done:
    • General reconstruction and reorganization of classes.
    • Improved configuration handling.
    • Basic locale system done.
    • Register is setup and working with support for iConomy 4.x, iConomy 5.x, BOSEconomy, and Essential Economy.
    • New longer commands incase of conflicting plugins. Shorter commands still work. (I will make a table for these.)
    • Added "SelfTamedWolf" creature.
    • Fixed "-9001.0" reward bug.

    What still needs to be done:
    • Re-implement most of the commands. (mbr, mbtm, mbwm, mbwr)
    • Implement the new command mbgm/MBGroupMulti.
    • Implement the group multiplier.
    • Implement range reward.
    • Add all the strings to the Locale.yml config file. (Only the public/non-admin strings will come translated.)
    • Add German, Spanish and, Portuguese. (Currently in translation waiting for them to be complete.)

    4.0 Oxygen Commands:

    Longer CommandShorter Command
    /mobbounty/mb
    /mbgeneral/mbg
    /mbreward/mbr
    /mbworldreward/mbwr
    /mbenvmulti/mbem
    /mbtimemulti/mbtm
    /mbgroupmulti/mbgm
    /mbworldmulti/mbwm
    /mbsave/mbs
    /mbload/mbl
     
    DoodoM and GmK like this.
  6. Offline

    Gamer0169

    Hey, when i download the ZIP and open it i get a bunch of other files but no .jar. is it supposed to be like this.
     
  7. Offline

    jbMurdock

    You downloaded the jar! Just rename the file extension from .zip to .jar and you're good to go!
     
  8. Offline

    Gamer0169

    Ah, alright thanks, and what does it mean when it say edit the config.yml file? Sorry for the noob questions havent used Bukkit much before.
     
  9. Offline

    jbMurdock

    Copy the .jar into your bukkit/plugins folder and start the craftbukkit server, let it load up completely, and then stop the server again by typing "stop". The new plugin will create its own subfolder in the plugins directory. There you can find the necessary config files for your plugin. Most of the plugins use .yml (YAML) files. You can edit those with a simple texteditor, like notepad. But I would recommend using a "better" editor, like notepad++ (free to download). IMPORTANT: Tabs are NOT ALLOWED in .yml files and will most likely break some stuff!!!!! Use spaces instead to indent.
     
  10. Offline

    AOD_Batman

    @Gamer0169

    There is a complete guide to installing and configuring MobBounty in the top post if you are still having issues. ;)
     
  11. Offline

    VGLink

    I don't know if anybody siad it already, but would it be possible to add a multiplier for groups in permission? I am running an RPG Server and I want that the Soilders gain more money then the other Jobs by killing mobs.
     
  12. Offline

    AOD_Batman

    It's coming in 4.0 Oxygen... Here is a video of it working now:



    I just need to work out a few kinks and fix a few bugs. ;)
     
  13. Offline

    VGLink

    Ok. Great video looks good. Thx :D
     
  14. Offline

    DoodoM

    Great work!

    I can help with spanish translation if you want.
     
  15. Offline

    LostIsland

    Thank you very much for implementing some of the stuff we requested.
    The plugin is gettin better and better and i think in future it will probably be the best Rewards-for-mob-killing-plugin ;)
     
  16. Offline

    omerdn1

    does it works with 818?
     
  17. Offline

    AOD_Batman

    It appears the current version works perfectly with iConomy and Essentials GroupManager. I however have not tested it with Permissions or other economy plugins, yet.
     
  18. Offline

    joejoe

    Works with Cb819, permissions 3.1, and iconomy5 :D
     
  19. Offline

    locutus

    My apologies. It's working fine for me now that I've updated and read your latest docs. I gotta say tho, resetting the files on reload is rather strange behavior. It makes more sense to write when the variable is changed, rather than at exit.

    Thanks for a great plugin!
     
  20. I have Cb818, and latest version of Permissions, iConomy and MobBounty, but MobBounty doesn't work. I have this error :
    Code:
    20:02:12 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'mb' in plugin MobBounty v3.02
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
            at net.mcbat.MobBounty.Commands.mb.onCommand(mb.java:26)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
    Why ?
     
  21. Offline

    ReaZaaa

    Hey, biiiig thx for this awesome Plugin!!
    Can u make it possible to change the ingame-message in the config-File?
    I want to change the displayed message when killing a mob from english in german.

    If not, okay, .. no Problem :D

    Edit//
    I'm so blind .. sry^^ The thing with the language is a little bit up on this site. Shame on me^^
     
  22. Offline

    Meteo

    Can u try to add EssentialsEco please? :]
     
  23. Offline

    AOD_Batman

    It's coming in 4.0. I took last weekend off and relaxed. I will see about wrapping it up this week/weekend. ;)
     
  24. Offline

    rad1game

    Hi. after installing NaturalGiants, reward from Giants are broke. I dont know what plugin issue, but I post it here. Mby you can help me?
     
  25. Offline

    tassox33

    My depreciating returns don't seem to work when =true. I killed a good 10 spiders and got the full amount each time. It was set at 50.0 , 10.0 , 0.1, and 0.01 . Did not seem to have an effect.
     
  26. Offline

    AOD_Batman

    Please post your General.yml.
     
  27. Offline

    tassox33

    general.yml
    Code:
    useEnvironmentMultiplier: false
    useTimeMultiplier: false
    useWorldMultiplier: true
    useDepreciativeReturn: false
    depreciativeReturnRate: 0.1
    
    Sorry I didn't post it earlier, I know its annoying.
     
  28. Offline

    AOD_Batman

    useDepreciativeReturn needs to be set to true.

    depreciativeReturnRate must be set to a decimal value between 0-1. For example 0.5 will make it so each kill after the first kill will be reduced by half.
     
  29. Offline

    rad1game

  30. Offline

    tassox33

    Sorry not sure why it said false, must have copied the old yml, this is what im using.
    Code:
    useEnvironmentMultiplier: false
    useTimeMultiplier: false
    useWorldMultiplier: true
    useDepreciativeReturn: true
    depreciativeReturnRate: 0.5
    
    im using essentials /spawnmob spider
    and natural dungeon spawners with spiders to test, does it work with spawners?
     
  31. Offline

    AOD_Batman

    It's working here for me, make sure you have the permission MobBounty.mb on your default group. Which Permission plugin are you using? (Permissions/GroupManager)

    I'm not seeing any problems. You can use anything you wish you just have to kill the same mob in a row.

     

Share This Page