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

    DarKnur

    I have a problem - all groups give money from killing mob.
     
  3. Offline

    MrRedLogan

    I also get the internal error problem. Here is the log.

    Code:
    2011-11-03 23:00:12 [INFO] [MobBounty] v4.2 (Oxygen) enabled.
    2011-11-03 23:00:12 [INFO] [MobBounty] Developed by: [Mattera, Steven].
    2011-11-03 23:00:12 [SEVERE] Error occurred while enabling MobBounty v4.2 (Is it up to date?): org/bukkit/configuration/InvalidConfigurationException
    java.lang.NoClassDefFoundError: org/bukkit/configuration/InvalidConfigurationException
        at com.stevenmattera.MobBounty.MobBounty.onEnable(MobBounty.java:30)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.configuration.InvalidConfigurationException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        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:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 11 more
     
  4. Offline

    Tallcraft

    I got a different problem, there is something wrong with the config file ? I havent touched it.
    Code:
    2011-11-05 00:22:59 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: Specified contents is not a valid Configuration
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:62)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
    2011-11-05 00:22:59 [SEVERE]     at com.stevenmattera.MobBounty.MobBountyConfigs.loadConfig(MobBountyConfigs.java:41)
    2011-11-05 00:22:59 [SEVERE]     at com.stevenmattera.MobBounty.MobBountyConfigs.<init>(MobBountyConfigs.java:27)
    2011-11-05 00:22:59 [SEVERE]     at com.stevenmattera.MobBounty.MobBounty.onEnable(MobBounty.java:30)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-11-05 00:22:59 [SEVERE]     at com.bekvon.bukkit.plugman.PlugMan.enablePlugin(PlugMan.java:341)
    2011-11-05 00:22:59 [SEVERE]     at com.bekvon.bukkit.plugman.PlugMan.doCommand(PlugMan.java:139)
    2011-11-05 00:22:59 [SEVERE]     at com.bekvon.bukkit.plugman.PlugMan.onCommand(PlugMan.java:65)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-11-05 00:22:59 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-05 00:22:59 [SEVERE] Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 2658
    2011-11-05 00:22:59 [SEVERE]     at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
    2011-11-05 00:22:59 [SEVERE]     at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
    2011-11-05 00:22:59 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    2011-11-05 00:22:59 [SEVERE]     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:60)
    2011-11-05 00:22:59 [SEVERE]     ... 24 more
    Working with bukkit#1337 iConomy 6 and PermissionsEx 1.15
     
  5. Offline

    hexagonlux

    I can't get the spawner protection to work in the latest version.
    Going to previous version works though.
     
  6. Offline

    CeramicTitan

  7. Offline

    AOD_Batman

    P
    Post your configs. Looks like you did something to blow up the YAML parser.
     
  8. Offline

    CeramicTitan

    i fixed the problem i just need to install vault?
     
  9. Offline

    Dmanj

    This is the same error that I am getting. I recently put my server onto a different computer. Mob bounty use to work but after the switch im getting this error. Any ideas?
     
  10. Offline

    Akime

    Having the same problem as Netto. Using the same specs. I assume it's the "I built against 1.6 and it don't work for 1.7" bug? >>
     
  11. Offline

    Maxxgold

    There are no rewards for Zombie Pigmen. Every other Mob gives money but the Zombie Pigman. Any way to fix this ?
     
  12. Offline

    Netto Hikari

    I managed to solve the problem by just deleting the config files.
     
  13. Offline

    Akime

    That easy, huh?

    I already move away from MobBounty and started using something else. >>

    Thanks for the help though, even if it is a bit late!
     
  14. Offline

    Netto Hikari

    You could've used the "reply" function under my post and I would've been notified earlier.
     
  15. Offline

    Adkos

    @AOD_Batman

    Hi !
    I'm having a little trouble with your plugin...
    Everything's work fine, except the Nether creatures that don't give money at all, not even for the OPs.

    Using Bukkit 1466 and Pex.
     
  16. Offline

    Akime

    You need to update your bukkit build. There's an issue in earlier versions where the death of nether creatures went unreported to plugins. I highly recommend you upgrade to at least 1530. You may have to update a plugin or two depending on what you use, but performance has been smooth as butter in every build since 1520.
     
  17. Offline

    Adkos

    Thanks a Lot Akime, I'll try that later !
     
  18. Offline

    DJ1142

    can you please update it to 1.0.1?
     
    Da Bozz likes this.
  19. Offline

    panborsuk

    When will be update to 1597 with new mobs? :)
     
    Da Bozz likes this.
  20. Offline

    denieru7

    Also waiting for the 1597 update, I love MobBounty :)
     
    Da Bozz likes this.
  21. Offline

    Orbix

    Can't wait for update ~Supported~
     
  22. Offline

    migsthegod

    Update for Endermen at The End please
     
  23. Offline

    Klausar

    Is this still working?
     
    Da Bozz likes this.
  24. Offline

    Leemur

    will be ever an update?
     
    Da Bozz likes this.
  25. Offline

    Bjourk

    What's a good replacement for this plugin? It's been ignored for too long.
     
    zcleaver and Da Bozz like this.
  26. Offline

    ProHDGaming214

    IMPORTANT:
    The Development of Bukkit is saying to prepare for R5 So pls update your Plugin so you can prepare for the R5 Here is the message what they gave me

    Important information on Next Recommended Build

    Hi ProHDGaming214,

    We're cleaning up our code to help us better prepare for the release of Minecraft 1.2. As a result, a lot of old, inefficient and buggy code is being removed and plugins will need to be updated.

    Please check your plugins, find out if the plugin developers have been keeping everything up to date and kindly let them know that they need to update their plugins to make sure they will be ready for R5.
     
  27. Offline

    Da Bozz

    Still waiting for an update, please!
     
    zcleaver likes this.
  28. Offline

    CackleFish

    Hey,
    Great plugin btw and would be really cool to get a update for it :)
    Thanks
     
    Da Bozz likes this.
  29. Offline

    Sorrow123444

    Please update this for R6! We really love having your plugin!
     
    zcleaver and Da Bozz like this.
  30. Offline

    strontkever

    any alternatives????? the iconomy runs on mob-rewards :(

    btw i switched to otherdrops now

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

    ImJustPro

    Please update this! I don't know any other ways for my users to earn money without this :<
     

Share This Page