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. Same error than Adam with cb 602
     
  3. Offline

    Quarkex

    First of all, pretty cool mod you have here.

    My questions is, is there a way to reward a group if no one wins? We have Vampires and this mod, with the vampires defending the monsters. Both play along nicely, but at the moment there is no way to reward the vampires.
     
  4. Offline

    matejdro

    You can assign people special permission that will award them anyway.

    I'm working on these errors.
     
  5. Offline

    beatcomet

    I did every thing you wrote but the is no configuration file even after running the server
     
  6. Offline

    matejdro

    Are there any messages in console about MonsterHunt?
     
  7. Offline

    beatcomet

    only MonsterHunt loaded, can see the configuration file

    can you pleas upload the configuration file?
     
  8. Offline

    KeithGB

    Hey, I'm running CB617 and MonsterHunt 0.5 and am getting this:

    Code:
    15:50:57 [SEVERE] null loading MonsterHunt v0.5 (Is it up to date?)
    java.lang.NullPointerException
        at com.matejdro.bukkit.monsterhunt.InputOutput.PrepareDB(InputOutput.java:201)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt.onEnable(MonsterHunt.java:53)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:264)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:225)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    I'm assuming this is because 617 isn't supported yet? Any idea if/when it will be?

    And thanks for the plugin, all my player to tend to bunker down and hide. :-/
     
  9. Offline

    hiphopgamer

    can u reupload the version for 556 please? pretty pleasE?
     
  10. Offline

    anonymous

    can anyone confirm if this is working for newest CB?
     
  11. Offline

    matejdro

    It should work.
     
  12. Offline

    beatcomet

    its working (Playing right now) but I can't confugure it.
     
  13. Offline

    Adam McFarland

    It loads fine when you start the server showing no errors, and it announces as it should, but if anyone types /hunt, they get the internal error and can't join. I tested this with CB 617 and MH 0.5 no other plugins installed.

    [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-02 09:05:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'hunt' in plugin MonsterHunt v0.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    at com.matejdro.bukkit.monsterhunt.MonsterHunt.onCommand(MonsterHunt.java:353)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
    Nitesh Menon likes this.
  14. Offline

    PandaVidya

    I'm confused... People are saying it is working and people are saying it isn't....
     
  15. Offline

    TheDarkness73

    When I use it, i get this :
    Code:
    SEVERE] Could not pass event CREATURE_SPAWN to MonsterHunt
    java.lang.NullPointerException
        at com.matejdro.bukkit.monsterhunt.MonsterHuntEntity.onCreatureSpawn(MonsterHuntEntity.java:167)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:435)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
        at net.minecraft.server.World.a(World.java:724)
        at net.minecraft.server.SpawnerCreature.a(SourceFile:148)
        at net.minecraft.server.World.h(World.java:1384)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:359)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-02 23:21:11 [SEVERE] Could not pass event CREATURE_SPAWN to MonsterHunt
    java.lang.NullPointerException
        at com.matejdro.bukkit.monsterhunt.MonsterHuntEntity.onCreatureSpawn(MonsterHuntEntity.java:167)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:435)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
        at net.minecraft.server.World.a(World.java:724)
        at net.minecraft.server.SpawnerCreature.a(SourceFile:148)
        at net.minecraft.server.World.h(World.java:1384)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:359)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  16. Offline

    TE5LA

    I get the /hunt errors with CB612.
     
  17. It doesnt work!
     
  18. Offline

    Adam McFarland

    you sorta get a false positive, when you start the server you won't receive any errors, on top of that, the plugin will announce hunts just like it should. The issue is when you try to actually participate in the hunt and type /hunt, that's when it breaks.
     
  19. Offline

    The PC Tech Guy

    I don't know if the same version has been updated, but I do know is that I get these messages whenever a hunt is to occur (or the server starts at nighttime):
    Show Spoiler
    2011-04-02 22:12:10 [SEVERE] java.lang.NullPointerException
    2011-04-02 22:12:10 [SEVERE] at com.matejdro.bukkit.monsterhunt.MonsterHunt.start(MonsterHunt.java:137)
    2011-04-02 22:12:10 [SEVERE] at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:220)
    2011-04-02 22:12:10 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    2011-04-02 22:12:10 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:356)
    2011-04-02 22:12:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-04-02 22:12:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-02 22:12:10 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at com.matejdro.bukkit.monsterhunt.MonsterHunt.start(MonsterHunt.java:137)
    at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:220)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:356)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-02 22:12:10 [INFO] Stopping the server..
     
  20. Offline

    matejdro

    Updated

     
  21. Offline

    vilmar1992

    every morning when its time for the rewards my server gets freezed and this error:
    Code:
    2011-04-03 14:51:23 [SEVERE] java.lang.NullPointerException
    2011-04-03 14:51:23 [SEVERE]     at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:148)
    2011-04-03 14:51:23 [SEVERE]     at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:235)
    2011-04-03 14:51:23 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    2011-04-03 14:51:23 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:356)
    2011-04-03 14:51:23 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-04-03 14:51:23 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-03 14:51:23 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at com.matejdro.bukkit.monsterhunt.MonsterHunt.stop(MonsterHunt.java:148)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt$1.run(MonsterHunt.java:235)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  22. Offline

    matejdro

    I have just reuploaded last version with this error fixed.
     
    Fluff likes this.
  23. Offline

    John Bousfield

    I'm getting the same error as vilmar1992 when the hunt ends. Other than that everything seems to be working ok.
    Using v0.5.1 and cb 617

    Thanks for all your effort matejdro, my users love this plugin.

    Nevermind, I see your fix above my post ^^ =)
     
  24. Offline

    beatcomet

    there is no properties file
     
  25. Offline

    matejdro

    It should be automatically created when you start plugin for the first time.
     
  26. Offline

    beatcomet

    what can i do, there is no properties file...
    all the commands work fine, i can register the hunt and i can start and stop it manually but i can configure it
     
  27. Offline

    lastmikoi

    Nice plugin, it keeps my player alive x)

    However, since I translated messages to french, I got trouble with accentued characters.
    It could be even better if config file support specials characters (such as é,è,à,ê,ô,ç)
     
  28. Offline

    beatcomet

    I got a problem....
    after the sun rises there are problems with the hunt stopping...
    [​IMG]
    here is a pic
     
  29. That error happens to me too.
     
  30. Offline

    skulper34

Share This Page