{"id":138774,"date":"2026-06-08T08:07:34","date_gmt":"2026-06-08T05:07:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/"},"modified":"2026-06-08T08:07:34","modified_gmt":"2026-06-08T05:07:34","slug":"shockairheads","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/","title":{"rendered":"ShockAirHeads"},"content":{"rendered":"<p>Create points of interest for players to interact with, completely themed to match your server &#038; the role the AirHead plays. Create as many as you like, customizing each one down to the letter. It runs completely standalone and is open source.<\/p>\n<p>**This plugin requires Packet Events!**<\/p>\n<p>![spinning-animation](https:\/\/cdn.modrinth.com\/data\/ypKwglHB\/images\/8fa9541c60d0d4797f29afe4eb51c7ffaf745ca8.gif)<\/p>\n<p>## Key Features<br \/>\n&#8211; 1.20.5 &#8211; 1.21.8 Supported<br \/>\n&#8211; Create unlimited unique AirHeads, put them everywhere!<br \/>\n&#8211; Configure each AirHeads animation, appearance, and behavior.<br \/>\n&#8211; Lightweight &#038; fast. No real entities bogging down your server.<br \/>\n&#8211; Powerful developer API for spawning AirHeads wherever &#038; whenever you want.<br \/>\n&#8211; Internal Holograms using new 1.20+ TextDisplay entities (Background color, Billboard Display, etc)<br \/>\n&#8211; Scale heads up to 10x normal size, and down to 5% of normal size.<br \/>\n&#8211; Sends messages, play sounds, dispatch console commands or execute commands as the player.<br \/>\n&#8211; Add block-overlays to the AirHead, to add another layer of depth to your AirHeads.<br \/>\n&#8211; Velocity Send-To-Server support<\/p>\n<details>\n<summary>Config<\/summary>\n<p>&#8220;`yml<br \/>\nairheads:<br \/>\n  levels:<br \/>\n    # The location the AirHead will spawn at.<br \/>\n    location:<br \/>\n      world: test_world<br \/>\n      x: -438.0<br \/>\n      y: -38.0<br \/>\n      z: 293.0<br \/>\n      yaw: 0.0 # Used if rotation is disabled<br \/>\n      pitch: 0.0 # Used if rotation is disabled<br \/>\n    hologram-text-display-settings:<br \/>\n      # How the hologram rotates with the player.<br \/>\n      # Options:<br \/>\n      # FIXED &#8211; Hologram doesn&#8217;t rotate at all.<br \/>\n      # VERTICAL &#8211; Hologram rotates with the player, but only on the Y axis.<br \/>\n      # HORIZONTAL &#8211; Hologram rotates with the player, but only on the X axis.<br \/>\n      # CENTERED &#8211; Hologram rotates with the player on all axes.<br \/>\n      billboard-constraints: VERTICAL<br \/>\n      # How text is auto aligned in the hologram.<br \/>\n      # Options:<br \/>\n      # LEFT &#8211; Text is aligned to the left.<br \/>\n      # CENTERED &#8211; Text is aligned to the center.<br \/>\n      # RIGHT &#8211; Text is aligned to the right.<br \/>\n      text-alignment: CENTERED<br \/>\n      hologram-text:<br \/>\n        &#8211; <#ADBED1><st>&#8212;<\/st> <#fded07><bold>\u1d18\u029f\u1d00\u028f\u1d07\u0280 \u029f\u1d07\u1d20\u1d07\u029f\ua731<\/bold> <#ADBED1><st>&#8212;<\/st><br \/>\n        &#8211; <gray>1.20.5 &#8211; 1.21.5<br \/>\n      # How far above the AirHead the hologram is.<br \/>\n      hologram-offset: 0.5<br \/>\n      # How big\/small to scale the hologram. Between 0.1 and 10.0<br \/>\n      scale-x: 1.0<br \/>\n      scale-y: 1.0<br \/>\n      scale-z: 1.0<br \/>\n      # How to translate the holograms position (Advanced users)<br \/>\n      translation-x: 0.0<br \/>\n      translation-y: 0.0<br \/>\n      translation-z: 0.0<br \/>\n      # Override the width\/height of the hologram.<br \/>\n      # Will be override if text size is larger.<br \/>\n      width: 200<br \/>\n      height: 50<br \/>\n      # Does text on the hologram have a shadow?<br \/>\n      has-text-shadow: false<br \/>\n      # Is the hologram background transparent?<br \/>\n      transparent-background: true<br \/>\n      # If not transparent, what color is the background?<br \/>\n      # Uses ARGB format. #AARRGGBB<br \/>\n      background-color: &#8216;#40000000&#8217;<br \/>\n      # The radius of the hologram shadow.<br \/>\n      shadow-radius: 0.0<br \/>\n      # The strength of the hologram shadow.<br \/>\n      shadow-strength: 0.0<br \/>\n      # How often does the hologram update placeholders.<br \/>\n      # -1 to disable if not using placeholders are used or change.<br \/>\n      update-interval-ticks: 5<br \/>\n      # How far away should the hologram be visible.<br \/>\n      render-distance: 100<br \/>\n      # Hologram pitch and yaw.<br \/>\n      pitch: 0.0<br \/>\n      yaw: 0.0<br \/>\n    appearance-settings:<br \/>\n      # Head texture in base64 format.<br \/>\n      head-texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUzMWRhZWEzMGU1NzFiYjhiZGZhMGM2ZDJjOGVhMWJjNzIxYTRiMTJhY2NmN2RhNDM4YjZmMDU5OGJmMDg4NiJ9fX0=<br \/>\n      # Scale of the head. Between 0.1 and 10.0<br \/>\n      scale: 2.0<br \/>\n      # Material overlapping the head (like a helmet)<br \/>\n      # AIR &#8211; No overlay, just the head.<br \/>\n      overlay-material: YELLOW_STAINED_GLASS<br \/>\n      # How much larger to scale the overlay. (How much bigger is the helmet)<br \/>\n      overlay-offset: 0.45<br \/>\n    interact-settings:<br \/>\n      # Executed by the player on every interact<br \/>\n      interact-commands:<br \/>\n        &#8211; levels<br \/>\n      # Executed by the player on every left-click<br \/>\n      left-click-commands: []<br \/>\n      # Executed by the player on every right-click<br \/>\n      right-click-commands: []<br \/>\n      # Executed by the console on every interact<br \/>\n      console-commands: []<br \/>\n      # Executed by the console on every left-click<br \/>\n      left-click-console-commands: []<br \/>\n      # Executed by the console on every right-click<br \/>\n      right-click-console-commands: []<br \/>\n      # Message sent to the player on every interact<br \/>\n      interact-message: []<br \/>\n      # Sound played to the player on every interact<br \/>\n      sound-settings:<br \/>\n        volume: 1.0<br \/>\n        pitch: 1.0<br \/>\n        sound: minecraft:entity.player.levelup<br \/>\n        enabled: true<br \/>\n      # Send a player to another server when they interact with the AirHead.<br \/>\n      # leave empty to disable.<br \/>\n      send-to: &#8220;factions&#8221;<br \/>\n    animation-settings:<br \/>\n      # Should the head float up and down?<br \/>\n      do-float: true<br \/>\n      # How far above and below the starting position should it float<br \/>\n      float-up-max: 0.5<br \/>\n      float-down-max: 0.5<br \/>\n      # How long, int ticks, should the animation take to run 1 up-down cycle.<br \/>\n      # Higher = slower<br \/>\n      float-cycle-duration-ticks: 80<br \/>\n        # Should the head rotate?<br \/>\n      do-rotation: true<br \/>\n      # How fast, in degrees, should the head rotate per tick.<br \/>\n      # Higher = faster<br \/>\n      rotation-per-tick: 5<br \/>\n&#8220;`<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>A 1.21+ NPC replacement with flair.<\/p>\n","protected":false},"featured_media":138775,"template":"","meta":{"_minecraft_slug":"shockairheads","_minecraft_project_id":"ypKwglHB","_minecraft_author":"savage.jar","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":476,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"shockairheads.zip","_minecraft_size_bytes":25157494,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T10:41:26.259929Z","_minecraft_date_created":"2025-03-29T23:26:22.467086Z","_minecraft_date_modified":"2026-04-20T19:19:48.783323Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/shockairheads","_minecraft_icon_attachment_id":138775,"_minecraft_imported_at":"2026-06-08T05:07:35+00:00","_minecraft_import_hash":"897226bc3820e2cc235e1388eb05087a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,867,92],"mod_loader":[132,133],"minecraft_version":[845,846,847,848,849,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-138774","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-2-1","minecraft_version-1-2-2","minecraft_version-1-2-3","minecraft_version-1-2-4","minecraft_version-1-2-5","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>ShockAirHeads - 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\/shockairheads\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ShockAirHeads - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A 1.21+ NPC replacement with flair.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/\" \/>\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\\\/shockairheads\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/\",\"name\":\"ShockAirHeads - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shockairheads-icon-c8a27456c536e47da550ce899545b352bba80d7c.png\",\"datePublished\":\"2026-06-08T05:07:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shockairheads-icon-c8a27456c536e47da550ce899545b352bba80d7c.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shockairheads-icon-c8a27456c536e47da550ce899545b352bba80d7c.png\",\"width\":85,\"height\":85},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shockairheads\\\/#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\":\"ShockAirHeads\"}]},{\"@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":"ShockAirHeads - 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\/shockairheads\/","og_locale":"en_US","og_type":"article","og_title":"ShockAirHeads - Minecraft","og_description":"A 1.21+ NPC replacement with flair.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/","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\/shockairheads\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/","name":"ShockAirHeads - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shockairheads-icon-c8a27456c536e47da550ce899545b352bba80d7c.png","datePublished":"2026-06-08T05:07:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shockairheads-icon-c8a27456c536e47da550ce899545b352bba80d7c.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shockairheads-icon-c8a27456c536e47da550ce899545b352bba80d7c.png","width":85,"height":85},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shockairheads\/#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":"ShockAirHeads"}]},{"@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\/138774","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\/138775"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=138774"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=138774"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=138774"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=138774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}