
MobHunting adds a new level of fun to hunting monsters, animals or opponents. Now you can get money or even dead players skull from kills, get bonuses for skilled and creative kills, and get special achievements!
@BillyCoolDude has made this tutorial for me
To use MobHunting, all you need is Vault and a Vault compatible economy plugin
You can now give players extra bonus depending on they rank / group permission. Ex give player who has donated or have voted for your server extra reward money. (See permissions)
There are many achievements to get from killing monsters. These can be about using specific weapons, using specific techniques, or just killing monsters in special ways
There are more than 20 achievements to get. So get hunting.
At any time your achievements can be viewed with /mobhunt kills or /mobhunt achievements. /mobhunt by default has an alias /mh so you can use /mh kills for ease of use.
The player has now a change to start his own Skull Collection. Every time the player kills a mob, he has a change to get a skull. The frequency can be changed in config.yml.
This can be configured for other rewards as well in the config.yml.
Create NPC's showing the Skin of the best MobHunters and create a sign showing the statistics of the Masters. (more info) You need to install Citizens2 to be able to create MasterMobHunters.

Signs can also be redstone powered when the MasterMobHunter (The player) is online on the server. This can be used for a lot of smart features. Powering Lamps, Pistons, Doors and much more. (See the info page)

As default the money reward will be dropped on the ground as a Bag of gold, but you can also choose to drop the money reward as a normal Minecraft Item, The killers head or the killed mobs head, or your can disable the drop feature and let the player have the money directly in his pocket. This can be configured in config.yml, check the DropMoneyOnGround section. If you have Gringotts installed, the reward will be paid in Gringott currency.

You can now make Leaderboards and show the Top players!
VariationVault has made a Video toturial on YouTube, you can see it here.
MobHunting is ready to use without any configuration, but the default values provided may not be well suited to your server.
What can be changed:
The configuration file (config.yml) is well documented
Sometimes you don't want players to get money from killing monsters. You might have a special games world, or want it to be rank based
If you want to disable MobHunting in a world, you just need to put the worlds name into the 'disabled-in-worlds' list in the configuration file.
For example: If you want mobhunting to be disabled in the world "games", your 'disabled-in-worlds' should be as follows:
general:
disabled-in-worlds: [games]
If you want to disable MobHunting in the world "games" and the nether, your 'disabled-in-worlds' should be as follows:
general:
disabled-in-worlds: [games,world_nether]
Add regions in disabled worlds and set the Worldguard custom flag 'MobHunting allow', to enable MobHunting in a limited area in the world. OR you can disable Mobhunting in a worldguard region with the custom flag 'MobHunting deny'.
Example
general:
/mh region peaceful_area mobhunting deny
If you want to disable MobHunting per player or per rank, you can use the permission:
mobhunting.enable
which every player has by default
You can get a list of every command and permission over here
MobHunting has built in compatibility for the following plugins:
This plugin utilizes both Hidendra's and BtoBastians plugin metrics systems , which means that the following information is collected and sent to mcstats.org:
- A unique identifier The server's version of Java Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
You can NOT Opt out this service by editing plugins/PluginMetrics/config-bagofgold.yml and changing opt-out-bagofgold to true. Metrics is forced enabled for BagOfGold only. You can disbale bStats, but this causes a startup delay of 20 seconds.

If you find a bug, please create a Ticket.
Feel free to add more wishes to the List
You can find information about MobHuntingAPI here.
You can check out the source code over at GitHub
THANKS TO A special thanks to Schmoller who has made this plugin, I have just taken over and will try to continue his work for some time.