{"id":167483,"date":"2026-06-09T22:01:49","date_gmt":"2026-06-09T19:01:49","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/"},"modified":"2026-06-09T22:01:49","modified_gmt":"2026-06-09T19:01:49","slug":"voidheads","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/","title":{"rendered":"VoidHeads"},"content":{"rendered":"<p># \ud83d\udc80 VoidHeads | Advanced Death Trophies<\/p>\n<p>**VoidHeads** is a professional, high-performance death trophy and memorial system designed for modern Minecraft servers. It enhances the survival and PvP experience by automatically dropping or placing player heads upon death, preserving the legacy of fallen warriors with precise location data and unique visual identity.<\/p>\n<p>### \ud83d\udee0\ufe0f Key Features<\/p>\n<p>  * **Smart Drop System** \u2013 Seamlessly toggle between dropping heads as a collectible **ITEM** or automatically placing them as a **BLOCK** at the exact death site.<br \/>\n  * **Persistent Data Tracking** \u2013 Heads store the victim&#8217;s name and coordinates within Persistent Data Containers (PDC), ensuring they retain their unique data even after being broken and replaced.<br \/>\n  * **Universal Skin Support** \u2013 Integrated profile-fetching system ensures trophies display high-fidelity player skins, compatible with both **Premium** and **Cracked** server environments.<br \/>\n  * **Integrated Death Locator** \u2013 Lightweight JSON-based logging allows administrators to instantly trace any player&#8217;s last known death location via the `\/vh locate` command.<br \/>\n  * **Dynamic Placeholders** \u2013 Fully customizable item names and lore with support for `%player%`, `%world%`, `%x%`, `%y%`, and `%z%` placeholders.<\/p>\n<p>&#8212;&#8211;<\/p>\n<p>### \ud83d\udcbb Installation &#038; Setup<\/p>\n<p>1.  Download the `.jar` file.<br \/>\n2.  Drop the file into your server&#8217;s `\/plugins` folder.<br \/>\n3.  Restart your server to generate the configuration files.<br \/>\n4.  Customize your head appearance and system messages in `config.yml`.<\/p>\n<p>&#8212;&#8211;<\/p>\n<p>### \ud83d\udcdc\u3022 Configuration Example<\/p>\n<p>&#8220;`yaml<br \/>\n############################################################<br \/>\n#                                                          #<br \/>\n#             VOIDHEADS &#8211; CREATED BY KUBA_121              #<br \/>\n#        Professional Death Head &#038; Trophy System           #<br \/>\n#                                                          #<br \/>\n############################################################<\/p>\n<p>############################################################<br \/>\n#                                                          #<br \/>\n#  PERMISSIONS:                                            #<br \/>\n#  &#8211; voidheads.locate: Access to \/vh locate                #<br \/>\n#  &#8211; voidheads.admin: Access to \/vh give and \/vh reload    #<br \/>\n#                                                          #<br \/>\n############################################################<\/p>\n<p># Action to take on death: ITEM or BLOCK<br \/>\ndrop-mode: &#8220;BLOCK&#8221;<\/p>\n<p># Drop chance (0.0 &#8211; 100.0)<br \/>\ndrop-chance: 100.0<\/p>\n<p># Should the head overwrite existing blocks (e.g., grass, flowers)?<br \/>\noverwrite-blocks: false<\/p>\n<p># Toggle all death broadcasts<br \/>\nbroadcast-enabled: true<\/p>\n<p># &#8212; ITEM APPEARANCE &#8212;<br \/>\n# Placeholders: %player%, %world%, %x%, %y%, %z%<br \/>\nhead-name: &#8220;&#038;b&#038;lVoid &#038;8\u00bb &#038;f%player%&#8217;s Head&#8221;<br \/>\nhead-lore:<br \/>\n  &#8211; &#8220;&#038;8&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;<br \/>\n  &#8211; &#8220;&#038;7Fallen in the void of battle.&#8221;<br \/>\n  &#8211; &#8220;&#038;7Location: &#038;b%world% &#038;8| &#038;f%x%, %y%, %z%&#8221;<br \/>\n  &#8211; &#8220;&#038;8&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;<\/p>\n<p>messages:<br \/>\n  prefix: &#8220;&#038;b&#038;lVoidHeads &#038;r&#038;8\u00bb&#038;7 &#8221;<\/p>\n<p>  # Command Responses<br \/>\n  no-permission: &#8220;&#038;cNo permission.&#8221;<br \/>\n  reload-success: &#8220;&#038;aConfiguration and Data reloaded!&#8221;<br \/>\n  give-success: &#8220;&#038;7Head granted for &#038;f%player%&#8221;<br \/>\n  locate-success: &#8220;&#038;f%player% &#038;7last died at: &#038;b%world% %x%, %y%, %z%&#8221;<br \/>\n  error-numbers: &#8220;&#038;cCoordinates must be numbers!&#8221;<\/p>\n<p>  # Usage Messages<br \/>\n  usage-give: &#8220;&#038;cUsage: &#038;7\/vh give <player> [x] [y] [z]&#8221;<br \/>\n  usage-locate: &#8220;&#038;cUsage: &#038;7\/vh locate <player>&#8221;<br \/>\n  no-data: &#8220;&#038;cNo death data found for player &#038;f%player%&#8221;<\/p>\n<p>  # Action Messages<br \/>\n  head-placed: &#8220;&#038;f%player%&#8217;s &#038;7head has been placed at &#038;b%x%, %y%, %z%&#038;7!&#8221;<br \/>\n  head-dropped: &#8220;&#038;f%player%&#8217;s &#038;7head dropped at &#038;b%x%, %y%, %z%&#038;7!&#8221;<\/p>\n<p>  # Help menu structure<br \/>\n  help-menu:<br \/>\n    &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8211;&#038;r &#038;b&#038;lVoidHeads Help &#038;8&#038;m&#8212;&#8212;&#8211;&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/vh help &#038;8- &#038;fDisplays this menu&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/vh reload &#038;8- &#038;fReloads the configuration&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/vh give <player> [x y z] &#038;8- &#038;fGive a player head&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/vh locate <player> &#038;8- &#038;fLocate the last death&#8221;<br \/>\n    &#8211; &#8220;&#038;bTip: &#038;7Heads remember their data even after placing!&#8221;<br \/>\n    &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;&#8211;<\/p>\n<p>### \ud83d\udee1\ufe0f Support &#038; Community<\/p>\n<p>Join our **Code Hub** for technical support, bug reports, and updates.<\/p>\n<p>  * **Discord:** [[Join Support Server]](https:\/\/discord.gg\/jdWeSJbcKx)<br \/>\n  * **Source:** [[GitHub]](https:\/\/github.com\/kuba-121\/VoidHeads)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VoidHeads | A high-performance player head collection and location tracking system.<\/p>\n","protected":false},"featured_media":167484,"template":"","meta":{"_minecraft_slug":"voidheads","_minecraft_project_id":"8gE3W3lC","_minecraft_author":"kuba_121","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":10,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"voidheads.zip","_minecraft_size_bytes":83503,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T23:08:41.884923Z","_minecraft_date_created":"2026-04-15T22:34:35.876139Z","_minecraft_date_modified":"2026-04-10T23:35:41.968915Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/voidheads","_minecraft_icon_attachment_id":167484,"_minecraft_imported_at":"2026-06-09T19:01:49+00:00","_minecraft_import_hash":"05cd59311f5a60d69979cbfc60b6f73a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,125,89,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-167483","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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>VoidHeads - 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\/voidheads\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VoidHeads - Minecraft\" \/>\n<meta property=\"og:description\" content=\"VoidHeads | A high-performance player head collection and location tracking system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/\" \/>\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\\\/voidheads\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/\",\"name\":\"VoidHeads - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/voidheads-icon-71184725545f7005e58b64f3dec102f4d03cdfe3_96.webp\",\"datePublished\":\"2026-06-09T19:01:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/voidheads-icon-71184725545f7005e58b64f3dec102f4d03cdfe3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/voidheads-icon-71184725545f7005e58b64f3dec102f4d03cdfe3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voidheads\\\/#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\":\"VoidHeads\"}]},{\"@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":"VoidHeads - 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\/voidheads\/","og_locale":"en_US","og_type":"article","og_title":"VoidHeads - Minecraft","og_description":"VoidHeads | A high-performance player head collection and location tracking system.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/","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\/voidheads\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/","name":"VoidHeads - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/voidheads-icon-71184725545f7005e58b64f3dec102f4d03cdfe3_96.webp","datePublished":"2026-06-09T19:01:49+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/voidheads-icon-71184725545f7005e58b64f3dec102f4d03cdfe3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/voidheads-icon-71184725545f7005e58b64f3dec102f4d03cdfe3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/voidheads\/#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":"VoidHeads"}]},{"@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\/167483","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\/167484"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=167483"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=167483"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=167483"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=167483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}