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. ah alright thanks for the reply, will start using money rewards in the next version then. and thanks for an awesome plugin :)
     
  3. Offline

    WizzleDonker

    You are my hero sir! I was halfway through making my own plugin for almost exactly this and you completely nerfed me!
     
  4. Offline

    Malific

    in one reward line? You mean in the Everyone reward line or the 1st place reward line?
     
  5. Offline

    MizLiv

    Does this work for 1185?
     
  6. Offline

    xShiFTyy

    Does it work for 1.8 This question might have alredy been answerd
     
  7. Offline

    captainnana

    Any idea when the new bukkit / iConomy builds will be supported.
    Thanks
     
  8. Offline

    ONeill

    Hm i think its not supported with the newest PEX Permissions or?
    Because it works... but players can't use commands.
     
  9. Offline

    larsy1995

    I'd love to see this plugin work for iConomy 6 :D
     
  10. Offline

    grifOndOr

    this plugin seems to be inactive :(

    any idea of another plugin doing the same thing ?
     
  11. Offline

    matejdro

    Sorry for the delay, everyone.

    There has been some config system changes for easier development. There should not be any troubles, but still please double check if your config works.
     
  12. What kind of program you use there to video the tutorial how to install etc? i want the program :))
     
  13. Offline

    matejdro

    Ask @Samkio, he done this video.
     
  14. Offline

    pandapipino

    Best plugin EVAH!
     
  15. Offline

    erdrickk

    getting this error in my logs - is this fixable?

    Code:
    08:16:46 [WARNING] Task of 'MonsterHunt' generated an exception
    java.lang.NoClassDefFoundError: com/nijikokun/register/payment/Methods
    at com.matejdro.bukkit.monsterhunt.RewardManager.iConomyReward(RewardManager.java:200)
    at com.matejdro.bukkit.monsterhunt.RewardManager.Reward(RewardManager.java:177)
    at com.matejdro.bukkit.monsterhunt.RewardManager.RewardWinners(RewardManager.java:61)
    at com.matejdro.bukkit.monsterhunt.MonsterHuntWorld.stop(MonsterHuntWorld.java:79)
    at com.matejdro.bukkit.monsterhunt.HuntWorldManager$1.run(HuntWorldManager.java:85)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.register.payment.Methods
    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:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 9 more
    Ignore the above - I forgot to install the Register plugin...sorry lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  16. Offline

    Raycrash

    Big Bad Bug:
    people can register for hunts before the registration time, so even when there are a fewer people than the requirement is the hunt starts ;(
     
  17. Offline

    matejdro

    @erdrickk actually there is a bug. It will throw error instead of show warning about Register. Thanks.

    @Raycrash Sorry, I don't really get your problem. Does hunt start when there are less than required players?
     
  18. Offline

    Raycrash

    People register before the hunt is announced. So when they log off and less people than required are there the hunt still starts even with just 1 person because the others "signed up".

    Easy fix: only allow registration when a hunt is announced.
     
  19. Offline

    sleite

    Request: Is there is not a minimum number of players on-line, then do not spam the chat with the message "Monster Hunt was about to start, but unfortunately there were not enough players signed up.". The message should only be displayed if there were a sufficient number of players on the server.
     
  20. Offline

    REALDrummer

    I have an issue in which the hunt is unable to stop. It is now beginning at the correct time every night, but instead of ending on time, the time remaining shoots up to about 400% each time it reaches zero. Also, the /huntstop command does not work because it requires that I put in a world name. I have tried using "World One" and "world" among others and it always tells me that the world does not exist. My server only has one world. I would really appreciate help with these issues. Thanks in advance.
     
  21. Offline

    Agil

    I currently have an issue where no command works for monsterhunt whatsoever. Neither does it ever start. It seems like its broken entirely. The error that I get in my log upon restarting my server or using ./reload:

    Code:
    2011-10-18 13:39:57 [SEVERE] Error occurred while enabling MonsterHunt v1.4 (Is it up to date?): null
    java.lang.NullPointerException
        at com.matejdro.bukkit.monsterhunt.InputOutput.LoadSettings(InputOutput.java:208)
        at com.matejdro.bukkit.monsterhunt.MonsterHunt.onEnable(MonsterHunt.java:51)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        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)

    Edit: I have created a testserver with an absolute clean enviroment and have tested if Monsterhunt worked at all with lots of different config settings, mysql yes/no and obviously any form of currency as a reward turned off. Sadly, I still get the error I posted above.
    Any chance on a Bukkit 1317 compatible version anytime soon?
     
  22. Offline

    Zelwak

    Hi all!
    I like you plugin and i have translate the messages in French. If you can put it in the first post. (Sorry if my english is bad, I'm french :D)
    Code:
    Messages:
        MessageAlreadySignedUp: Vous etes deja inscrit!
        MessageHuntStatusNotInvolvedLastHunt: Vous n'avez pas ete implique dans la derniere chasse dans ce monde.
        MessageHuntTeleNoHunt: Vous ne pouvez pas vous teleporter a la zone de chasse quand il n'y a pas de chasse!
        MessageHuntStatusNotActive: Monster Hunt n'est actuellement pas actif partout.
        HighScoreMessage:'Vous avez atteint un nouveau meilleur score: §6<Points> points§f!'
        StartMessage: '&2La chasse aux monstres a commencer dans <World>! Aller tuer ces
            sales monstres!'
        MessageTooLateSignUp: Desole, vous etes en retard pour vous inscrire. Vous aurez plus de chance la prochaine fois!
        MessageStartNotEnoughPlayers: 'La chasse aux monstres etait sur le point de commencer,
            mais malheureusement il n''y avait pas assez de joueurs inscrits. '
        FinishMessageNotEnoughPoints: Le soleil se leve, donc la chasse aux monstres est fini dans <World>! Malheureusement personne tuee assez de monstres, alors il n'y a aucun gagnant.
        MessageSignUpPeriod: Affutez vos epees, renforcer votre armure et tapez /hunt, parce que la chasse aux monstres va commencer dans quelques minutes dans <World>!
        SignupAtHuntMessage: Vous vous etes inscrit pour la chasse dans <World>. Maintenant faites vite et tuer le plus de monstres!
        SignupBeforeHuntMessage: Vous vous etes inscrit pour la prochaine chasse dans <World>!
        RewardMessage: Felicitations! Vous avez reçu <Items>.
        MessageHuntStatusCurrentScore: Votre score actuel dans la chasse de ce monde est de &6<Points> points&f! Continuez comme ça!
        KillMessageArrow: Vous avez eu seulement <MobValue> points parce que vous utilise l'arc en tuant <MobName>. Vous avez &6<Points> points&f a present. Continuez comme ça!
        DeathMessage: Vous etes morts donc votre score a ete reduit de 20 points. Soyez plus prudent la prochaine fois!
        NoBowMessage: Votre kill n'est pas compte. Arretez de camper avec votre arc et entrer dans le combat!
        MessageHuntStatusLastScore: Votre dernier score dans ce monde etait de &6<Points> points&f.
        MessageHuntStatusTimeReamining: Continuez de tuer! Seulement <Timeleft>% de la nuit est passee dans ce monde!
        FinishMessageNotEnoughPlayers: Le soleil se leve, donc la chasse aux monstres est fini dans <World>! Malheureusement personne tuee assez de monstres, alors il n'y a aucun gagnant.
        MMessageHuntTeleNotSignedUp: Vous ne pouvez pas vous teleporter a la zone de chasse si vous n'etes pas inscrit a la chasse!
        KillMessageWolf: Vous avez obtenu <MobValue> points parce que votre loup tue <MobName>. Vous avez &6<Points> points&f a present. Continuez comme ça!
        KillMobSpawnedInsideMessage: Votre kill n'a pas ete compte. Arretez de broyer dans des grottes et aller a l'exterieur!
        SignUpAnnouncement: §9<Player>§f s'est inscrit pour la chasse dans <World>!
        MessageHuntStatusHuntActive: Monster Hunt est actif dans <Worlds>.
        FinishMessageWinners: 'Le soleil se leve, donc la chasse aux monstres est fini
            dans <World>! Les gagnants de la chasse d''aujourd''hui sont: [NEWLINE] 1ere
            place: <NamesPlace1> (&6<PointsPlace1> points&f) [NEWLINE] 2nd place: <NamesPlace2>
            (&6<PointsPlace2> points&f) [NEWLINE] 3rd place: <NamesPlace3> (&6<PointsPlace3>
            points&f)'
        MessageLead: §9<Player>§f vient de prendre sur le plomb avec &6<Points> points&f!
        KillMessageGeneral: Vous avez obtenu <MobValue> points pour avoir tuer <MobName>. Vous avez &6<Points>&f points a present. Continuez comme ça!
        MessageHuntStatusNoKills: Vous n'avez pas tue de monstres a la chasse de ce monde encore. Depechez-vous!
        HighScoreMessage: 'Vous avez atteint un nouveau meilleur score: &6<Points> points&f!'
        MessageHuntTeleNotSignedUp: Vous ne pouvez pas vous téléporter à la zone de chasse car vous ne vous y êtes pas inscrit!
     
  23. Offline

    Craigdb

    I tried searching for my suggestion and don't see it, so here goes... is there a way you can allow people to change their mind and 'cancel' their signup... I can't see that being too hard.
     
  24. Offline

    matejdro

    Make a ticket on bukkitdev for that.
     
  25. Offline

    Wlad7773

    он работает???[creeper]

    как скачать??? его

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  26. Offline

    erdrickk

    Can anyone get this to work with Bukkit #1509?
     
  27. Offline

    matejdro

    I will update this after RB will come out.
     
  28. Offline

    Nexot

    this is just perfect :D! very nice plugin
     
  29. Offline

    matejdro

    Updated:

     
  30. Offline

    dockozel

    So, my hunts aren't ending. Using version 1.5 on CB 1.0.1-R1 same as REALdrummer above.
     
  31. Offline

    matejdro

    Any errors in console?
     

Share This Page