{"id":79504,"date":"2026-06-04T17:01:43","date_gmt":"2026-06-04T14:01:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/"},"modified":"2026-06-04T17:01:43","modified_gmt":"2026-06-04T14:01:43","slug":"hardmob","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/","title":{"rendered":"HardMob"},"content":{"rendered":"<p># HardMob<\/p>\n<p>![License: GPL v3](https:\/\/www.gnu.org\/licenses\/gpl-3.0)<br \/>\n![Version](https:\/\/img.shields.io\/badge\/version-2.0.0-brightgreen)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.21.*-yellow)<br \/>\n![Platform](https:\/\/img.shields.io\/badge\/platform-Paper%2FSpigot-lightgrey)<\/p>\n<p>> RPG\u2011style mob levelling and elite bosses for your Minecraft server.<\/p>\n<p>**HardMob** makes every mob more dangerous and rewarding as your world ages.<br \/>\nMobs gain a **level** based on in\u2011game days, their attributes scale accordingly, and a configurable chance turns them into **elite bosses** with special loot and visuals.<\/p>\n<p>![mobs](https:\/\/cdn.modrinth.com\/data\/ZjsgYqqV\/images\/89100e5297b142bf932d0d157dec3a687e5e90a1_350.webp)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83e\uddee **Dynamic levels** \u2013 mobs scale from 1 to 99 depending on world age.<br \/>\n&#8211; \ud83d\udcc8 **Stat modifiers** \u2013 health, damage, speed, knockback resistance all grow with level.<br \/>\n&#8211; \ud83d\udc51 **Elite mobs** \u2013 bosses with configurable size, full armour, and custom drops.<br \/>\n&#8211; \ud83c\udfb2 **Configurable distributions** \u2013 uniform, more low levels, or more high levels.<br \/>\n&#8211; \ud83e\uddea **Potion effects** \u2013 high\u2011level mobs can receive random buffs.<br \/>\n&#8211; \ud83d\uddbc **Visual polish** \u2013 custom nameplates showing health &#038; level, dynamic mob sizes.<br \/>\n&#8211; \ud83c\udf0d **World blacklist** and **mob whitelist** for precise control.<br \/>\n&#8211; \u2699\ufe0f **Commands** \u2013 spawn custom mobs or bosses manually with `\/hardmob`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; **Server**: Paper 1.21.*<br \/>\n&#8211; **Java**: 17 or newer<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1. Download the latest `HardMob.jar` from the Releases page.<br \/>\n2. Place it into the `plugins\/` folder of your server.<br \/>\n3. Restart the server (a full restart is recommended over `\/reload`).<br \/>\n4. Edit `plugins\/HardMob\/config.yml` to your liking.<br \/>\n5. Apply changes with `\/hardmob reload` (no restart needed).<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>All settings live in `plugins\/HardMob\/config.yml`.<br \/>\nBelow is the complete reference. You can also read the comments inside the file itself.<\/p>\n<details>\n<summary><b>General<\/b><\/summary>\n<p>&#8220;`yaml<br \/>\ngeneral:<br \/>\n  enabled: true   # Master switch for the entire plugin<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary><b>Level System<\/b><\/summary>\n<p>&#8220;`yaml<br \/>\nlevel_system:<br \/>\n  enabled: true<br \/>\n  formula:<br \/>\n    A: 99.0       # max level after infinite days<br \/>\n    B: 98.0       # difference at day 0<br \/>\n    C: 40.0       # days until ~63% of max<br \/>\n  distribution: uniform   # uniform | weighted_low | weighted_high<br \/>\n  scaling:<br \/>\n    health_percent_per_level: 2.0<br \/>\n    damage_percent_per_level: 1.5<br \/>\n    speed_percent_per_level: 0.3<br \/>\n    knockback_resist_per_level: 0.01<br \/>\n  equipment:<br \/>\n    thresholds:<br \/>\n      20: chainmail<br \/>\n      40: iron<br \/>\n      60: diamond<br \/>\n      80: netherite<br \/>\n    enchant_multiplier: 0.2<br \/>\n  potion_effects:<br \/>\n    chance_per_level: 0.5<br \/>\n    duration_multiplier: 1.0<br \/>\n    amplifier_base: 0<br \/>\n    max_duration_seconds: 600<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary><b>Elite Mobs<\/b><\/summary>\n<p>&#8220;`yaml<br \/>\nelite_mobs:<br \/>\n  enabled: true<br \/>\n  spawn_chance_percent: 0.5     # 0.5% chance to become elite<br \/>\n  health_multiplier: 2.0<br \/>\n  damage_multiplier: 2.0<br \/>\n  speed_multiplier: 0.7<br \/>\n  size: 2.0<br \/>\n  always_equipped: true<br \/>\n  drops:<br \/>\n    diamonds: { min: 0, max: 4 }<br \/>\n    gold: { min: 0, max: 20 }<br \/>\n    music_discs:<br \/>\n      &#8211; MUSIC_DISC_13<br \/>\n      &#8230;<br \/>\n    exp_per_level: 10<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary><b>Visual<\/b><\/summary>\n<p>&#8220;`yaml<br \/>\nvisual:<br \/>\n  dynamic_size:<br \/>\n    enabled: true<br \/>\n    min: 0.8<br \/>\n    max: 1.2<br \/>\n  custom_name:<br \/>\n    enabled: true<br \/>\n    visible: false<br \/>\n    format: &#8220;&#038;8[&#038;c%health%&#038;8\/&#038;c%max_health%&#038;8] &#038;f%name% &#038;8[&#038;6%level% lvl&#038;8]&#8221;<br \/>\n    format_boss: &#8220;&#038;8[&#038;c%health%&#038;8\/&#038;c%max_health%&#038;8] &#038;f%name% &#038;8[&#038;4BOSS&#038;8]&#8221;<br \/>\n    colors:<br \/>\n      low_level: &#8220;GREEN&#8221;<br \/>\n      medium_level: &#8220;YELLOW&#8221;<br \/>\n      high_level: &#8220;RED&#8221;<br \/>\n      boss: &#8220;DARK_RED&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary><b>Restrictions &#038; Debug<\/b><\/summary>\n<p>&#8220;`yaml<br \/>\nworld_blacklist:<br \/>\n  &#8211; world_the_end      # worlds where HardMob won&#8217;t run<br \/>\nmob_whitelist: []      # empty = all mobs allowed<br \/>\ndebug_mode: false<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee1 Commands &#038; Permissions<\/p>\n<p>| Command                              | Permission           | Description                                    |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/hardmob reload`                    | `hardmob.reload`     | Reloads the configuration                      |<br \/>\n| `\/hardmob spawn <mob> <level> [elite]` | `hardmob.spawn`    | Spawns a HardMob mob with specified level      |<br \/>\n| `\/hardmob spawnboss <mob> <level>`   | `hardmob.spawnboss`  | Spawns an elite boss with specified level      |<\/p>\n<p>&#8211; `<mob>` \u2013 entity type name, e.g. `ZOMBIE`, `SKELETON`, `CREEPER`.<br \/>\n&#8211; `<level>` \u2013 integer between 1 and 99.<br \/>\n&#8211; `[elite]` \u2013 optional flag; if present, the mob is elite (same as `spawnboss`).<br \/>\n&#8211; All permissions default to **op** (server operators).<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 FAQ<\/p>\n<p>**Q: Mobs aren\u2019t changing at all. What should I check?**<br \/>\nA: Ensure `general.enabled` is `true`, the world isn\u2019t in `world_blacklist`, and the mob type is either in the whitelist or the whitelist is empty (which allows all non\u2011player entities).<\/p>\n<p>**Q: Can I disable elite drops?**<br \/>\nA: Yes. Set `elite_mobs.drops.diamonds.max`, `gold.max`, etc., to `0` and clear the `music_discs` list.<\/p>\n<p>**Q: Does HardMob work with MythicMobs \/ other mob plugins?**<br \/>\nA: Generally yes, as long as the other plugin doesn\u2019t permanently override the entity\u2019s custom name or the `GENERIC_SCALE` attribute. You can use the `mob_whitelist` to restrict HardMob to only certain mobs.<\/p>\n<p>**Q: How does the level formula work?**<br \/>\nA: The maximum possible level grows over time:<br \/>\n`maxLevel = A &#8211; B * exp(-days \/ C)`<br \/>\nwhere `days = world.getFullTime() \/ 24000`. The formula asymptotically approaches `A` (default 99). The actual level of a freshly spawned mob is then rolled randomly within `[1, maxLevel]` according to the configured distribution.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HardMob makes every mob more dangerous and rewarding as your world ages. Mobs gain a level based on in\u2011game days, their attributes scale accordingly, and a configurable chance turns them into elite bosses with special loot and visuals.<\/p>\n","protected":false},"featured_media":79505,"template":"","meta":{"_minecraft_slug":"hardmob","_minecraft_project_id":"ZjsgYqqV","_minecraft_author":"Mr_Catcraft","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":6,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hardmob.zip","_minecraft_size_bytes":26605,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:16:14.940236Z","_minecraft_date_created":"2026-05-08T04:09:25.095208Z","_minecraft_date_modified":"2026-04-24T21:33:39.134186Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hardmob","_minecraft_icon_attachment_id":79505,"_minecraft_imported_at":"2026-06-04T14:01:45+00:00","_minecraft_import_hash":"30a4ff22af650cc6c483ab49f776539a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,126,137,127,129,92],"mod_loader":[132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-79504","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-management","mod_category-mobs","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HardMob - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HardMob - Minecraft\" \/>\n<meta property=\"og:description\" content=\"HardMob makes every mob more dangerous and rewarding as your world ages. Mobs gain a level based on in\u2011game days, their attributes scale accordingly, and a configurable chance turns them into elite bosses with special loot and visuals.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/\",\"name\":\"HardMob - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hardmob-icon-566807c0cdc94d04ef2f72099ed30e094bfee750_96.webp\",\"datePublished\":\"2026-06-04T14:01:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hardmob-icon-566807c0cdc94d04ef2f72099ed30e094bfee750_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hardmob-icon-566807c0cdc94d04ef2f72099ed30e094bfee750_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hardmob\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HardMob\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HardMob - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/","og_locale":"en_US","og_type":"article","og_title":"HardMob - Minecraft","og_description":"HardMob makes every mob more dangerous and rewarding as your world ages. Mobs gain a level based on in\u2011game days, their attributes scale accordingly, and a configurable chance turns them into elite bosses with special loot and visuals.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/","name":"HardMob - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hardmob-icon-566807c0cdc94d04ef2f72099ed30e094bfee750_96.webp","datePublished":"2026-06-04T14:01:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hardmob-icon-566807c0cdc94d04ef2f72099ed30e094bfee750_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hardmob-icon-566807c0cdc94d04ef2f72099ed30e094bfee750_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hardmob\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"HardMob"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/79504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/79505"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=79504"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=79504"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=79504"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=79504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}