{"id":79973,"date":"2026-06-04T17:35:42","date_gmt":"2026-06-04T14:35:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/"},"modified":"2026-06-04T17:35:42","modified_gmt":"2026-06-04T14:35:42","slug":"headsteal","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/","title":{"rendered":"Headsteal"},"content":{"rendered":"<p>&#8212;-<\/p>\n<p>### Important Stuff for Server Owners<br \/>\nDefault Recipie (can be changed):<br \/>\n![headsteal.png](https:\/\/i.imgur.com\/GjxZn1X.png)<\/p>\n<details>\n<summary>Default config<\/summary>\n<p>&#8220;`yml<br \/>\n# Gameplay Settings<br \/>\n# Determines the consequence of elimination.<br \/>\n# true  = Players are banned from the server upon death.<br \/>\n# false = Players are set to Spectator mode upon death.<br \/>\nuseBan: false<\/p>\n<p># Visual Effects<br \/>\n# Shows the Totem of Undying particle effect to the player being revived.<br \/>\nshow-totem: true<\/p>\n<p># Shows the Totem of Undying particle effect to the player performing the revival.<br \/>\nshow-totem-reviver: true<\/p>\n<p># Custom Recipe Configuration<br \/>\n# Defines the crafting recipe for the revival item.<br \/>\n# The numbers 1-9 represent the slots in a 3&#215;3 crafting grid (1 is top-left, 9 is bottom-right).<br \/>\n# IMPORTANT: Use valid Material names (e.g., DIAMOND_BLOCK, NETHERITE_INGOT).<br \/>\n# Invalid names will cause errors<br \/>\nHeadRecipe:<br \/>\n  1: &#8220;DIAMOND_BLOCK&#8221;<br \/>\n  2: &#8220;NETHERITE_INGOT&#8221;<br \/>\n  3: &#8220;DIAMOND_BLOCK&#8221;<br \/>\n  4: &#8220;NETHERITE_INGOT&#8221;<br \/>\n  5: &#8220;TOTEM_OF_UNDYING&#8221;<br \/>\n  6: &#8220;NETHERITE_INGOT&#8221;<br \/>\n  7: &#8220;DIAMOND_BLOCK&#8221;<br \/>\n  8: &#8220;NETHERITE_INGOT&#8221;<br \/>\n  9: &#8220;DIAMOND_BLOCK&#8221;<\/p>\n<p># Commands to run for Events<br \/>\n# These commands are run from the console.<br \/>\n# Use {PLAYER_DEAD} for the victim and {PLAYER_KILLER} for the attacker.<br \/>\n# Only works if killed by player not command<br \/>\nenable-actions-on-death: false<br \/>\nactions-on-death:<br \/>\n  &#8211; &#8220;eco give {PLAYER_KILLER} 100&#8221;<br \/>\n  &#8211; &#8220;eco take {PLAYER_DEAD} 100&#8221;<\/p>\n<p># Message Configuration<br \/>\n# &#8211; You can use standard Bukkit color codes (e.g., &#038;a for green, &#038;c for red).<br \/>\n# &#8211; To disable a specific message, set it to an empty string: &#8220;&#8221;<\/p>\n<p># Elimination Messages<br \/>\n# {PLAYER_DEAD}   &#8211; The name of the player who died.<br \/>\n# {PLAYER_KILLER} &#8211; The name of the killer (Only available in kill-message).<br \/>\nkill-message: &#8220;&#038;c[HeadSteal]: {PLAYER_DEAD} is killed by {PLAYER_KILLER} !!&#8221;<br \/>\nkill-by-command-message: &#8220;&#038;c[HeadSteal]: {PLAYER_DEAD} is killed&#8221;<\/p>\n<p># Revival Messages<br \/>\n# {PLAYER_DEAD}    &#8211; The name of the player being revived.<br \/>\n# {PLAYER_REVIVER} &#8211; The name of the player reviving them (Only available in revive-message).<br \/>\nrevive-message: &#8220;&#038;a[HeadSteal]: {PLAYER_DEAD} is revived by {PLAYER_REVIVER} !!&#8221;<br \/>\nrevive-by-command-message: &#8220;&#038;a[HeadSteal]: {PLAYER_DEAD} is revived&#8221;<\/p>\n<p># Ban\/Kick Messages (Used when useBan is true)<br \/>\n# These messages are displayed on the screen of the player being kicked\/banned.<br \/>\n# {PLAYER_KILLER} &#8211; The name of the killer (Only available in kick-message).<br \/>\nkick-message: &#8220;&#038;c[HeadSteal]: {PLAYER_KILLER} killed you !!&#8221;<br \/>\nkick-by-command-message: &#8220;&#038;c[HeadSteal]: You are killed !!&#8221;<\/p>\n<p># Error and Status Messages<br \/>\n# {PLAYER} &#8211; The target player name referenced in the command.<\/p>\n<p># Sent when a player who has never joined the server.<br \/>\nplayer-never-played: &#8220;&#038;c[HeadSteal]: {PLAYER} Has Never Played on this server !!&#8221;<br \/>\n# Sent when attempting to revive a player who is currently alive.<br \/>\nplayer-not-eliminated: &#8220;&#038;c[HeadSteal]: {PLAYER} is not dead yet !!&#8221;<br \/>\n# Sent when attempting to eliminate a player who is already dead\/banned.<br \/>\nplayer-already-eliminated: &#8220;&#038;c[HeadSteal]: {PLAYER} already eliminated !!&#8221;<br \/>\n# Sent to an eliminated player if they attempt to join (Used when useBan is true).<br \/>\nplayer-still-eliminated: &#8220;&#038;c[HeadSteal]: You are still eliminated !&#8221;<\/p>\n<p># Miscellaneous Messages<br \/>\n# Sent when placing a head that lacks valid owner data.<br \/>\nname-on-head-notvalid: &#8220;&#038;c[HeadSteal]: Name on Head Not Valid !!&#8221;<br \/>\n# Sent if the head item&#8217;s data is corrupted.<br \/>\nhead-broken-cant-be-fixed: &#8220;&#038;c[HeadSteal]: This head is broken and cant be fixed !!&#8221;<br \/>\n# Sent to players with admin permissions who join while eliminated.<br \/>\nadmin-join-override: &#8220;&#038;a[HeadSteal]: You are still eliminated but joined with admin override&#8221;<br \/>\n# Sent when an eliminated player tries to teleport.<br \/>\nnot-allowed-to-tp-after-death: &#8220;&#038;c[HeadSteal]: Not allowed to Teleport after Death&#8221;<br \/>\n# Sent when a player lacks the required permission node for a command.<br \/>\nno-permission: &#8220;&#038;c[HeadSteal]: You don&#8217;t have permission !!&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>Try out my other plugin:<br \/>\nNightVisionPlusPlus &#8211; The most customizible\/brandable nightvision plugin<\/p>\n<p>&#8212;<br \/>\n# Headsteal<\/p>\n<p>A thrilling addition to your Minecraft anarchy server<\/p>\n<p>## What is Headsteal?<\/p>\n<p>Headsteal is a new game mechanic for Minecraft anarchy servers that adds an extra layer of challenge<br \/>\nand excitement to PvP encounters. When a player is killed, their head drops as loot, and if the head is<br \/>\npicked up by another player, the killed player is banned from the server until their head is placed back  down.<\/p>\n<p>## Why you&#8217;ll love Headsteal:<\/p>\n<p>+ **PvP with an extra challenge**: Players have to be careful not to lose their heads !<br \/>\n+ **Team up to save your friends**: Work together to bring back your banned buddies.<br \/>\n+ **Keeps things interesting:** You never know when someone might get banned !<\/p>\n<p>## Commands:<\/p>\n<p>+ \/hrevive <name><br \/>\n+ \/heliminate <name><br \/>\n+ \/hreload<\/p>\n<p>## Features<br \/>\n+ Can use Spectator instead of Banning<br \/>\n+ customizable messages<\/p>\n<p>_**Get Headsteal today and make your anarchy server the best !**_<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Headsteal PvP with a twist. Steal a player&#8217;s head to banish them from the server.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"headsteal","_minecraft_project_id":"UbJ2tr3b","_minecraft_author":"UnknownGuy","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":18776,"_minecraft_follows":12,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"headsteal.zip","_minecraft_size_bytes":12877852,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T00:41:34.016340Z","_minecraft_date_created":"2023-12-05T23:45:45.693663Z","_minecraft_date_modified":"2026-04-08T22:37:21.518917Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/headsteal","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-04T14:35:43+00:00","_minecraft_import_hash":"b5c2ae8c87e6939106d8af902eea3c2f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,866,127,128,129],"mod_loader":[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,83,167],"class_list":["post-79973","mod","type-mod","status-publish","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","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","minecraft_version-26-1","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Headsteal - 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\/headsteal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Headsteal - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Headsteal PvP with a twist. Steal a player&#039;s head to banish them from the server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/\" \/>\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\\\/headsteal\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/headsteal\\\/\",\"name\":\"Headsteal - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-04T14:35:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/headsteal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/headsteal\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/headsteal\\\/#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\":\"Headsteal\"}]},{\"@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":"Headsteal - 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\/headsteal\/","og_locale":"en_US","og_type":"article","og_title":"Headsteal - Minecraft","og_description":"Headsteal PvP with a twist. Steal a player's head to banish them from the server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/","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\/headsteal\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/","name":"Headsteal - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-04T14:35:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/headsteal\/#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":"Headsteal"}]},{"@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\/79973","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=79973"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=79973"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=79973"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=79973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}