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

    flaaghara

    That's exactaly what I tried to do, but I don't know what RAW time refers to and when night starts in RAW. I changed it to 1 minute signup which is during sunset but it's just not timed correctly. I'm also getting the 5 message bug.
     
  3. Offline

    bradcland

    Could you add a second and third place?
     
  4. Offline

    FXStrato

    Does this work with the latest version of bukkit?
     
  5. Offline

    CoZmicShReddeR

    using BUKKIT-CRAFTBUKKIT-231 MonsterHunt v0.2

    Getting this error in console.
    Code:
    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.bukkit.S
    erver.getTime()J
            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)
     
  6. Offline

    Stephen92

    anyone have the colors working for the text? if so please post the way it should be configured.
     
  7. Offline

    averad

    org.bukkit.Server.getTime() has been changed to org.bukkit.World.getTime()

    in build 196+
     
  8. Offline

    Liger_XT5

    Well I hope this plugin doesn't die. My friends are more of explorers and I just sit around and create stuff (Newest toy is my subway/roller-coaster system.

    This would be great to tie in with the longer days plugin to make things a bit more fun, not to mention the DM plugin.
     
  9. Offline

    majorcyto

    Are working on an update for this? Or did you quit it already ;[
     
  10. I would love this plugin if you just would update it to work with 197+ versions! I loved it before i updated CB. Every other plugin work with newer except this.
     
  11. Offline

    Stalker

    b232, getting same errors as CoZmicShReddeR.
    Please fix this, it was so awesome while it lasted! :)
     
  12. Offline

    maehze

    Code:
    java.lang.NoSuchMethodError: org.bukkit.Server.getTime()
    it has been change to
    Code:
    org.bukkit.World.getTime()
    !!!
     
  13. Offline

    majorcyto

    Can someone please recompile the jar with the fix if he wont? :D
     
  14. Offline

    matejdro

    Don't worry guys, I'm working on update :)
     
  15. Offline

    acegiak

  16. Offline

    matejdro

    Updated. I wanted to first check the multiple message issue, but as i see, you guys are updating your Bukkit very frequently (which is of course a good thing :)). So here is quick update:

     
  17. Offline

    majorcyto

    yay thanks <3 :]
     
  18. Offline

    Binaryclock

    Fun plugin, my users love it.

    Question: What happens if someone decides to use a monster spawner to kill monsters all night?
     
  19. Offline

    matejdro

    Nothing happens, player can kill them normally and get points. AFAIK there is no way to detect monster origin with Bukkit.

    But from what i read, monster spawners are very slow, so most of the time you can kill more mobs with going out to the wild than using a spawner.

    Also, how would you use spawner? AFAIK it spawns pigs when placed by player.
     
  20. Offline

    poopiepants

    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.bukkit.S
    erver.getTime()J
    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)
    I am getting this at startup.

    Thank you for the great plugin!
    I am running the latest bukkit and craftbukkit, just downloaded them today.
     
  21. Offline

    matejdro

    Do you have latest version?
     
  22. Offline

    Beatkidz

    when i use the /hunt command it works but the console says this:

    2011-02-03 14:26:01 [INFO] beatkidz issued server command: hunt
    2011-02-03 14:26:01 [INFO] Unknown console command. Type "help" for help.
     
  23. Offline

    ursa_arcadius

    Request:
    Could you make it so that the hunt is cancelled if fewer than x players sign up? My server is not always very busy and it would basically be cheating if someone was on and just came out each night, killed one thing, and then got a bunch of diamonds. There would be no competition.
     
  24. Offline

    matejdro

    @Beatkidz I see, but it's not that big of a deal, so it's lower priority.

    @ursa_arcadius That is already implemented.
     
  25. Offline

    panderiz

    edit: Nevermind if you saw this...

    This is clashing(right adjective?) with another plugin. Now to being the long search of which it is. Will update this post when I find what is stopping MonsterHunter from working

    update - Too many plugins. Will continue my search tomorrow!
     
  26. Offline

    FXStrato

    Thanks for update. Keep it coming! You should make a mod so that it's only for a certain place.. like a colisuem or something.. some of my friends tend to just build a tower and then kill the mobs from there...
     
  27. Offline

    ambientmf

    Hey, quick question. I had previously grabbed sqlite for one of my other plugins (I think LWC, not sure exactly). That plugin required that I create a "lib" folder in the server root folder and place the sqlite jar there.

    My question is, would I need to put another copy of the sqlite jar in my server root in order for this plugin to function? I just want to know if I can get away with just having one copy in my serverroot/lib folder.

    PS: I'm using Windows if that makes a difference. Under Linux I probably could just get away with ln'ing the jar to the server root.

    EDIT: I just dropped in the MonsterHunt.jar to my plugins folder and it seems to be working fine. If I could get a quick confirm from the author, that would be awesome. I haven't run into any problems yet so for those who already use SQLite for some other plugin, it residing in the /lib folder doesn't seem to conflict with MonsterHunt. Love this plugin btw! <3
     
  28. Offline

    DoomBunnyPwn

    How do i give people iconomy money for winning?
     
  29. Offline

    Tearlow

    I don't think you've read the whole post did you? :)

    RewardParameters = 0 R10-10
    0 = iConomy Currency. R10-10 = Kills*10, if I kill 50 mobs during the night I'd receive 500 credits.

    If you simply wanna give 100 credits for a win you can do the following
    RewardParameters = 0 100-100

    Hope that helps mate :)
     
  30. Offline

    DerET

    MonsterHunt won't start automatically and will give no error. Maybe because ExtendDay is installed? Standard config works fine with extend day...
     

    Attached Files:

  31. Offline

    matejdro

    @ambientmf You are supposed to put it into root folder. But if lib folder works for you, even better. I guess java automatically checks for the libs. :)


    @DerET disabled sign up period is currently not working properly.
     

Share This Page