{"id":78365,"date":"2026-06-04T15:27:24","date_gmt":"2026-06-04T12:27:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/"},"modified":"2026-06-04T15:27:24","modified_gmt":"2026-06-04T12:27:24","slug":"guardianofnether","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/","title":{"rendered":"GuardianOfNether"},"content":{"rendered":"<div align=\"center\">\n<p>![Paper](https:\/\/papermc.io\/)<br \/>\n![Purpur](https:\/\/purpurmc.org\/)<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<h1>\u2728 GuardianOfNether<\/h1>\n<h3>A fully configurable Nether Guardian boss with 3 phases, custom armor drop, and Nether access control.<\/h3>\n<p>&#8212;<\/p>\n<h2>\ud83e\udde0 Concept<\/h2>\n<p>The **Guardian of the Nether** is a powerful boss that guards access to the Nether.<br \/>\nPlayers must defeat it to unlock the Nether portal. Upon death, it drops the **Chestplate of Guardian** \u2014 a cursed armor piece with unique powers that cannot be removed or stored.<\/p>\n<p>&#8212;<\/p>\n<h2>\u2694\ufe0f Features<\/h2>\n<p>&#8211; **3 configurable phases** \u2014 speed, size, armor, damage and regeneration increase with each phase<br \/>\n&#8211; **Leash system** \u2014 the boss stays within a configurable radius around its spawn point<br \/>\n&#8211; **Minion waves** \u2014 wither skeleton minions spawn at the start and at regular intervals<br \/>\n&#8211; **Nether lock** \u2014 the Nether is inaccessible until the boss is defeated *(configurable)*<br \/>\n&#8211; **Chestplate of Guardian** \u2014 dropped on death with:<br \/>\n  &#8211; Custom red armor trim<br \/>\n  &#8211; Curse of Vanishing *(disappears if the wearer dies)*<br \/>\n  &#8211; Permanent **Glowing** effect when worn<br \/>\n  &#8211; Cannot be removed from the armor slot<br \/>\n  &#8211; Cannot be stored in any container *(chest, ender chest, shulker box&#8230;)*<br \/>\n&#8211; **Fully configurable** \u2014 phases, stats, drops, messages, all in `config.yml`<br \/>\n&#8211; **StackMob support** \u2014 optional soft-depend to prevent boss\/minion stacking<br \/>\n&#8211; **Auto update checker** \u2014 notifies OPs on join if a new version is available<\/p>\n<p>&#8212;<\/p>\n<h2>\ud83d\udd27 Installation<\/h2>\n<p>1. Install a **PaperMC** or **Purpur** compatible server *(1.21+)*<br \/>\n2. Download `GuardianOfNether.jar` and place it in your `plugins\/` folder<br \/>\n3. Restart the server<br \/>\n4. Edit `plugins\/GuardianOfNether\/config.yml` to your liking<br \/>\n5. *(Optional)* Install **StackMob** to prevent boss and minion stacking<\/p>\n<p>&#8212;<\/p>\n<h2>\ud83c\udfae Commands<\/h2>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/guardian-of-nether spawn [x y z]` | Spawns the Guardian of the Nether | `guardianofnether.spawn` |<br \/>\n| `\/guardian-of-nether reload` | Reloads the config without restart | `guardianofnether.reload` |<br \/>\n| `\/guardian-of-nether nether reset` | Re-locks the Nether for a new cycle | `guardianofnether.nether` |<br \/>\n| `\/guardian-items [player]` | Gives the Chestplate of Guardian | `guardianofnether.items` |<\/p>\n<p>**Aliases:** `\/gon`, `\/guardian`<\/p>\n<p>&#8212;<\/p>\n<h2>\ud83d\udd11 Permissions<\/h2>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `guardianofnether.spawn` | Spawn the boss | OP |<br \/>\n| `guardianofnether.reload` | Reload the config | OP |<br \/>\n| `guardianofnether.nether` | Manage the Nether lock | OP |<br \/>\n| `guardianofnether.items` | Give the Chestplate | OP |<\/p>\n<p>&#8212;<\/p>\n<h2>\u2699\ufe0f Configuration<\/h2>\n<p>Everything is configurable in `config.yml` \u2014 no code editing needed.<\/p>\n<p>&#8220;`yaml<br \/>\n# General boss settings<br \/>\nBoss:<br \/>\n  name: &#8220;&#038;4&#038;lGuardian of the Nether&#8221;<br \/>\n  leash-radius: 20          # Max radius from spawn (blocks)<br \/>\n  minions-on-spawn: 5       # Minions spawned at the start<br \/>\n  minions-wave-count: 3     # Minions per wave<br \/>\n  minions-wave-interval: 60 # Interval between waves (seconds)<\/p>\n<p># 3 fully configurable phases<br \/>\nPhases:<br \/>\n  Phase-1: { hp: 300, speed: 0.22, scale: 1.0, damage-multiplier: 0.0, &#8230; }<br \/>\n  Phase-2: { hp-threshold-percent: 60, speed: 0.28, scale: 1.3, &#8230; }<br \/>\n  Phase-3: { hp-threshold-percent: 30, speed: 0.35, scale: 1.7, &#8230; }<\/p>\n<p># Reward on boss death<br \/>\nDrop:<br \/>\n  Chestplate:<br \/>\n    name: &#8220;&#038;cChestplate of Guardian&#8221;<br \/>\n    curse-of-vanishing: true<br \/>\n    trim: { material: REDSTONE, pattern: SENTRY }<\/p>\n<p># Chestplate behavior when worn<br \/>\nChestplate-Behavior:<br \/>\n  glowing: true                 # Permanent Glowing effect<br \/>\n  lock-on-equip: true           # Cannot be removed<br \/>\n  block-container-storage: true # Cannot be placed in containers<\/p>\n<p># Nether access control<br \/>\nNether:<br \/>\n  nether-close: true  # true = locked until the boss is defeated<\/p>\n<p># On boss death effects<br \/>\nOn-Death:<br \/>\n  clear-inventory: false<br \/>\n  clear-enderchest: false<br \/>\n  kill-villagers: false<br \/>\n  give-chestplate: true<br \/>\n&#8220;`<\/p>\n<p>> The full `config.yml` is automatically generated on first launch.<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>*Made with \u2764\ufe0f by Zyumie (aka AyanoBrz)*<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Just a boss protecting the Nether from visitors who would dare to enter the Nether \ud83d\udd25<\/p>\n","protected":false},"featured_media":78366,"template":"","meta":{"_minecraft_slug":"guardianofnether","_minecraft_project_id":"SYzeRHyC","_minecraft_author":"zyumie","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":120,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"guardianofnether.zip","_minecraft_size_bytes":120141,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T19:11:12.683092Z","_minecraft_date_created":"2025-12-18T00:10:45.898237Z","_minecraft_date_modified":"2026-05-08T10:16:42.082911Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/guardianofnether","_minecraft_icon_attachment_id":78366,"_minecraft_imported_at":"2026-06-04T12:27:25+00:00","_minecraft_import_hash":"ad735fbac64705bec015ff70e89eb2a4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,122,137,127,128],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83],"class_list":["post-78365","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-magic","mod_category-mobs","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","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","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GuardianOfNether - 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\/guardianofnether\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GuardianOfNether - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Just a boss protecting the Nether from visitors who would dare to enter the Nether \ud83d\udd25\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/\",\"name\":\"GuardianOfNether - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guardianofnether-icon-56c50a19d3fbd01b86e2ac33f3cb3193ad954cc8_96.webp\",\"datePublished\":\"2026-06-04T12:27:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guardianofnether-icon-56c50a19d3fbd01b86e2ac33f3cb3193ad954cc8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guardianofnether-icon-56c50a19d3fbd01b86e2ac33f3cb3193ad954cc8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guardianofnether\\\/#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\":\"GuardianOfNether\"}]},{\"@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":"GuardianOfNether - 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\/guardianofnether\/","og_locale":"en_US","og_type":"article","og_title":"GuardianOfNether - Minecraft","og_description":"Just a boss protecting the Nether from visitors who would dare to enter the Nether \ud83d\udd25","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/","name":"GuardianOfNether - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/guardianofnether-icon-56c50a19d3fbd01b86e2ac33f3cb3193ad954cc8_96.webp","datePublished":"2026-06-04T12:27:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/guardianofnether-icon-56c50a19d3fbd01b86e2ac33f3cb3193ad954cc8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/guardianofnether-icon-56c50a19d3fbd01b86e2ac33f3cb3193ad954cc8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/guardianofnether\/#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":"GuardianOfNether"}]},{"@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\/78365","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\/78366"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=78365"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=78365"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=78365"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=78365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}