MobHunting icon

MobHunting -----

Earn Money and get Skulls by killing Mobs and Players




* Added support for Minecraft 1.2.0 (Camel+Sniffer added)

* Fixed Sqlite database bug where the database version was detected as version 7 instead of version 8.

* If using MySQL you need to be on v 8.0.32 because a security issue was found in 8.0.31
----------, Jun 11, 2023

This update is only important if you use Mysql!

Updated MySQLCOnnector to V8.0.32
----------, Apr 13, 2023

  • Added support for Minecraft 1.19.3 and 1.19.4
  • Worldguard flag MobHunting changed to lowercase letters. It seems to be the standard.

----------, Apr 10, 2023

V8.5.1
* Fixed integration with ProtocolLib and all Actionbar/Bossbar/Titlemanager plugings and moved the code from MobHunting+BagOfGold to CustomItemsLib to make development easier.
V8.5.0
* Support for Weapon Mechanics added ( https://www.spigotmc.org/resources/weaponmechanics-1-9-4-1-19-2.99913/)
* CustomItemsLib is mandatory ( https://www.spigotmc.org/resources/customitemslib.106375/)
* All methods drop, pickup, moving rewards has been rewritten and moved to CustomItemsLib to fix duplication bugs and other bugs.
* Worldgroups.yml was moved from the BagOfGold folder to the CustomItemsLib folder
* rewards.yml was moved from the BagOfGold folder to the CustomItemsLib folder
----------, Nov 27, 2022

I have been working on this release a while now. Please make a backup of the BagOfGold/MobHunting folder before you install BagOfGold/MobHunting/CustomItems so you can rollback if anything is breaking. I have done a lot of testing, but I cant impossible test all combinations and integrations.

V8.5.0
* Support for Weapon Mechanics added ( https://www.spigotmc.org/resources/weaponmechanics-1-9-4-1-19-2.99913/)
* CustomItemsLib is mandatory ( https://www.spigotmc.org/resources/customitemslib.106375/)
* All methods drop, pickup, moving rewards has been rewritten and moved to CustomItemsLib to fix duplication bugs and other bugs.
* Worldgroups.yml was moved from the BagOfGold folder to the CustomItemsLib folder
* rewards.yml was moved from the BagOfGold folder to the CustomItemsLib folder
----------, Nov 24, 2022

  • /mh head drop was broken
  • fixed bug when blacklist.yml or whitelist.yml contained a unknown/deleted world.
  • Rewards,yml is only written to disk if there has been changes in the world.
----------, Sep 4, 2022

----------, Aug 20, 2022

  • Integration with MythicMobs V5 has been broken for a while. It is fixed now. :)
----------, Aug 9, 2022

Fixed minor bugs
----------, Jul 3, 2022

I finally got the plugin updated for MC 1.19

4 new mobs are added
  • Warden
  • Frog
  • Tadpole
  • Allay
----------, Jun 23, 2022

----------, Apr 20, 2022

  • New feature: You can now hide the BagOfGold/MobHunting item displayname. Change "show_displayname: false" in BagOfGoldCore.yml

  • placeholders in the lang files is updated. You will need to delete the lang folder and restart the server to get the new files.
  • Fixed bug on "Ender Dragon Kills" leaderboards. (https://github.com/Rocologo/MobHunting/issues/736)
  • Fixed wrong language after /mh reload
  • Fixed wrong value when BagOfGold/MobHunting items merged
----------, Apr 17, 2022

  • Fixed rename heads /mh head rename newname
  • fixed change value /mh head value newvalue (Only give this command to admins you trust)
----------, Apr 16, 2022

V8.0.8
* Updated to Boss 4.1.9
* Updated to Reserve 0.1.5.4
* Updated to TitleManager 2.2.0
* Updated to PlaceholderAPI 2.11.1
* Updated to MythicMobs 5
* Updated to EssentialsX 2.19.4
* Updated to MyPet 3.12-SNAPSHOT
* Allow Cave Spiders from Spawners to pay a reward when killed. Cave Spiders is not spawned naturally.
----------, Apr 15, 2022

MySQL fixed
----------, Dec 17, 2021

Support for Minecraft 1.18.1 added.

Please note that MySQL does work yet. Im working on that. :-(
----------, Dec 17, 2021

V8.0.4
----------, Jul 20, 2021

  • Added support for LevelledMobs
  • Added horizontal parameter list for /mh leaderboard create ....
  • Added 2 new commands on request (https://github.com/Rocologo/BagOfGold/issues/115)

    /mh money give * 10 (to give all online players 10$)
    /mh money take * 10 (to take 10$ from all online players)
----------, Jul 18, 2021

  • BagOfGold items works a lot better in Creative mode. At the moment Im not able to remove the "strange" Lores on BagOfGold items in Creative mode, because of how Creative mode handle the items.
  • ActionBar messages using CMILib re-added.
Its very time consuming to test BagOfGold movements in different gamemodes in combination with plugins like MultiverseInventories and PerWorldInventories, and with or without both MobHuntin and BagOfGOld. Let me know if someone wants to help me with the testing!
----------, Jul 17, 2021

  • I finally found some time to debug and fix the PlayerStats on the Leaderboards.
  • Added support for CMI 9.0.1.0 and CMILib 1.0.12.1
----------, Jul 13, 2021

  • New mobs added: Axolotl, Goat & Glow Squid
  • Java 16 compiled
----------, Jul 7, 2021

  • Fixed /mh reload
  • Fixed plugman support.
----------, Aug 22, 2020

Bugfixing
----------, Aug 18, 2020

  • Added support for MC 1.16.2
  • New mob added: Piglin Brute
----------, Aug 15, 2020

  • Fixed ticket 671 (https://github.com/Rocologo/MobHunting/issues/671)
  • Deny Slimes / Maga Cubes to split if they are spawned from a Spawner or Egg so they cant be used for money grinding. This behavior can be changed in config.yml
  • Implemented InventoryDragEvent (Fixed alot of tickets)
  • It not possible to wear BagOfGold as a helmet anymore.
----------, Aug 9, 2020

  • Note to myself. Dont make changes before going to bed. V7.5.1 had a small bug I did not find because I was tired at 2 AM.
----------, Jul 19, 2020

----------, Jul 19, 2020

This version is a big update for me. Please backup configuration files and databases before updating to this version. Big thanks to @SlimeDog who has helped me ALOT with the testing.

I have of cause added the 4 new mobs: Hoglin, Piglin, Strider and Zoglin.

Because both BagOfGold and MobHunting uses the Bags / Playerheads the share a lot of code. This has been a pain to maintain as a developer, but from now it will be easier for me. I introduce some new files in the BagOfGold folder which is also used by MobHunting. After installing this update you should review both bagofgoldcore.yml and worldgroups.yml, also rewards.yml is now the file where MobHunting stores rewards placed in the Minecraft worlds.

The PlayerSettings for both BagOfGold and MobHunting is now stored in the same database. For Sqlite users the default database name is bagofgoldcore.db for MySQL users you will have to provide the database name in the bagofgoldcore.yml configuration file.
----------, Jul 2, 2020

  • Area grinding detection is fixed and debug information made clearer
  • Speed grinding detection is fixed and debug information made clearer
  • Fixed blacklist, Whitelist, check for grinding area and clear grinding area
  • Loading rewards in a separate task to make the server load faster
  • Updated to Lorinths RPG Mobs 1.6.8 (https://www.spigotmc.org/resources/lorinthsrpgmobs.53568/)
  • Optimized the Rewards code
  • Fixed duplicate problem when picking up BagOfGold
----------, Apr 30, 2020

I introduced a new bug in V7.0.6. Sorry.
----------, Apr 25, 2020

----------, Apr 25, 2020

----------, Apr 17, 2020

  • Optimized code when detecting rewards/bagofgold. Could cause lags acording to the timings report.
  • Fixed NPE bug in WeepingAngels Compatibility.
----------, Apr 4, 2020

----------, Apr 3, 2020

  • Fixed bug where players you open inventory, hold a reward in the hand and quit, causing the money to be added twice to the playerbalance.
----------, Mar 30, 2020

----------, Mar 30, 2020

Added NMS classes for Minecraft 1.15.x
----------, Feb 8, 2020

----------, Jan 5, 2020

I have been off for awhile (while moving to a new house) but now I am back and have made a 1.15.1 release for you!

I have not had time to look at the issues at Github, but it will come in next release.
----------, Dec 23, 2019


  • Fixed bug where rewards placed as blocks lost its value.
----------, Oct 9, 2019

  • Fixed bug which could destroy rewards placed on gound/wall on server restart.
----------, Oct 7, 2019

  • Players are not allowed to wear MobHunting Rewards or BagofGold
----------, Oct 3, 2019


  • Fixed bug where rewards could be destroyed by block updates.
  • Fixed minor bug in GrindingManager.isPlayerSpeedGrinding
----------, Sep 29, 2019


  • All know Bosses from Boss is now added when the server starts / reloads.
  • Fixed bug where a MobHunting reward / Head could lose its value by placering the item as a block
----------, Sep 11, 2019

* Fixed minor bugs and and NPE bug when using McMMO
----------, Sep 7, 2019

The Boss' custom name is now showed when killed.
----------, Sep 7, 2019

  • Fixed: Heads pop when a block updates beside them #553
  • Added support for Boss mobs
  • Added support for CMI actionbar
  • Fixed BlockPhysicsEvent on Spigot 1.12.2 servers (https://github.com/Rocologo/MobHunting/issues/561)
  • Added Secret Hash to MobHunting Rewards
  • SSL option for MySQL added in config.yml
----------, Sep 7, 2019

----------, Aug 11, 2019

----------, Aug 10, 2019

----------, Aug 8, 2019

----------, Aug 7, 2019


* fixed NoClassDefFoundError: one/lindegaard/Core/skins/Skins_1_14_R1
----------, Jul 27, 2019


  • Fixed bugs where new Material names was not recognized in older minecraft versions.
----------, Jul 26, 2019

  • Fixed "Unable to add money."
  • Added Economy_API to bstats.org
----------, Jul 21, 2019

  • MobHunting now support the new Economy API - Reserve. You can freely choose between Vault and Reserve.
  • Fixed problem where player could duplicate the BagOfGold item, making a fake reward. (This only happened in creative mode).
----------, Jul 18, 2019

  • MasterMobhunterSign is fixed again.
  • MasterMobHunterSigns can deliver Redstone power to Redstone Lamp, Redstone Wire and Pistons. This currently only works on MC 1.13+1.14
Her an example of a redstone Powered MasterMobHunterSign. Notice that only one Redstone Lamp is glowing, because only Rocologo is online.

Redstone.png
----------, Jul 12, 2019

  • Fixes a bug when a player without a skin joins the server
----------, Jul 8, 2019

  • Implemented a MessageQueue system between MobHunting and BagOfGold
  • Disabled Advancements on PaperSpigot servers.
  • HappyHour now shows the correct time left, when a player joins the server.
  • Moved more shared code to one.lindegaard.Core
----------, Jul 6, 2019

Fixed some bugs
----------, Jul 5, 2019

I have now added support for Minecraft 1.10 too, and it should be okay to test on Minecraft 1.9 and 1.8 as well.
----------, Jun 26, 2019

  • Support for Minecraft 1.11 was re-added. Notice that not all Integrations to other plugins work (They have changed to much and does not support the old Minecraft versions)
  • Never Minecraft versions should also take this update. I have fixed some bugs too.
  • hu_HU.lang was updated. Thanks to https://github.com/montlikadani
----------, Jun 26, 2019

  • Added all Villagers introduced in Minecraft 1.14. (Armorer, Butcher, Cartographer, Cleric, Fisherman, Fletcher, Leatherworker, Librarian, Mason, Nitwit, Unemployed, Shepherd, Toolsmith, Weaponsmith)
  • Please notice that the deprecated villagers Priest, Blacksmith, Farmer is still in the config for backward compatibility with older versions.
----------, Jun 26, 2019


I finally succeded adding support for Minecraft 1.12 again.

Minecraft 1.13 + 1.14 should update too... I have fixed some bugs as well..

Please make a backup of your server before updating from an old version.
----------, Jun 23, 2019

  • bStats was upgraded to v 1.5
----------, Jun 20, 2019

  • Update for mcMMOHorses 4.3.55. (Latest version of McMMOHorses broke the compatibility) If you use McMMOHorses you have to update to v4.3.55 or later
  • Newest 7.0.0 Dev Build of WorldEdit broke compatibility with MobHunting (http://builds.enginehub.org/job/worldedit/12017) . You might need to update to newest snapshot of WorldEdit before you can create Leaderboards using Worldedit.
  • HappyHour fixed (/mh happyhour - showed incorrect minutes left)
----------, Jun 19, 2019

Please notice that you NEED to upgrade to InfernalMobs 5.8 as well (if you use InfernalMobs)
----------, Jun 10, 2019

  • KNOWN Bug - MobHunting does not give rewards when killing "InfernalMobs 5.7" mobs. I have contacted the InfernalMobs Dev to get help.
  • zh_CN.lang updated. Thanks to Fisherman_wcz.
  • Core updated
  • Compiled with SpigotMC 1.14.2
----------, May 30, 2019

Leaderboards could not be created on MC 1.14.x servers
----------, May 26, 2019

  • Fixed bug where players could not move in Spectator mode
----------, May 16, 2019

  • Support for Gringotts was re-added.
----------, May 16, 2019

V6.5.7 was a bad release... could not start, sorry
----------, May 16, 2019

* Fixed bug in Spectator mode
* Fixed NPE when killing a Zombie
----------, May 15, 2019

  • Deny players in Spectator mode to pickup BagOfGold items.
  • Fixed BagOfGold signs on 1.13.x servers
  • Fixed leaderboards for both MC 1.13.x and 1.14
----------, May 11, 2019

I finally found some time to make a Minecraft 1.14 release
  • Minecraft 1.14 support added
  • Mute and Learn commands fixed.
  • Core library implemented
  • Moved to new PlaceHolderExpansionAPI
----------, May 7, 2019

----------, Apr 13, 2019

  • Compiled MobHunting with McMMO 2.0.1, if you want to use McMMO Classic or other old versions you need to stay on MobHunting 6.5.1 or disable integration to McMMO.
  • Added new option for Towny servers. disable_rewards_in_any_town - used to deny player MobHunting rewards in any town. Hometown or not.
----------, Mar 24, 2019

  • Support for McMMOHorses Added. You dont get a reward for killing MCHorses
  • Added New Achievement. Neptune - King of the seas. Kill a Mob using a Trident over 20 blocks
  • Worldguard flag "MobHunting" is fixed after updating to WG 7.0
  • Re-added Setting "drop_money_use_item_as_currency" to the config.yml. This was deleted in V6.5.0.
----------, Jan 13, 2019

  • Recompiled MobHunting against Worldguard 7.0.0 Beta 2. You MUST upgrade Worldguard to V7.0.0 Beta 2 if you use the MobHunting Flag. ( https://dev.bukkit.org/projects/worldguard/files )
  • MobHunting and BagOfGold is not dependend on each other anymore.
  • If you use my other plugin BagOfGold, you must upgrade that too.
  • Updated to bStats 1.4
----------, Dec 2, 2018

  • Moved Spawner settings from general section to grinding section in config.yml. Please review the Spawner settings after first run.
  • Recompiled MobHunting against Worldguard 7.0.0 Beta 1. You MUST upgrade Workdguard to V7.0.0 Beta 1 if you use the MobHunting Flag. ( https://dev.bukkit.org/projects/worldguard/files )
----------, Oct 3, 2018

  • Fixed compatibility issues with plugins adding new recipes. (Ex EmeraldTools)
  • Added a per world bonus on request from a server owner. The default bonus is 1 (neutral/disabled)
----------, Sep 18, 2018

  • Added a limit of gold per BagOfGold, default 10000 (Notice that you need to set the limit in both BagOfGold and MobHunting at the moment).
  • Added a limit on how much gold the player can drop, give and take using /mh money .... the limit is 100 bags
  • Fixed ticket 443 (https://github.com/Rocologo/MobHunting/issues/443)
  • Rounding fixed
  • Reward for PVP kills can max be the players balance, if rob_from_victim is enabled. If the killed player has 0 money, the reward will be zero to.
----------, Sep 13, 2018

  • Use org.Bukkit.SendTitle instead of using TitleManager and TitleAPI.
  • Use player.spawnParticle instead of using ProtocolLib to show grinding areas
  • Fixed Ticked 432. ${prize} not working when creating a bount on a player.
  • Fixed ticket 437. Stacked heads sold with BagOfGOld sign was counted as one head.
  • Fixed Ticket 433. Creating new leaderboard, sign had a wrong direction (https://github.com/Rocologo/MobHunting/issues/433)
----------, Sep 8, 2018

  • Support for SpigotMC 1.13.1 added
  • "MobHunting Reward" Lore added to MobHunting Rewards
  • Fixed SQL error in MySQL/ mh_Bounties (Removed CONTRAINT's)
  • Fixed Ticket 409 (https://github.com/Rocologo/MobHunting/issues/409)
  • new bounties is broadcasted to all online players
----------, Aug 26, 2018

  • Removed hard dependency for WorldEdit
  • Added possibility to disable integration to WorldEdit in config.yml
  • Temporary fix for players being disconneted if grinding is detected. ProtocolLib was using to mark the area / circle with small flames, but this does not work at the moment. The feature is disabled in config.yml. (protocollib.show_grinding_area_using_protocollib_temp: false)
----------, Aug 23, 2018

----------, Aug 15, 2018

  • For Bounty users - fixed SQL bug (https://github.com/Rocologo/MobHunting/issues/412)
  • Removed a "null" message when clicking a non MobHunting head on a MC 1.13 server
  • Added support for WorldGuard 7.0.0
  • Added support for WorldEdit 7.0.0
  • Custom WorldGuard flag MobHunting - tested and fixed.
  • Support for Disguises fixed.
----------, Aug 9, 2018

This version is ONLY for MC 1.13

New mobs added: Phantom, Drowned, Dolphin and the Fish (Mobs)

Bug must be reported here https://github.com/Rocologo/MobHunting/issues

I have not had the time to test ALL features, I will need your help!
----------, Jul 29, 2018

----------, Jul 13, 2018

V5.7.0
* Fixed bStarts.org redirecting
----------, Jul 7, 2018

Reporting to bStats.org was broken in v5.6.6
----------, Jun 25, 2018

Fixed minor bug in V5.6.7
----------, Jun 24, 2018

  • Fixed ticket 408.
----------, Jun 24, 2018

* Fix a bug where all normal Minecraft mobs was tagged as eliteMobs
----------, Jun 21, 2018

  • Added Support for EliteMobs
  • Removed MCstats.org Metrics completely
  • BagOfGold can now be used in both Survival and Creative mode. PerWorldInventory or similar plugin is strongly recommended.
----------, Jun 20, 2018

----------, Jun 17, 2018

----------, May 6, 2018

----------, Apr 21, 2018

----------, Apr 21, 2018

----------, Apr 2, 2018

  • Fixed NPE error in MobHuntingManager.java:1810
----------, Mar 26, 2018

  • Fixed NPE error in Messages.java:516.
----------, Mar 25, 2018

  • Added MessageQueue for ActionBar messages.
  • Shutdown process optimized
  • Fixed bug where commands was not run second time the mob was killed.
----------, Mar 25, 2018

----------, Mar 18, 2018

  • Fixed bug: Bounties was not enabled on server start
  • Fixed bug: mob.*.message: '' is not deleted anymore
  • CloseInventory for Bounties and Achievments is delayed 1 tick to let the event be cancelled.
----------, Mar 5, 2018

  • There is a chance that a fish head is dropped in the water, when a fish is caught
  • Convert Messages is improved (only when you run V5.5.5 first time)
PLEASE REVIEW YOUR MESSAGES AFTER FIRST RUN
----------, Mar 5, 2018

----------, Mar 5, 2018

----------, Mar 4, 2018

V5.5.2 Trying to fix NPE error on servers using cutsom mobs like Citizens, MythicMobs, MyPet and so
----------, Mar 4, 2018

V5.5.0 Major change - new config.yml + bug fixing
  • The configuration file config.yml has been completely redesigned and extra features has been added. Individual mobs can be enabled/disabled. Each command has its own chance to run and its own message. Also DropHead is a new feature, which can be enabled/disabled and has its own chance and message. All settings will be autoconverted to the new format, but you should check the mob run-commands and text-messages after first run
  • Fixed Grinding for Slimes and Magma Cubes.
  • Tiny Slimes is not counted when making killstreaks.
  • Fixed color codes in console debug information
  • Added LorinthsRpgMobs to MetricsManager
  • Config.yml is backed up to "plugins/MobHunting/backup", before writing updates.
  • Disabled sending statistics to mcstat.org (https://github.com/Rocologo/MobHunting/issues/351)
  • Fixed minor bugs (https://github.com/Rocologo/MobHunting/issues/356)
  • Updated the language files with new color codes.
  • BagOfGold events has been set to Higest priority.
----------, Mar 4, 2018

  • The configuration file config.yml has been completely redesigned and extra features has been added. Individual mobs can be enabled/disabled. Each command has its own chance to run and its own message. Also DropHead is a new feature, which can be enabled/disabled and has its own chance and message. All settings will be autoconverted to the new format, but you should check the mob run-commands and text-messages after first run
  • Fixed Grinding for Slimes and Magma Cubes.
  • Tiny Slimes is not counted when making killstreaks.
  • Fixed color codes in console debug information
  • Added LorinthsRpgMobs to MetricsManager
  • Config.yml is backed up to "plugins/MobHunting/backup", before writing updates.
  • Disabled sending statistics to mcstat.org (https://github.com/Rocologo/MobHunting/issues/351)
  • Fixed minor bugs (https://github.com/Rocologo/MobHunting/issues/356)
  • Updated the language files with new color codes.
  • BagOfGold events has been set to Higest priority.
----------, Mar 3, 2018

  • Added support for FactionsUUID (https://www.spigotmc.org/resources/factionsuuid.1035/)
  • Improved /mh update so it handles SNAPSHOT's too.
  • Support for LorinthsRPGMobs was broken through changes in LorinthsRPGMobs. Fixed.
  • Initial database version is now 7, if the database does not exist.
----------, Feb 14, 2018

  • Added support for LorinthsRpgMobs
  • Fixed reload command. Messages can now be changed while server is online and reloaded with /mh reload
----------, Feb 7, 2018

  • MobHunting Skin Cache improved - support for MC 1.9.4 added
  • Removing Bags with 0 value from player inventory when the player changes from creative to survival
  • Fixed NPE error, when the players skin was updated.
  • Fixed NPE in the new SkinCache
----------, Jan 24, 2018

----------, Jan 19, 2018

----------, Jan 16, 2018

The "/mh head ..." commands works a lot better now. The player skin will be stored when a player logon to the server for later use.

Known bug: If a player changes his skin its not updated in the MobHunting cache. I will have to fix that later.
----------, Jan 14, 2018

----------, Jan 12, 2018

----------, Jan 10, 2018

  • MyPet can now pickup BagOfGold and the money will directly into the owners balance if "drop-money-use-item-as-currency: false" in config.yml. If true the Pet just pickup the BagOfGold like when the player picks up the bag. If the BagOfGold plugin is used, the money will not go into the player balance until the money is stored in the player inventory. This means that the player save his BagOfGold/money in the MyPet Inventory in case he dies. (This feature is only possible because @xXKeyleXx made a new event MyPetPickupItem for me to use in MobHunting. Thanks @Keyle!)
  • Fixed /mh version
  • New Players is now created with starting balance, no matter if the player is known or not on the server.
  • Language files was updated.
----------, Jan 8, 2018

  • Deny players to use BagOfGold in all other slottypes than QuickBar and Container.
  • BagOfGold can now be handled in Creative mode too.
----------, Jan 8, 2018

  • Added player skin cache to mh_Players
  • Fixed support for CraftBukkit
----------, Jan 7, 2018

  • Fixed /mh version
  • Tested and fixed rewards for PVP kills.
----------, Jan 6, 2018

  • Fixed bug in the new updating system. You might need to do this update manually. Check that MobHunting startup on server restart. If not you need to download newest version manually and install.
----------, Jan 5, 2018

----------, Jan 4, 2018

  • Updating system changed from BukkitUpdater to SpigetUpdater (http://spiget.org) Curse broke my updating system again again :-(
  • Language files updated
----------, Jan 4, 2018

  • Changed how Player Balance is calculated, when using my BagOfGold plugin. Now using a much more simple and safe way :) I really hope its become stable now. Thank you to @CampingSteve for a great help with the testing BagOfGOld.
----------, Jan 1, 2018

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