Inactive [FUN/ECON]MonsterHunt v1.5.1 - Who kills most mobs? [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by matejdro, Jan 29, 2011.

  1. Offline

    matejdro

    MonsterHunt

    Are your players building at day, but bunker into their houses, when night comes? Make them hunt monsters!

    This plugins adds another layer of fun against monsters. It's absolute must have, if you have monsters turned on.

    At night, when monsters come out, plugin will count how many monsters each player kills. At the end of the night, name of the player with most kills is announced globally.

    Additionally, you can enable reward to add another way of gathering stuff to the server or to simply motivate players to hunt monsters.


    (BIG thanks to @Samkio for the video)

    See BukkitDev page for more information and download links: http://dev.bukkit.org/server-mods/monsterhunt/
    (you can use your minecraft forum username and password on BukkitDev)
     
  2. Offline

    RoTide

    Just verified on nearly the latest bukkit version: Build 261
    Also the latest MonsterHunt 24890Bytes MonsterHunt.jar v0.2.2

    Hunt won't declare a winner or award prizes, it just errors out:

    Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:493)
    at java.lang.Integer.valueOf(Integer.java:570)
    at com.matejdro.bukkit.monsterhunt.Rewards.NormalReward(Rewards.java:54)
    at com.matejdro.bukkit.monsterhunt.Rewards.Reward(Rewards.java:27)
    at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:143)
    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.actionPerformed(MonsterHunt.java:206)
    at javax.swing.Timer.fireActionPerformed(Timer.java:293)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:224)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:185)
    at java.net.SocketInputStream.read(SocketInputStream.java:199)
    at java.io.FilterInputStream.read(FilterInputStream.java:83)
    at net.minecraft.server.Packet.b(SourceFile:102)
    at net.minecraft.server.NetworkManager.f(SourceFile:157)
    at net.minecraft.server.NetworkManager.c(SourceFile:15)
    at net.minecraft.server.NetworkReaderThread.run(SourceFile:68)
     
  3. Offline

    matejdro

    May i see your RewardParameters?
     
  4. Offline

    RoTide

    RewardParameters = 0 32-64; 87 2-4; 264 1-1; 322 1-1; 329 1-1; 354 1-1
     
  5. Offline

    matejdro

    Do not use spaces after ;. So:

    RewardParameters = 0 32-64;87 2-4;264 1-1;322 1-1;329 1-1;354 1-1
     
  6. Offline

    RoTide

    Ahh, ok, I must have put spaces for readability. Thanks for the info. Once I get a chance to reset the server I'll let you know if that resolved it for me!
     
  7. Offline

    pixelbat

    Getting this error with the most recent craftbukkit (271) and the hunt never starts when night rolls around. Rolled back to 254 (the previous build I was using), and I don't get the error and the hunt works again.

    2011-02-07 04:46:31 [INFO] Done! For help, type "help" or "?"
    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.bukkit.S
    erver.getWorlds()[Lorg/bukkit/World;
    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.actionPerformed(Monster
    Hunt.java:175)
    at javax.swing.Timer.fireActionPerformed(Unknown Source)
    at javax.swing.Timer$DoPostEvent.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
     
  8. Offline

    AntonyDream

    Got just the same error on 252, so confusing >.<
     
  9. Offline

    Madmusk

    Ok thanks for the reply. However, could you explain raw time to me so I can play around with the properties file and hopefully find a work-around?
     
  10. Offline

    ursa_arcadius

    Looks like it is broken in 271

    Code:
    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.bukkit.Server.getWorlds()[Lorg/bukkit/World;
            at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.actionPerformed(MonsterHunt.java:175)
            at javax.swing.Timer.fireActionPerformed(Timer.java:271)
            at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    
     
  11. Offline

    maehze

    BUG @ #271

    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.bukkit.Server.getWorlds()[Lorg/bukkit/World;
    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.actionPerformed(MonsterHunt.java:175)

    it seems that they changed this command
     
  12. Offline

    NeoStarr

    I've been having problems with people using monster spawners to exploit the hunt. Are there any creative solutions to this besides just removing the spawners? I'd like to keep the spawners around so we can build traps and harvest materials from them, but it doesn't work too well with this plugin when people camp them for kills.
     
  13. Same here...
     
  14. Offline

    Anoniempje

  15. Doesn't seem to start the hunt or announce that players have missed the chance to signup. Using 257 I think.
     
  16. Offline

    Benjamin Groves

    I would like to just naturally reward my players 25 coin per mobSpawn kill, on the spot

    This would be a setting natural to the players with no extra interface.

    Is this possible with the MonsterHunt plugin?
     
  17. Offline

    ursa_arcadius

    Not as it is now, but he may be able to add it
     
  18. Offline

    Kevin Forte

    It is definitely down in build 271. I hope it gets fixed soon, I was SO excited to use this plugin and it isn't working. )x I agree with those that said it would be cool to increase mob spawning rate during the hunt.
     
  19. Offline

    poopiepants

    Same error as well..

    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.bukkit.S
    erver.getWorlds()[Lorg/bukkit/World;
    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.actionPerformed(Monster
    Hunt.java:175)
    at javax.swing.Timer.fireActionPerformed(Unknown Source)
    at javax.swing.Timer$DoPostEvent.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
     
  20. Offline

    ursa_arcadius

    The builds are leaving this plugin behind. Already up to 288
     
  21. Offline

    feverdream

    I have added API support to ExtendedDay just so that this plugin can make use of it..
     
    Madmusk and dak393 like this.
  22. Offline

    ursa_arcadius

    Awesome, can't wait for this one to be updated now.
    @matejdro let me know if I can lend a hand.
     
    Madmusk likes this.
  23. Offline

    MillerTheBeast

    Same error. Build 288
     
  24. Offline

    MrYaah

    you my dear sir, are a badass
     
  25. Offline

    Kevin Forte

    Same here as well, Build 289 now. This plugin needs an update, I want to use it so badly.
     
  26. Offline

    henrylee99

    make it you cant use chests
     
  27. Offline

    ZeroDPS

    any chance to get the source code for this plugin, I would be happy to update it for everyone since its been broken for quite some time now.

    -Zero
     
  28. Offline

    Arisilde

    Any eta when you plan to implement this? You mentioned it was on your todo list.
     
  29. Offline

    ZeroDPS

    message sent to you
     
  30. Offline

    matejdro

    What is broken for quite some time? It should work until yesterday, when they released multi-world update.

    EDIT: sorry guys, I'm blind. I'm working on fix right now :)
     
  31. Offline

    pixelbat

    Also want this really bad. I have a plugin request thread for something like this already up. http://forums.bukkit.org/threads/req-monster-loot-tables.3817/

    Would be cool if we had a MonsterHunt that rewards per kill :D
     

Share This Page