{"id":167465,"date":"2026-06-09T22:01:11","date_gmt":"2026-06-09T19:01:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/"},"modified":"2026-06-09T22:01:11","modified_gmt":"2026-06-09T19:01:11","slug":"voiddeath","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/","title":{"rendered":"VoidDeath"},"content":{"rendered":"<p># \ud83c\udf00 VoidDeath | Hardcore Dead-Ban System<\/p>\n<p>**VoidDeath** is a professional, high-performance solution for Hardcore Minecraft servers. It provides a seamless way to manage player deaths by implementing a customizable &#8220;Dead-Ban&#8221; system, ensuring your server maintains its high-stakes environment without unnecessary overhead.<\/p>\n<p>### \ud83d\udee0\ufe0f Key Features<\/p>\n<p>* **Customizable Ban Duration** \u2013 Set exactly how long a player should be banned after death (e.g., 24h, 7 days, or permanent).<br \/>\n* **Performance Optimized** \u2013 Built with a &#8220;Void-First&#8221; mindset. Minimal impact on TPS, even with high player counts.<br \/>\n* **Clean Death Messages** \u2013 Professional, customizable death announcements to inform the community.<br \/>\n* **Admin Bypass** \u2013 Operators can be exempted from the dead-ban system for testing and management.<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83d\udcbb Installation &#038; Setup<\/p>\n<p>1.  Download `.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 settings in `config.yml`.<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83d\udcdc\u3022 Configuration Example<\/p>\n<p>&#8220;`yaml<br \/>\n############################################################<br \/>\n#                                                          #<br \/>\n#             VOIDDEATH &#8211; CREATED BY KUBA_121              #<br \/>\n#          A professional death-ban event system           #<br \/>\n#                                                          #<br \/>\n############################################################<\/p>\n<p>############################################################<br \/>\n#                                                          #<br \/>\n#  PERMISSIONS:                                            #<br \/>\n#  &#8211; voiddeath.admin: Access to \/voiddeath reload,         #<br \/>\n#    \/deadlist, \/cleardeadlist                             #<br \/>\n#  &#8211; voiddeath.revive: Access to \/revive <player>          #<br \/>\n#  &#8211; voiddeath.bypass: Immune to death-ban                 #<br \/>\n#                                                          #<br \/>\n############################################################<\/p>\n<p># Ban duration after death (e.g., 30s, 10m, 2h, 1d, perm)<br \/>\nban-duration: &#8220;perm&#8221;<\/p>\n<p># Should administrators (voiddeath.bypass) be exempt from the ban?<br \/>\nadmin-bypass: true<\/p>\n<p>messages:<br \/>\n  # The global prefix for all system messages<br \/>\n  prefix: &#8220;&#038;4&#038;lVoidDeath &#038;r&#038;8\u00bb&#038;7&#8221;<\/p>\n<p>  # Message sent to all players when someone dies<br \/>\n  elimination-broadcast: &#8220;%prefix% &#038;f%player% &#038;7was consumed by the darkness.&#8221;<\/p>\n<p>  # The screen shown to players when they try to join while banned<br \/>\n  # Placeholders: %time% (remaining duration), %prefix%<br \/>\n  kick-message:<br \/>\n    &#8211; &#8220;&#038;4&#038;l\u25cf ELIMINATED \u25cf&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8220;&#038;8Your soul has left this world.&#8221;<br \/>\n    &#8211; &#8220;&#038;7Status: &#038;4Death Ban&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8220;&#038;8Return will be possible in: &#038;f%time%&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8220;&#038;8&#038;oCheck our Discord for more information.&#8221;<\/p>\n<p>  # Structure for the \/voiddeath help command<br \/>\n  help-menu:<br \/>\n    &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8211;&#038;r &#038;4&#038;lVoidDeath Help &#038;8&#038;m&#8212;&#8212;&#8211;&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/voiddeath help &#038;8- &#038;fDisplays this menu&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/voiddeath reload &#038;8- &#038;fReloads the plugin&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/revive <player> &#038;8- &#038;fRevive an eliminated player&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/deadlist &#038;8- &#038;fShow all eliminated players&#8221;<br \/>\n    &#8211; &#8220;&#038;7\/cleardeadlist &#038;8- &#038;fClear the entire database&#8221;<br \/>\n    &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;<\/p>\n<p>  # Correct command usage messages<br \/>\n  usage-voiddeath: &#8220;%prefix% Usage: &#038;4\/voiddeath &#038;8<&#038;7help&#038;8\/&#038;7reload&#038;8>&#8221;<br \/>\n  usage-revive: &#8220;%prefix% Usage: &#038;4\/revive &#038;8<&#038;7player&#038;8>&#8221;<\/p>\n<p>  # Standard system notifications<br \/>\n  no-permission: &#8220;%prefix% You lack the &#038;4void power &#038;7to do this.&#8221;<br \/>\n  revive-success: &#8220;%prefix% &#038;f%player% &#038;7has been &#038;4brought back &#038;7to life.&#8221;<br \/>\n  revive-not-found: &#8220;%prefix% &#038;4%player% &#038;7is not currently dead.&#8221;<br \/>\n  list-empty: &#8220;%prefix% The void is currently empty.&#8221;<br \/>\n  reload-success: &#8220;%prefix% Configuration and data &#038;4reloaded &#038;7successfully.&#8221;<\/p>\n<p>  # Styling for the \/deadlist command<br \/>\n  list-header: &#8220;&#038;4&#038;lELIMINATED PLAYERS LIST&#8221;<br \/>\n  list-item: &#8220;&#038;8\u2022 &#038;f%player% &#038;8(&#038;4%time%&#038;8)&#8221;<\/p>\n<p>  # Database and time formatting<br \/>\n  clear-success: &#8220;%prefix% The elimination database has been &#038;4purged&#038;7.&#8221;<br \/>\n  time-perm: &#8220;&#038;4&#038;lFOREVER&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/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\/VoidDeath)<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VoidDeath | A high-performance, lightweight dead-ban system for Hardcore servers.<\/p>\n","protected":false},"featured_media":167466,"template":"","meta":{"_minecraft_slug":"voiddeath","_minecraft_project_id":"OExrvPOh","_minecraft_author":"kuba_121","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":31,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"voiddeath.zip","_minecraft_size_bytes":115933,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T22:10:02.491960Z","_minecraft_date_created":"2026-04-04T02:13:45.693757Z","_minecraft_date_modified":"2026-04-10T23:16:11.764152Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/voiddeath","_minecraft_icon_attachment_id":167466,"_minecraft_imported_at":"2026-06-09T19:01:11+00:00","_minecraft_import_hash":"c7b25dca657dd761a2ce0b9c9b96f35e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,126,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,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,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-167465","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-management","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-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","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","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VoidDeath - 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\/voiddeath\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VoidDeath - Minecraft\" \/>\n<meta property=\"og:description\" content=\"VoidDeath | A high-performance, lightweight dead-ban system for Hardcore servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/\" \/>\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\\\/voiddeath\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/\",\"name\":\"VoidDeath - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/voiddeath-icon-e4d39c224b0cd7ec42bd726b6627044be849e959_96.webp\",\"datePublished\":\"2026-06-09T19:01:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/voiddeath-icon-e4d39c224b0cd7ec42bd726b6627044be849e959_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/voiddeath-icon-e4d39c224b0cd7ec42bd726b6627044be849e959_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/voiddeath\\\/#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\":\"VoidDeath\"}]},{\"@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":"VoidDeath - 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\/voiddeath\/","og_locale":"en_US","og_type":"article","og_title":"VoidDeath - Minecraft","og_description":"VoidDeath | A high-performance, lightweight dead-ban system for Hardcore servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/","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\/voiddeath\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/","name":"VoidDeath - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/voiddeath-icon-e4d39c224b0cd7ec42bd726b6627044be849e959_96.webp","datePublished":"2026-06-09T19:01:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/voiddeath-icon-e4d39c224b0cd7ec42bd726b6627044be849e959_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/voiddeath-icon-e4d39c224b0cd7ec42bd726b6627044be849e959_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/voiddeath\/#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":"VoidDeath"}]},{"@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\/167465","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\/167466"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=167465"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=167465"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=167465"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=167465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}