MobHunting icon

MobHunting -----

Earn Money and get Skulls by killing Mobs and Players




Version: 8.5.4
Please add placeholder

%mobhunting_top_names_<ID>% - name top <ID> number player
%mobhunting_top_total_kills_<ID>% - total kills <ID> number in top

Version: 8.5.4
After two or three upgrade versions, the database became dysfunctional, requiring a complete reset of all data. This time, even MySQL is not working. Despite modifying the configuration settings, it continues to use SQLite for storage. The overall database system feels incomplete. Once it is fixed, I will come back and give a five-star rating.

Version: 8.5.3
Would give it 5 stars, however the mysql side of things has been broken for awhile now. Even after my entire server has been updated, it still gives foreign key issues and the issues on the github have no answer.
-
Author's response
Hi. I have been away from the development, so I have not seen your ticket on Github. I will take a look. My own server Yggdrasil actually using MySQL and is working, so I will have to dive in to your problem to see why Mysql is not working in your end.

Version: 8.5.1
Your Bag of Gold feature is difficult to get working the way I want it, then one of your updates reset the settings and is now ignoring the BagOfGold config completely. Very upset.
-
Author's response
please check the CutsomItemsLib folder. After intruducing the library a lot of settings has been moved to this folder.

Bugs must be reported on Github so we can have a dialog.

Version: 8.5.1
Working, however /mh npc create does not. Using "/mh npc create total_kills AllTime 1" as the documentation says just returns back "unknown command: /mh npc"
-
Author's response
The you must have some kind of problem. If you need help you must create a ticket at Github. Please check you server log for java errors.

Enable debug information using "/mh debug"

Version: 8.5.1
I Would give a 5/5 but after updating to the newer version (1.19.3) of Minecraft it causes serious TPS issues dropping from 19-10 to 14-15. i hope this is fuxed soon as this was a backbone of my server.
-
Author's response
My plugins has now been updated for MC 1.19.3 and 1.19.4

Version: 8.1.7
Fantastic plugin, and great author. I had some issues and opened a ticket on Github, he quickly responded and eventually provided a new version which fixed my issue. Plugin itself it's great, and really goes well with his other plugin BagOfGold.

Version: 8.1.5
nice plugin and the 1.19 errors just got fixed this update. it goes well with Elite Mobs and LevelledMobs
-
Author's response
Thank you :-)

Version: 8.1.2
The idea and execution are good. But the difficulty of setting up the configuration made me stop using this plugin.
-
Author's response
The plugin works out of the box. You dont need to change the default configuration unless you want to.

You can tweak almost everything because of all the integrations and users requests. You cant have both.

Version: 8.1.2
From 5 stars to 3, this plugin was abandoned, i do not recommend using it at all.

Version: 8.1.2
Interesting plugin with nice features.
But does it have an option to assign ranks based on you number of kills?
-
Author's response
Im completely sure if I understand what you suggest.

Your players can get rewards from the number of kills and a reward can be a command where you give them the rank you want.

Version: 8.0.6
Upgraded my 4-star review to a 5-star one. This plugin is the easiest way to add instant money earning for players. Mobs will drop bags of gold that you can then exchange via command or sign (needs to be oak) for cash. My players love it!
-
Author's response
Thank you. Notice that if you also use my other plugin BagOfGold the dropped bags actually is the money and the players does not need to exchange anything.

Version: 8.0.4
key, good plugin but do I make it so that the money gets added to my Essentials balance?
-
Author's response
Getting support through a review is never good. We cant have a dialog this way and your question is not clear.

1) If you sell the heads / bags you can use signs and get the money into the balance.

2) if you use Bagofgold the Bags is infact the money and the bags is your balance. See my other plugin BagOfGold.

3) If you want the plugin to add the money to your balance instead of dropping heads/bags you set this in the config.yml

4) So why only 3 starts? I think you can configure and use the plugin like you want to.



# ########################################################################
# DropMoneyOnGround for servers WITHOUT the BagOfGold plugin installed
# ########################################################################
dropmoneyonground:

# When a player get a money reward for a kill, the money will go directly
# into his pocket. If you set dropMoneyOnGround=true the reward will
# dropped on ground to be picked up by the player.
# Negative rewards will always be taken from the player.
#
# OBS Notice if you have the BagOfGold plugin installed these settings will be
# overruled by the settings in BagOfGold config.yml !!!
drop_money_on_ground: true

Version: 8.0.4
Not working for 1.8.8 server.

[14:56:52 ERROR]: Could not load 'plugins\MobHunting-8.0.4.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: one/lindegaard/MobHunting/MobHunting has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.UnsupportedClassVersionError: one/lindegaard/MobHunting/MobHunting has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_301]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_301]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_301]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_301]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_301]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_301]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_301]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_301]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_301]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_301]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_301]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched.jar:git-PaperSpigot-"4c7641d"]
... 6 more
-
Author's response
You have to use an older version for 1.8.8 because of the change to Java 17. It is not possible to compile for both Java 6 and java 17. If you want to stay at MC 1.8.8 there is no reason for upgrading Mobhunting.

Version: 8.0.4
Uno de los mejores plugins para la economía de mi servidor! mu recomendable altamente configurable para todo tipo de mobs!
-
Author's response
Thank you. Envíame un mensaje si estás interesado en ayudar a traducir mi complemento al español. Yo no hablo español yo mismo.

Version: 8.0.4
I would give it 6 stars if the plugin read my mind and tweaked the configs!! one the best plugins i have ever used. Sure it can cause a few issues, mostly i found that was because it is so configurable - i mucked things up not the coding. all in all one excellent effort My only recommendation is make this a premium resource...You know your worth it.

Version: 8.0.2
Excited to see LevelledMobs compat in the future if it's in the cards! I'm in the same boat as Lokka; non-developers have zero concept of what time and effort it takes to maintain a plugin, even a premium one. To do it for free, for more than six years of development, is dedication, time, and money invested that few would be willing to absorb.

Focus on real life first then get back to your passion when you're at your peak! GL!~

Version: 8.0.2
The dev came back and once again the plugin became the most awesome plugin ever!

Version: 8.0.2
Hey Roco,

As a fellow developer I have noticed that so many ignorant people have decided to take a dump inside this plugin's review section. I feel pretty bad after reading how poorly people have treated you below. I apologise that you have to deal with it.

I don't actually use MobHunting (as I don't have enough time to run a MC server anymore), but I'm sure it's not worthy of these 1-star ratings.

I find it justified that you prefer servers enable bStats metrics. Such a small thing to ask for by developing this plugin for free.

Something hilarious is the guy that asked you for help whilst giving a three-star. Can't be more of an asshole.

Leaving this in this section rather than in a PM so perhaps future reviewers can reconsider.

All the best,
lokka30
-
Author's response
Hi Lokka30.

Thank you very much! People don't know how much time it can take to develop a plugin like this and if they had to pay for the time I use on this it would be an VERY expensive plugin.

I have been "away" for almost a year and I undestand why people are annoyed about that, but giving me a bad review does not make me want to help them. A nice review and nice comments in the forums is what want me to help. In fact it was only because SlimeDog almost begged me to come back, that I decided to give the upgrade to Java16 and MC 1.17.x a shot and now I have released a couple of versions and solved some bugs and I feel i have the energy to continue the work.

Kind regards
Rocologo

Version: 7.5.7
47k+ DL's... Bruh...

LEOcab is 100% on the money, THIS is an EPIC plugin, feature rich (and if you look at the source, OMG... REAL love went into this <3)

Show some back people!! WTF??
Do you know what REVIEW means??

Heres one to get you all in the right mindset:-

- This plugin for it features is EPIC, 5*****s EZ!
- FULL Setup is complex, but 5* for out of the box "working"
- UNLIMITED mob management, +vanilla hooking - GG! <3
- API is EPIC, not one failed call - GG! <3
- Installation - drag, drop -- job done <3
- Cmd Use, 5* nothing you cant do in game you dont have to!
- help (/mh help) will give you clear and easy to read examples

This is one HELL of a plugin!
This is a LOT of love into MC intergration and modding

**YOUR EPIC ROCOLOGO**
Do not let the fools that can only type in the first box they find knock you back, this is a stunning bit of coding!

**To the fools**
# R E V I E W -
"support" has more letters in it, and CLEARLY gave his discord?!
----> https://discord.gg/JeMpMKT WITH access to his GIT!!

Once again, Thank you RocoLoco <3 (If you ever need anything, hit me up, IRL, Discord... nothing and no problem is to big to solve my friend, pm me on here for my discord, email and server details)

Thank you RocoLoco <3
Thank You!
-
Author's response
Thank you Aussie P3ach :-) I appreciate the support. Its very easy to complain about something, but most people does not know how much time a developer has to spend to make things work. This one has been hard to solve for many reasons, but I think I succeded now.

MC 1.17 support is now added! :-)

Version: 7.5.7
Shame on y'all using this plugin god knows how long then the second it breaks due to update y'all come in here with y'all 1-star stamps taking massive dumps on a plugin you use and probably love despite its flaws

The dev posted a message at the top of the page saying how IRL has taken over and he can't do squat, yet if you check the dev builds page there are 2 failed builds from YESTERDAY. So despite whatever he's got going on in his life he's still finding the time to work on a 1.17 build for us

1-stars won't make the dude work any faster, if anything I'm sure it's pretty demotivational

@Rocologo on behalf of all the players on my server, thank you for this plugin!!!!
-
Author's response
Thank you LEOcab, yes I have actually been trying to make at a MC 1.17 version, but the change to Java 16, gives me big troubles. Shading does not work like it used to and I don't know how to solve this :-(

Version: 7.5.7
Such an awesome plugin but sadly abandoned. Yet the developer still asks for donations?
-
Author's response
I don't develop on my two plugins to get donations. I do it because its a kind of hobby. I have been off for a year. I have a life too and it has nothing to do with Minecraft or development.

If some one whats to buy me a beer or something its nice and I get happy, but this is certainly not why I do this.

Version: 7.5.7
Same reasoning as the review below, the bugs are starting to pile up, the configuration is well-documented, but make no sense, half of the options don't work, mix between integers and strings for the same key's, causing it to not work without errors or warnings if entered wrongly.

Default options don't work. The list is just getting longer and longer and the dev is 100% unresponsive.

Great plugin, now garbage.

Version: 7.5.7
Honestly used to love this plugin but over time there has been no updates to content and lack of support at so many levels.

Only reason I still use it is I can not find a replacement.

Needs more support and more features.... going to 1 star and keep looking for a replacement.

Version: 7.5.7
great plugin! but update to 1.16.4 pls
--------------------------------------------------------

Version: 7.5.7
i like it but i like to know how to get the bagofgold out of a hopper because it keeps it in the hoppers
-
Author's response
You give me 3 stars and think this make me want to help you???? You should create a ticket at Github instead of giving me a poor review. :-(

Version: 7.5.7
I dig the plugin for my server, thanks for making it. Yeah, the config is super long but that makes it super configurable. Almost every plugin uses bstats so it's not truly that big of a deal. Mob Hunting adds a really fun aspect to my server so thanks dude!

I also agree there's no reason to hassle the editor. It was super easy to use the search function in config and also I found everything in needed help with right on the overview page here.

Version: 7.5.3
Saw a lot of people hating on the developer but I think it's a really well made plugin that the developer has spent countless of hours on, all in his spare time. Keep up the amazing work!

Version: 7.5.3
After clearing out my head a little, I would like to give this plugin a more honest and on-point review than my rude words from yesterday. Here goes.


The plugin is extremely extensive and well-performing, which is a great aspect to have for all plugins. It is almost a must-havefor all. Alongside with the money-bags plugin (from the same author,) this plugin can be brought to its full potential with a lot of configuring. By a lot, I mean it.

This plugin is ready to be used out of the box, yes but you will need to put some time in it (like everything else) if you want it to react to your needs.

I am not keen on the fact that disabling data collection punishes the player for choosing not to share their data (which is acceptable for any server owner) but I believe that the capability of the author makes up for that, by the performance and quality of both of their plugins.

Overall I am satisfied, but it is still rather gruesome to go through almost 3.5k lines of configuration but in the end, it will be worth the investment.

Version: 7.5.2
I honestly can not see a reason to like nor use this plugin actively in a production server. The configuration is overbloated and the activision delay is utter nonsense. Though I must give it to the author that this plugin works without any performance issues, it's fine to use if you are willing to torment yourself preparing it for your own use.

4 out of 10
-
Author's response
Actually I don't use half of the features myself, but I have been very nice and fulfilled a lot of requests for servers owners all over the world over the past 5 years. I agree the it takes time to setup this plugin, if you want something special, but it works out of the box. Its only when you want to disable stuff or change rewards that it takes time. But you can do it.

Version: 7.5.2
This is probably the most difficult plugin to set up that I have seen .... I warn you in advance that I use google translator.
so...

1. there is no normal wiki for the plugin.

3.3k configuration lines, mom I'm scared ...

4. you need to configure each mob separately. Also, the plugin loves to reset the config if there are errors in it.

5.If YOU CHoOsE TO DiSaBlE tHe BstaTs dATA CoLLEctIoN a WarNING meSSAGe wIll BE WRiTtEN iN The SerVer conSoLe LOg ANd A sHOrt DeLaY WILL be InTroduCeD)) 0).

6. as we say "Сделано на отъебись"

Such a plugin is not needed even for free. Thanks for wasting my time ^^

Version: 7.0.8
Watch the small print. If you disable stat collection for your server, this plugin author thinks it is appropriate it introduce a startup delay, just to punish you. The excuse is “I am coding this for free”. Well, how about charging for it then, in an honest manner, instead of this underhanded, shady way of doing things? “Don’t like it, don’t use it”? Absolutely NOT using it, you are right :)

Version: 7.0.5
Great plugin! the best!

but i was troubles :( can you help me please for private?

Version: 7.0.4
Great plugin. I read some other reviews and it's disheartening to see people disrespect you and misunderstand what you say, and totally disregard the fact that you develop this for free. Keep up the good work.

Version: 7.0.0
Very Good Plugins but how to use lorinthsrpgmobs formule ?
In the default config i have multiplier_per_level: 1.05
But i want to use lorinthsrpgmobs formule thx
-
Author's response
Please create a ticket and explain more detailed. I dont understand what you request?

Version: 7.0.0
Plugin author is currently disregarding all bug reports of critical importance including a duplication bug.
-
Author's response
Giving a a bad review does NOT motivate me to fix bugs fast. If you dont like the plugin, does use it.

Im coding for free in my spare time and my sparetime has been very limitied in the past months.

Version: 7.0.0
Sorry, but this rating isn't getting dropped. You don't need metrics from my server, much less if you wanted them you should've thought about that before you purposely delayed my server start. If it were possible I'd give you zero ZERO stars. Point blank my hardware and server statistics are MY business not yours.
-
Author's response
I'm making this plugin for free and I make the rules. I have written this on the main page. I want to know how many servers which use my plugin, I think this is a fair deal, thinking of how many hours I have spend on coding to plugins for a game I almost not play anymore.

It would be a very easy decision to stop the development, why should I continue? (If I dont even know that the plugin is used)

All data sent to Bstats is anonymous so no body can trace your server or IP addres.

Do you also block all data which Google collect on your phone?????

Version: 6.9.9
A good plugin only because there isn't another one like it. You have to disable any of the features listed that you don't want by hand. They are all enabled from the start. Kind of frustrating. Also, it claims to have support for mythicmobs but in the console it gives an error that it couldn't work with the version. I think the devs of this plugin just haven't been keeping up with mythicmobs updates because they just came out with a big one. There's also way too much chat spam and no simple switch to turn off certain messages. It'll pretty much fill the player's console every time you kill a mob anywhere. Other than that, it does what it sets out to do, unless you're looking for what I was looking for- a plugin that would provide a leaderboard for mythicmobs kills. lol. It definitely almost did it but didn't quite follow through when connecting to MM.
-
Author's response
Please bugs at github like I have asked for. I have very little time at the moment to develop on this plugin and keeping it up to date is very time consuming because is has support more than 50 other plugins, which changes all the time. Giving me a poor review do not make me want to prioritize your problem.

Version: 6.9.8
¡help me please!

[18:33:30 ERROR]: Could not pass event EntityDamageByEntityEvent to MobHunting v6.9.8
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEvent(CraftEventFactory.java:87) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:553) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:466) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:585) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.EntityLiving.d(EntityLiving.java:1102) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:743) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.EntityHuman.attack(EntityHuman.java:1001) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.EntityPlayer.attack(EntityPlayer.java:1063) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1355) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:52) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:11) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_232]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_232]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/flags/registry/FlagConflictException
at one.lindegaard.MobHunting.compatibility.WorldGuardCompat.isAllowedByWorldGuard(WorldGuardCompat.java:71) ~[?:?]
at one.lindegaard.MobHunting.MobHuntingManager.onMobDamage(MobHuntingManager.java:480) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
... 23 more
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.flags.registry.FlagConflictException
at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_232]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232]
at one.lindegaard.MobHunting.compatibility.WorldGuardCompat.isAllowedByWorldGuard(WorldGuardCompat.java:71) ~[?:?]
at one.lindegaard.MobHunting.MobHuntingManager.onMobDamage(MobHuntingManager.java:480) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
... 23 more
-
Author's response
The reviews are not for support / bug reports. Please use Github and remove this "review" ...

Version: 6.9.8
i love this plugin and any server that doesnt have doesnt feel complete. i strongly recommend

Version: 6.9.6
Great plugin! Provides a lot of customization and is really easy to understand. Can't wait for 1.15 :)

Version: 6.9.6
This is one of the few plugins with extensive configuration and working on 1.12.2. Nice hope updates will come !
-
Author's response
Yes, more updates will come, but currently Im moving from one house to another.

Version: 6.9.6
I have a big problem with the plugin. Im using the 1.14.4 Version of Mc at my server. I change the value of the monet, i set it on "1.0", and with "1.0" and "1" Chance but the mobs don't drop money.
And i put the "heads" and "Bags of money" in false and with a 0 chance and the bags of money still dropping :l
-
Author's response
If you think that I will help you, when you are giving a very bad review, you are completely wrong!!!

Have you thought about that YOU might be doing something wrong???

Version: 6.9.1
Very cooool plugin!!! Thanks, thanks, thanks, thanks!!! .

Version: 6.8.5
One of my favorites, players enjoy collecting the heads and it makes for nice additional content. Lots of features and a very extensive config. Also props to the Dev, had an issue and it was quickly fixed!

Version: 6.8.0
This plugin is amazing! Constant updates show that the mod author really cares about your experience. Can't wait to see where this plugin heads in the future.

Version: 6.8.0
Great plugin! I do have a few questions about customizing config do i go to discord for that?
-
Author's response
Use the forum or github. The config is HEAVY but some of the users has used MobHunting for long and know the features well, they might answer in the forum.

Version: 6.7.5
Hello, great plugin, does for the most part what I want.

However one thing I'd definitely like to see added in the future is the ability to disable chat messages for kills, drops and pickups. It's a lot of chat spam, 3 messages per mob, one for the kill, money drop and money pickup. I know you can do /mh mute but that disables all other messages that are more useful too, and there is no way to mute by default. The ability and ease of colour formatting of messages also seems quite inconsistent. If those things could ever be added this plugin would be perfect.
-
Author's response
Have you tried /mh mute also you can choose to set selected line in your lang files to be emtpy. (Dont delete the lines)

Version: 6.7.2
Hello~Dear author!
I thinkthis plugin is super useful!!!! It deserves 5 stars!
And i also want to let more Chinese people know your plugin,could you please allow me to translate your plugin and advertise it to MCBBS( http://www.mcbbs.net/forum.php) and MCPLUGINhttp:// www.mcplugin.cn/forum.php()?(MCBBS is the largest Minecraft forum in China,many server owners are seeking good plugins there.MCPLUGIN is also a MC forum)
I'll translate the config files into Chinese and teach people how to use it there.
I'll NEVER claim it as mine,and I'll MARK you as the AUTHOR.:)
Also,i'll show them your bukkit page and let them download the plugin there.After i finish the post,i will send you a link.
-
Author's response
Hi,

You are most welcome and its okay to publish the jar on chinese forums, as long as I dont have to update the jar other places than on spigotmc.org.

Also If you can help me with the translation of the missing linies in the lang file, it would be very appreciated.

Version: 6.6.9
https://www.spigotmc.org/resources/mobhunting.3582/update?update=284294
Finally, thank you so much, the best no tested yet but 5 star for realy cool plugin...
-
Author's response
Thank you :-)

Version: 6.6.4
Excellent plugin, works well in 1.14.2. is there an integration for "BossShop", do you have the possibility to add "BossShopPro"? In addition I thought if we could add something to allow us to see that there is a "happyhour" in progress.
-
Author's response
I have never finished the integration to BossShop and at the moment I dont have the time to add new features.

When a player logon to your server, he should get a message in the player chat telling him that the HappyHour is in progress. (Unless you have muted the messagesusing /mh mute)

Version: 6.6.3
How can i get rid of all those messages in the chat each time i kill a monster? i looked the config nad found nothing about it ...
-
Author's response
What about asking in the forum or at github before making a poor review, just because YOU don know how to do it??? Do you really this this will help you?

Version: 6.5.5
This plugin works for me, great way to handle rewards for killing enemies on a survival server.

Version: 6.5.5
Long time no see, my favorite plug-in, I'm glad you update so hard, hard work,;)
-
Author's response
Yes :-) I dont have that much time to develop on my plugin at the moment. I work to much :-| But I had promised myself that I would update to 1.14 and fix bugs :-)

Version: 6.5.2
I love the crator and your support. This plugin have the best and the fast support ever. OMG <3 thank you for you job, rocologo!
-
Author's response
Thank you, but to be honest I have been very busy at work, so I have not spend that much time on the plugin that I used to :-)

I will of cause upgrade to MC 1.14 when released

Version: 6.5.0
Very stable, I really like the update notice function.
Would love more support in the discussion section though.
Still a great plugin.

Version: 6.5.0
Really good plugin :D

Can you please add support for Boss by kangarko?

Thanks in advance, you are a wonderful developer.

Version: 6.0.8
*****************************
Mc1.13.1 since started using Mc1.8.3
Praise praise worship worship
Yes your plugins OK too
*****************************
-
Author's response
Thank you DaDMaR777 :-)

Version: 6.0.8
add 1.13.1
-----------------------------------------------------------------------
-
Author's response
:-( 1.13.1 is supported

Version: 6.0.7
Best Plugin ever and top pluginner :) 5/5 absolutely :) Keep up the good work!!!

Version: 6.0.2
Best economy plugin! i like the way i can customize all mobs and their rewards and even add extra mob drops with cmds! Author also fixed an issue i have requested within the same day!
-
Author's response
Thank you I try to fix bugs fast, but not everyone is that lucky. Some bugs takes longer to fix.

Version: 6.0.1
You have no right to force anyone to use bStats, setting a 15sec delay, really? Doesnt matter why I dont want to use bStats, but the fact you try to force people to enable it by delaying their startup, gj
-
Author's response
Instead of making the plugin Permium I ask for bStats data, and you are not forced to enable bStats. Like you are not forced to update your SpigotMC, but start will be delayed if you don't do this after three days.

Version: 6.0.1
Best plugin! So many possibilities!! TOP 5/5 definitely! Thank you for this masterpiece!
-
Author's response
Thank you Mwordlling :-)

Version: 5.6.3
Awesome Plug, very versatile and dynamic. makes killing mc mobs fun again. With all the integrations into other plugs like mythicmobs this is by far one of the best plugs available on spigot.
-
Author's response
Thank you Mavhill!!!

Version: 5.6.3
Haven't found any exploits, works perfectly and its base features are easy to use+highly customizable!

Version: 5.6.3
Fantastic plugin, it's really fun just running out grinding mobs with this plugin.

Version: 5.6.3
Great plugin, the developer knows how to give support a proper to anyone who appreciate his plugin! You'll not find quality like this in ANY paid plugin on spigot, only who really love what they're doing can do this, don't get fooled by someone who call you "Love" and give shitty support, cough cough, hahaha. Thanks for your hard work!
-
Author's response
Thank you! Yes I have put big efforts in this plugin. I have worked on this pluigin fore years - for free!!!

Version: 5.6.2
Glad that you uploaded the right file now lol. It was 0 byte and I was like the fk?
-
Author's response
Yes, I think you were the only one who saw that :-) I deleted the 0 byte file in less than 5 min.

Version: 5.5.6
Great Plugin! the developer replies when he is free or has time (under 24h) The Plugin itself is amazing, from getting mobheads,and killing mobs for money the plugin itself is really configurable. Achievements, boosts for Donators, has lots of features, took me a couple of days to edit the config 100% xD so patience is key, but love Really love the plugin. i say Top 10 on my Plugin list. Keep up the great work!

Note: didn't Rate plugin when i first got it because of all the configs, and features i was having fun with lmao.

Version: 5.5.6
Brilliant plugin, Brilliant developer that messaged back with the solution to my problem! I am sorry if it seemed i was mean in anyway, i didnt mean for it to be interpreted this way. Thankyou so much :)
-
Author's response
Thanks Madpaddy. :-)

Version: 5.5.6
Amazing plugin, and super responsive dev. This is one of the central plugins for a new server I am working on. Players will be rewarded for bringing back the heads of our enemies!
-
Author's response
Thank you :-) Let me know if get any interesting ideas for game plays...

Version: 5.5.5
Best and Maybe Only Mob Hunting Plugin out. Has been so good since day 1! Config file a little hard to read with all the commented out lines but I understand the Dev probably did this cause people were too lazy to read the Setup Wiki.
-
Author's response
Exactly :-) People never read documentation before they ask me....

Version: 5.5.1
Great plugin.
Very nice to see regular updates too.
Good job and keep it up.
Thanks.
-
Author's response
Thank you Groot72, I'll do my best!

Version: 5.5.0
Latest Version 5.5.0 Is Spamming the Players with You got Skull Message on every kill and no skull is being received, nor to I want a skull for every kill. This should be a rare event.
-
Author's response
DON'T REPORT BUGS IN THE REVIEW SECTION! :-( and give me a change to answer your ticket you already created! There is NO spamming on my server, so I have asked you to show me your configuration for the Horse?

Giving me a score of 3 stars because of a small bug which can be a misconfiguration in your own end, is not very nice! :-(

Version: 5.4.6
Can you add a hologram on kill mob like it ? :
'You killed mob , you recieve xp,money,...(drop)'

Version: 5.4.3
===========================================================
nice plugin =)
===========================================================

Version: 5.4.0
Is not a pay plugin wtf? .. Great job really good plugin 5 stars well deserved :)
-
Author's response
No agree, MobHunting is much more than pay per killed mob plugin :-)

Version: 5.3.4
good plugin。but getplayerhead command with some bug。
when i used /mobhunt head give myname playername playername
i cant got player name but with some bug.can u fix it?
-
Author's response
I know this "bug" the problem is that Mojang limits the number of times you can get a skin from there servers.

This link ( https://sessionserver.mojang.com/session/minecraft/profile/3c9a8292-0fa7-4e7c-8413-2bcb15968204?unsigned=false ) should give you my skin, but sometimes it fails with an error "...to many requests..."

I have implemented a cache so I store the Skin locally when ever it is possible to fetch it. But it is really hard to test because of the limit above.

You can try the new cache in MobHunting V5.3.6-SNAPSHOT-B545 or newer:
https://fractal.lindegaard.one:8181/job/MobHunting/

I need some more testers and ask them to open the table mh_Players to see if the skin texture and signature is stored in the table.

Version: V5.2.9
Really amazing plugin for earning money as a player. Even though its only 3 people who play on my server, its a great way to earn money. I love the easy customization options, and how much plugins you can use.

I really hope to see more from you, thank you so much for an amazing plugin!

Version: V5.2.9
Really good plugin!, and the dev is also very active working on this plugin. Also making it open-source is a really good Idea it will helped me a lot on my next project xD

Ty dude
-
Author's response
Thank you.

I develop for fun and to earn money. It is only a hobby to me. You are welcome to fork what ever you like.

If you need access to the API or help or need more featrures in the API, the please make a ticket at GitHub and I will make it for you.

Version: V5.1.6
Haven't used this yet, but what is the plugin called that gives you this map in game? https://www.spigotmc.org/attachments/2017-05-20_09-27-39-png.241633/ It is on your picture on the overview page. Just curious.

I am the one who suggested the Gringotts Currency feature(Appreciate that, even though I don't use it anymore...lol^^; Sorry!), so just now getting the server for the final step in its creation and this plugin was on my top 10 list to use for server mechanics. =)

Thanks in advance and have a wonderful day!
-
Author's response
Its Mobhunting, used for selling the bags and get the money. The BagsOfGold does not work as a full economy plugin yet. You have to sell the bags before you can use the money.

BUT I am actually working on this and I am very close to make a release where the bags can be used instead of Essentials/CraftConomy/...

In fact I need a tester who want to use BagOfgold as an Enoomy plugin, to help finding the bugs.

Check out BagOfGold on Bukkit.org, when I am ready to make the first beta release it will be published on Spigot too.

Version: V5.1.6
===============================
Really good plugin, active/helpful dev.
Useful for any server 10/10.
===============================

Version: V5.1.1
Awesome plugin! Question -- Anyway to assign the level up rewards (100 mobs kills, 250 mob kills, etc) by mob type? When someone kills 100 skeletons, for example, so I can use a give command to set perms for a /Tag for a player like "Bonecrusher"? Each mob getting it's own tag or title?
-
Author's response
Thanks!

Please describe what you want here: https://github.com/Rocologo/MobHunting/issues

I dont understand your request....

Version: V5.1.1
still my most used plugin on my server. thanks for the great product and all your efforts.

Version: V5.1.0
good plugin that works really well and dev seems very active the one thing that really lets this plugin down is the heads. the quality of the heads is very poor there are lots and lots of awesome heads out there yet they dont seem to be used for this plugin if half the work that has been put into the mechanics of the plugin was put into the heads it would become one of the best mob hunter plugins out there
-
Author's response
It is the best MobHunter plugin! And you would use MobHunting if you didn't think so. Tell me something which the plugins can, which MobHunting can't do????

If you have suggestions for other mob heads, then show me a link to better heads...

Version: V5.0.8
Thanks for the awesome plugin! Friendly Author, fast fixing bugs and updates..... And so many useful features...!!
-
Author's response
You are very welcome!

Version: V5.0.5
I come from Hong Kong. Thank you for your plugin! It is very awesome! However, I just got a problem. It seems something wrong with your programming. I also want to write a programme, but it is very hard and my ability is weak on it. I hope that you can solve this problem.

"Could not pass event EntityDamageByEntityEvent to MobHunting v5.0.4
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:90) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:459) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:607) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityLiving.damageEntity0(EntityLiving.java:1308) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityLiving.damageEntity(EntityLiving.java:854) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityMonster.damageEntity(EntityMonster.java:44) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityZombie.damageEntity(EntityZombie.java:163) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.Explosion.a(Explosion.java:133) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.createExplosion(World.java:1898) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.WorldServer.createExplosion(WorldServer.java:1176) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityTNTPrimed.explode(EntityTNTPrimed.java:93) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityTNTPrimed.A_(EntityTNTPrimed.java:73) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.entityJoinedWorld(World.java:1653) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.g(World.java:1628) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.tickEntities(World.java:1454) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.WorldServer.tickEntities(WorldServer.java:617) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:806) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at one.lindegaard.MobHunting.compatibility.CrackShotCompat.isCrackShotUsed(CrackShotCompat.java:104) ~[?:?]
at one.lindegaard.MobHunting.MobHuntingManager.onMobDamage(MobHuntingManager.java:484) ~[?:?]
at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
... 24 more
[20:19:15] [Server thread/ERROR]: Could not pass event EntityDeathEvent to MobHunting v5.0.4
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:392) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityLiving.die(EntityLiving.java:1078) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityZombie.die(EntityZombie.java:429) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityLiving.damageEntity(EntityLiving.java:932) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityMonster.damageEntity(EntityMonster.java:44) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityZombie.damageEntity(EntityZombie.java:163) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.Explosion.a(Explosion.java:133) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.createExplosion(World.java:1898) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.WorldServer.createExplosion(WorldServer.java:1176) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityTNTPrimed.explode(EntityTNTPrimed.java:93) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.EntityTNTPrimed.A_(EntityTNTPrimed.java:73) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.entityJoinedWorld(World.java:1653) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.g(World.java:1628) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.World.tickEntities(World.java:1454) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.WorldServer.tickEntities(WorldServer.java:617) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:806) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at one.lindegaard.MobHunting.DamageInformation.isCrackShotWeaponUsed(DamageInformation.java:227) ~[?:?]
at one.lindegaard.MobHunting.MobHuntingManager.onMobDeath(MobHuntingManager.java:686) ~[?:?]
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.jar:git-Spigot-6f7aabf-c8ff651]
... 23 more"
-
Author's response
Hi RIGHTXD .

You should never report a bug in the review section! Im happy about reviews except when it contains a java exception. You should always create a ticket to get the bug solved.

I this case you dont need to create a ticket because I think I can sovle the problem in next release, but it would be nice of you if you updated the review and wrote something nice instead of the ugly javva exception. :-)

Version: V5.0.4
This plugin is really amazing! It's almost working like it is supposed to do, and if you find bugs, the developer listens to you and updates the plugin to fix these bugs. Very nice developer and great support! This plugin deserves the full 5 stars :)
I LOVE this plugin!

Version: V5.0.3
I am amazed of the work you did on this plugin the time I took a timeout on setting my plugin (few months). The config size is INSANE! Thank you very much for everything and I hope you will still update the plugin!
-
Author's response
Yes, the plugin should work out of the box, but recommend that server owner check the config.yml once in a while to check fo new settings. You can do a lot of configuration, and use the plugin like you want to - depending how it fits on your server!

Version: V5.0.3
I think, some heads aren't look like theowner mobs head..

Skymester05
-
Author's response
You are welcome to fine and suggest better head from mineskin.org

Version: V5.0.2
I love the plugin but in version 5.0.2 the money bags no longer stack! D: Is there a new setting for this? Or is this a bug?
-
Author's response
You should never have been able to stack the bags. But you should be able to merge to bags into one bag containing the sum of the money/gold

Please create a ticket if you find a bug :-)

Version: V5.0.0
As always without any effort Rocologo keeps updating, improving, listen to you guys... I'd say: Buy him a PIZZA!

Version: V4.9.5
Great plugin for killing rewards! ^^
Btw, i have a suggestion; can you add an option or permission to blacklist players from the Bounty feature? Thanks.
-
Author's response
The review section is not useable for support and questions. I dont understand your question? Please write in the forum or create a ticket: https://github.com/Rocologo/MobHunting/issues

Version: V4.9.5
Here's a quick review for the plugin MobHunting:

Author: Friendly, active and more than willing to help fixing bugs and add reasonable features
The plugin: Powerful, easy to configure, very few bugs and integrates nicely with many popular plugins
Community response: OVERWHELMINGLY positive! The players are going on a rampage to collect skulls!

Summary: Before MobHunting, killing mobs was boring and annoying. Nowadays it's fun, rewarding and highly addictive. It can't get any better than that.

Rating: Perfect 5!

Version: V4.9.2
EXcellent plugin, EXxcellent work, EXcellent Author. Thank you for this awesome plugin, my players interesting playing with mobs

Version: V4.9.2
Playerhead is laggy, the head is without skin when i kill players.. the head is called "1" '''''''''''''''''''''
-
Author's response
This should be fixed in V4.9.3. Please create a ticket if the heads don't work.

Version: V4.9.2
I think this one of the best plugins ever xD How much Updates ... I think the idea of this plugin is very nice and the plugin is unique :D Continue doing Updates

Version: V4.8.6
The best mob killer money earn plugin realy like it keep doing the best way like now
PS: thanks for fixing a creative duplicate money ;)

Version: V4.8.5
I don't know how you do it - but you keep this plugin up to date. You're an amazing author. You deserve a lot of credit for your work, Good Job.
-
Author's response
Pure hard work ☺ I want to make the best and most used "kill mobs for money" plugin.

Version: V4.7.5
Always up to date! No problems at all with this plugin! Developer VERY active. Changed the way my community plays the game! Excellent work!

Version: V4.6.2
Brilliant plugin, maintained to the point of obsession, author is always helpful and just seems like a proper decent person. The only addition i would suggest is a donation button so i can buy you a beer :)
Thanks for all your hard work

Version: V4.6.1
It works but I am using the default essentials economy how do players use that bag of gold to convert it over to essentials currency so they can use that money towards server shops?
-
Author's response
It depends on your configuration. Either they can drop it and pick it up again or they can use /mh bag sell

Version: V4.6.1
Very Good Plugin, good job, but can you add this compatibility ? https://www.spigotmc.org/resources/sentries.32819/
-
Author's response
I have added support for Sentries.
Please test build 321 or newer on my Jenkins server:
http://jenkins.lindegaard.one:8180/job/MobHunting/

And please mention this on your plugin homepage :-)

Version: V4.6.1
as p.money would say, this one right here, 10/10.
nice resource, keep it up, your a certified badass for making this, gg

Version: V4.5.6
Once again, extremely responsive developer. Quite a few feature requests already implemented, more to come. And bugs are squashed almost immediately. It's a pleasure.

Version: V4.5.3
I'm not sure if this plugin really deserves five stars.
Bags of gold? 10/10.
Money from fishing? 50/50.
Economy from bags of gold?! 100/100.
??? 200/200.

Overall rating, 10/10, Spigot needs to implement more than five stars.

I wonder what version 5 will be like, who knows, you'll probably implement new mobs!

Version: V4.5.3
Great idea, well executed. Developer is extremely responsive and conscientious. Cooperative in problem-solving and receptive to feature suggestions.

Version: V4.5.1
Excellent plugin, very customize!, 5 stars...

Version: V4.4.0
Very good plugin!, I'm really enjoying it on my server. However, I have a small problem with warps, when I warp to /warp food (A place where animals spawn), Everytime people kill them they don't drop anything, not even food. Do you have any idea what's going on? Thank you so much!
-
Author's response
The reviews are nor for support, because we can't have chat about why and what and so....

But my guess is that the area has been marked as a grinding area. You can check this with /mobhunt checkgrinding

If this is the case you and you want the player to get a reward in this area anyway you can whitelist the area. Check the /mobhunt whitelistarea command

Version: V4.3.8
Perfect plugin, perfect developer! No lags no shit. All excelente!!! BUT PLEASE ADD SUPPORT UNICODE NAMES PLAYERS!!! =)
-
Author's response
I'm actually working on this.

I have added a database command to convert mobhunting tables to utf8.

try /mobhunt database convert-to-utf8

and please PM me, I need a tester with special characters in his name who can access my server "mc.lindegaard.one" so I get a special name in my database to test on.

Version: V4.3.8
Favorite mod, active author, works his best to get all the amazing features working, should be a premium mod!

Version: V4.3.8
Add Customizable Lore And Name To The Heads And Sell Message With Multiple Line Support :) Thanks - I'll Fix Rating To 5 Stars When These Features Are Added <3
-
Author's response
Do you really think this is a fair review?

This is a free plugin and I spend more hours on developing this plugin than you can imagine and I don't recall you have ever donated? Not that I would commit to do so for 20 bucks. It would take at least 10 hours of developing these features.



Delete your review.

Version: V4.3.5
one of the best plugins on the market and a really active author with great support highly recommended

Version: V4.3.2
Best mob rewards plugin. Lots of control of the details. Fast responses from developer. I could wish for more, but it's a solid 5 joy!

Version: V4.3.2
Amazing plugin, Fast responses from the dev, just amazing <3
Customizations are amazing
Features are amazing

This cannot be faulted as a plugin <3
-
Author's response
Thanks I have spend more time on making customisations than anyone can imagine. The result is a very very flexible plugin, where you can disable an customise almost anything.

Version: V4.3.1
Love it.

Highly customisable, so easy to use and really adds to the server.
Wouldn't be without it.

Version: V4.3.0
Great plugin for our role play server. The developer is very responsive. The config is highly customizable.
-
Author's response
Thank you :-)

Version: V4.2.7
Worked well until one day the money rewards on all the mobs starting changing on their own. Had zombies go from giving $10-$25 to giving $625 each kill and nearly had it break my entire economy. Works good otherwise.
-
Author's response
If you experience this again you should create a ticket. I need more information before I am able to look at this problem and eventually fix a bug.

Version: V4.2.4
My server lives off this plugin at this point, its great for survival worlds and pvp, and its really fantastic when you've got an economy, I was wondering though since 1.11 was released for Craftbukkit, compared to most plugins this one has a lot of updates, I was wondering what they're all for O.o other then that 10/10, was only curious because I find my staff in Discord going "It wants updating again" xD its fine I got this
-
Author's response
I know there has been too many updates. But I think the plugin has become stable again now. The reason for the many updates is that I chose to update the Database Layout at the same time as MC1.11 was released. This made the 4.0.0 update a lot more complex than imagined. There has not been reported any errors to me since I released 4.2.4.

Finally I have added more small features to the plugin since 4.0.0. Support for ProtocolLib + Pickup up Money from ground even when the player inventory is full. ? a possibility to remove natural mob drops when a player is "cheating or grinding".

I keep a log of the changes you can always see an update log here:
https://github.com/Rocologo/MobHunting/blob/master/changelog.txt

Version: V4.2.0
Been using this for a month or more. Pretty good plugin, I love the support for MythicMobs too. Well done.
-
Author's response
Thanks :-) I'm still waiting for a MC1.11 version of MythicMobs.

Version: V4.1.8
Very good plugin :) I use this on my server :) It requires a little bit of fine-tuning the menu challenge. e.g.the button"no active challenges"
-
Author's response
Thanks Damian - yes the plugin is heaily configurable and it takes some time understand all the things you can do.

Version: V4.1.8
Why mobs with this plugin have speed boost and more HP? .............................................
-
Author's response
MobHunting does NOT change the Mobs or how and when they spawn at all. The review section is not meant to be a place where you ask questions. Use the forum for this. And now you gave me a bad review because of something MobHunting is not responsible for??? Thats not nice

Version: V4.1.8
IS It Possible to work for modded mobs .
-
Author's response
I have never tried this plugin on a Forge server if this is what you mean, so I don't know. PM me and let's discuss this subject.

Version: V4.1.2
Best puglin ever.
Hey mate how i make player receive the money rewards inside world guard regions? .
-
Author's response
If you have disabled mobhunting in config, i think you can add the mobhunting worldguard flag like this /mh flag reginonname mobhunting allow

Version: V4.0.7
Great plugin with even greater support.
Rocologo didnt stop until we found the solution for an issue I had with the MySQL.
There are not enough stars to give here.
Highly recommendable for any server.
-
Author's response
Thank you for you great help, finding this MySql problem. Uploading many log-files and continuously testing until the bug was found. I think all the testing has made V4.0.7 stable. So now its time to add new features :-) Interesting suggestions are welcome in the forum.

Version: V4.0.1
Great plugin for any server type. Active development with new features and keeps current with MC versions. Excellent job sir.

Version: V4.0.1
Yes Yes ............ MC1.11......................UPDATE........
Quite I am hunting Llamas ....................LOL
"Brilliant" plugin thanks for the plugin

Version: V3.4.7
-
Author's response
This is changed now. Metrics is only forced for MobHunting only as of V4.1.4

Version: V3.4.7
This plugin is well coded, detailed and very dynamic. With bonuses, achievements, leaderboards and wide range of plugin compatibility it adds a lot of depth to the player's experience. With the extensive configuration options including the ability to run commands the sky's the limit on what an owner can do to enhance a player's experience.

Version: V3.4.4
Adds an awesome RPG aspect to your server. Is compatible with some many other plugins and the author responds to pm's, fixes bugs and codes in suggestions as per request.

Version: V3.4.3
This is the worst plu.. wait..
This is the BEST PLUGIN EVER, TONS of features.. Achievements, bounties.. this is candy for my players and they're loving it! Keep it up man!

Version: MobHunting V3.3.6
Fantastic plugin, appreciate the developer whom fixes issues in a speedy and friendly manner. This is one of my favorite essentials.

Version: V3.3.0
Another great update from a great developer, keep up the good work man
.

Version: V3.2.8
PERFECT PLUGIN, perfect compatibility, perfect dev, perfect version update, perfect feautures, perfect or being free, but a little error in the MasterMobHunter in bukkit page in sign section, you put [HMnnn] and it must be [MHnnn]. Continue updating... improve image of the signs adding colors hiding sign prefix, adding a holographicdisplays scoreboard, or nps with hologram above head instead signs, wowowow so much things...

PERFECT PLUGIN
Congratulations from Spain. :D (If i have time i will traduce it)
-
Author's response
[HMnnn] changed to [MHnnn] :-)

Please PM me and describe your ideas, maybe I can make some of it :-)

Or add it to the wishlist: http://dev.bukkit.org/bukkit-plugins/mobhunting/pages/wishlist/

Version: V3.2.8
This plugin is more than amazing.. wait.. The developer is more than amazing! I had a problem with the achievements and he spent three hours with me on the server to help me! He's very helpful and responds to the issues quickly, I recommend this plugin to everyone as It's the best.. THE BEST money from mobs plugin.. Simply the best.
-
Author's response
Let the rumor spread. The goal is to get more users than KillerMoney and get into Top 100 of all Minecraft plugins!

Version: V3.2.6
Outstanding plugin, thank you for all of the support and consideration! There's hardly any bugs, and when one comes up it is fixed quickly. I would highly recommend this plugin to anyone interested.

Version: V3.2.5
Its very Cool :D

..................................................................................

Version: V3.2.4
Perfect now. 100 of 100 Stars.
Developer is friendly and works fast as lightning. Thank you so much for Updating this =)
-
Author's response
Thank you. :-)

I liked the idea so I implemented it. By default this behavior is disabled, but it can be enabled in config.yml

Version: V3.2.3
Most Advanced Moblootingplugin out there. Only feature that is missing (for me only) is the option to charge players for dying a percentage of their balance. But this is a so little missing, it gets 5 Stars. It would get 99 of 100 Stars and 100/100 if the mentioned feature will be added =)
-
Author's response
Please create a ticket and explain your idea more detailed. Then I will make it, if possible.

Version: V3.2.2
Works amazing!!!! Very helpful and fun to use! Good money making way on my server! That other review was just a misteak
-
Author's response
Thank you very much. ☺ If you find any errors, you just create a ticket and I will try to solve it fast.

Version: V3.2.2
Excellent developer. Quickly fixes issues and knows what they are doing. This plugin is well loved. :)
-
Author's response
Thank you so much Disc!!!

Version: V3.2.0
This plugin spams consol very badly with errors on my 1.9.4 mc server
So some of is not working and VERY spammy
-
Author's response
please make a ticket here: https://github.com/Rocologo/MobHunting/issues if you find a bug instead of giving me a bad review! :-(

You have to be more specific on what it is you call spam. Because I don't get any spam in my console at all, and then it is impossible for me to improve the plugin.

I have tested the plugin on both MC 1.10, 1.94, 1.9, 1.8.8 and 1.7.9-R2 and I don't get any spam.

I only have ONE open ticket, the rest is solved, so if you don't help me, I can't help you!!!

Version: V3.1.7
Amazing Plugin and Amazing support., No problems encountered. This is a must have for all servers. Can't wait to see what's next

Version: V3.0.8
Awesome plugin . Awesome dev . The dev goes the distance that it takes to make it right . Well deserving of the 5 stars and undoubtedly morre if it were possible . Highly recommended .
-
Author's response
Thank you! I'm trying to make the ultimate "Mob killing - money" plugin, and be preferred the choice for all server owners.

Version: V3.0.6
I've been using this plugin for ages, it adds another level of excitement to killing stuff, and works alongside all the other plugins I've tried. However more recent versions don't let me place ordinary signs without disabling MH first, perhaps I've missed something?
-
Author's response
Thats sounds strange. Make a ticket and lets see if we can find the reason. I dont think mobhunting is canceling any sign placements, so it is hard to believe that mobhunting is the reason.

Version: V3.0.0
This is an amazing plugin with a great developer!
Also, the support you get is amazing.
Good work! 5 Stars <3

Version: V3.0.0
Amazing plugin I have been using it for a while now and no bugs it does all what it says, 5 stars! and no bugs in 1.9 keep the good work up!

Version: V2.9.4
Excellent plugin all I have to say is , This plugin is cool refills creativity of server and more you really deserves this review and I can't handle myself to submit Rating keep up the good work and keep updating <3

Version: V2.8.7
This is an excellent plugin i had it on my server
Can you add Compatibility for plugin InsaneMobs2
Can you add Compatibility for plugin InsaneMobs2
-
Author's response
Thank you.

I have contacted the developer of InsaneMobs2 I cant do it unless he has a API I can use, also I need to catch some events of his.

Version: V2.8.4
This is an excellent plugin i had it on my other server but for some reason when i drop the Jar file into the plugins folder it does not want want to do anything with it Please Help :D
-
Author's response
Please make a ticket and I will try to help you.
https://github.com/Rocologo/MobHunting/issues

Version: V2.7.8
an amazing plugin thank you but how do u disable the message saying "there is no reward for killing this mob/player because it keeps spamming people in the chat when they are useing spanners please help:D
-
Author's response
You disable the "learn" messages with "/mh learn" and you can set default value for NEW users in config.yml.

Version: V2.7.4
Very good plugin :) :D

Version: MobHunting V2.5.6
Rocologo is a very active and helpful plugin creator. He pays attention to requests and answers questions. Plugin is updated and improved often and it is amazing and very versatile. 10/10

Version: MobHunting V2.4.8
This is a very awesome plugin! :) I have been using it for a long time now. Thank you very much, sir!

Version: MobHunting V2.4.6
One of the best "little" addons a server could have. Just adds that little something extra on a players Mine Craft adventure! EVERYONE should have this if they run a Survival Server!

Version: MobHunting V2.4.5
Truly outstanding. I was using a different plugin that had horrible support. I had asked in the comments to add something, and to my surprise, the response was from someone that made a completely different and better plugin saying he liked the idea and would add it. Thank you, Rocologo. Not only is the support fast and outright remarkable, the plugin is easy to use and I will enjoy it for a long time. I'd have to give this plugin more than five stars if I could.
-
Author's response
Thank You!!! My goal is of cause the to be best in class!

Resource Information
Author:
----------
Total Downloads: 193,022
First Release: Jan 30, 2015
Last Update: Jun 11, 2023
Category: ---------------
All-Time Rating:
163 ratings
Find more info at dev.bukkit.org...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings