{"id":100667,"date":"2026-06-05T21:54:46","date_gmt":"2026-06-05T18:54:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/"},"modified":"2026-06-05T21:54:46","modified_gmt":"2026-06-05T18:54:46","slug":"messagesonhead","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/","title":{"rendered":"Messages On Head"},"content":{"rendered":"<p>**MessagesOnHead** is a **Paper (1.19.4+)** plugin that shows messages above players&#8217; heads for a little time when they send messages to the chat.<br \/>\nThe plugin&#8217;s functionality is based on the Text Display entity.<\/p>\n<p>**[IMPORTANT]** The plugin <u>**might not work correctly**<\/u> in Minecraft versions <u>**1.20.2 to 1.21.5**<\/u>. You may notice unusually large gaps between messages. Unfortunately, this issue cannot be fixed because of version-specific changes in these Minecraft versions.<\/p>\n<p>If you have any issues\/bugs, you may leave them here.<\/p>\n<p>### \ud83d\udc40 Preview<\/p>\n<p><img decoding=\"async\" height=300 src=\"https:\/\/github.com\/user-attachments\/assets\/e9d2fa01-83c7-45ff-a0fa-d7fb8b649ad7\" \/><\/p>\n<p>### \ud83c\udf20 Key features<br \/>\n&#8211; **Limit per line**: you can configure the symbols limit for each line in the `symbolsPerLine` field.<br \/>\n&#8211; **Max symbols limit**: you can configure the max amount of symbols per message in the `symbolsLimit` field (_&#8217;&#8230;&#8217; will be appended if the limit is reached_).<br \/>\n&#8211; **Timer**: you can enable\/disable the timer at the end of the message that shows how much time is left until the message is gone.<br \/>\n&#8211; **Time scaling**: you can make longer messages exist for more time.<br \/>\n&#8211; **Colors and style**: you can choose the color of the text, its background, whether the text is shadowed and the color for the timer.<br \/>\n&#8211; **Rotation**: you may configure how a text display will rotate in the `pivotAxis` field.<br \/>\n&#8211; **Visibility**: you may hide messages from their sender via the `visibleToSender` field as well as choose whose messages will be shown globally using the `messagesonhead.show` permission.<br \/>\n&#8211; **Adjustable gaps**: you may configure gaps between messages and above player&#8217;s head in `gapBetweenMessages` and `gapAboveHead` fields.<br \/>\n&#8211; **PlaceholderAPI support**: you can configure a placeholder that will color your text displays.<\/p>\n<p>### \ud83d\udd1e Permissions<\/p>\n<p>&#8211; `messagesonhead.show` _(**true** by default)_  \u2014 Whether messages will appear above player&#8217;s head.<br \/>\n&#8211; `messagesonhead.admin` _(for **operators** by default)_ \u2014 Allows to use the `\/moh` command.<\/p>\n<p>### \ud83d\udcbb Commands<\/p>\n<p>&#8211; `\/moh info` \u2014 shows commands info.<br \/>\n&#8211; `\/moh reload` \u2014 reloads the config and makes a cleanup by removing all entities related to the plugin.<br \/>\n&#8211; `\/moh say <player> <msg>` \u2014 says a message on behalf of the player.<\/p>\n<p>Aliases: `\/messagesonhead`.<\/p>\n<p>### \ud83d\udcc4 Default config<\/p>\n<p>&#8220;`yml<br \/>\nsymbolsPerLine: 30<br \/>\n# If the limit is reached, the three dots will be added at the end. -1 means there&#8217;s no limit<br \/>\nsymbolsLimit: -1<br \/>\n# Initial amount of seconds for the message to exist<br \/>\ntimeToExist: 2<br \/>\n# Whether a message will be visible to its sender<br \/>\nvisibleToSender: true<br \/>\n# Hide the message when the player is under an invisibility effect<br \/>\nhideWhenInvisible: true<\/p>\n<p># Whether a longer message will exist for more time<br \/>\nscalingEnabled: true<br \/>\n# Scaling coefficient per symbol in seconds. For example, a message with 50 symbols<br \/>\n# will exist for extra 5 seconds if the coefficient is set to 0.1 (because 0.1 * 50 = 5)<br \/>\nscalingCoefficient: 0.05<\/p>\n<p># Distances between messages \/ above player&#8217;s head<br \/>\ngapBetweenMessages: 0.3<br \/>\ngapAboveHead: 0.4<\/p>\n<p>textColor: &#8220;#FFFFFF&#8221;<\/p>\n<p>timerEnabled: true<br \/>\n# Minimum message length threshold for the timer to be displayed<br \/>\nminSymbolsForTimer: 0<br \/>\ntimerFormat: &#8221; (%.1f)&#8221;<br \/>\ntimerColor: &#8220;#F4CA16&#8221;<\/p>\n<p>backgroundEnabled: true<br \/>\nbackgroundColor: &#8220;#000000&#8221;<br \/>\n# Range: [0, 100]<br \/>\nbackgroundTransparencyPercentage: 100<\/p>\n<p># Whether a text will have a shadow<br \/>\nisShadowed: true<\/p>\n<p># How a text display can pivot:<br \/>\n# VERTICAL &#8211; Can pivot around vertical axis<br \/>\n# HORIZONTAL &#8211; Can pivot around horizontal axis<br \/>\n# CENTER &#8211; Can pivot around center point<br \/>\n# FIXED &#8211; No rotation<br \/>\npivotAxis: &#8220;VERTICAL&#8221;<\/p>\n<p># You may enable this if you use a plugin for per-player chat color customization (e.g., EZColors, ChatColor etc.)<br \/>\nplaceholderApiIntegration: false<br \/>\n# Name of a placeholder that will be put before each text line<br \/>\ncolorPlaceholder: &#8220;%ezcolors_color%&#8221;<br \/>\n# Format for text lines if `placeholderApiIntegration` is true<br \/>\nlineFormat: &#8220;&#038;[defaultColor]&#038;[colorPlaceholder][message]&#8221;<\/p>\n<p>messages:<br \/>\n  &#8220;prefix&#8221;: &#8220;&#038;#F4CA16[MessagesOnHead]&#8221;<br \/>\n  &#8220;info-title&#8221;: &#8220;<prefix> &#038;#D9E6EDCommands list:&#8221;<br \/>\n  &#8220;info-toggle-command-description&#8221;: &#8221; &#038;f\/moh toggle &#8211; &#038;#D9E6EDAllows you to toggle the visibility of messages on heads.&#8221;<br \/>\n  &#8220;info-reload-command-description&#8221;: &#8221; &#038;f\/moh reload &#8211; &#038;#D9E6EDReloads the config and makes a cleanup by removing all entities related to the plugin.&#8221;<br \/>\n  &#8220;info-say-command-description&#8221;: &#8221; &#038;f\/moh say &#8211; &#038;#D9E6EDSay a message on behalf of the player.&#8221;<br \/>\n  &#8220;reloaded&#8221;: &#8220;<prefix> &#038;#D9E6EDReloaded!&#8221;<br \/>\n  &#8220;visibility-toggled-on&#8221;: &#8220;<prefix> &#038;#D9E6EDYou will &#038;a&#038;nnow see&#038;#D9E6ED messages over other players&#8217; heads.&#8221;<br \/>\n  &#8220;visibility-toggled-off&#8221;: &#8220;<prefix> &#038;#D9E6EDYou will &#038;c&#038;nno longer see&#038;#D9E6ED messages over other players&#8217; heads.&#8221;<br \/>\n  &#8220;only-players&#8221;: &#8220;<prefix> &#038;cOnly players can use this command!&#8221;<br \/>\n  &#8220;player-not-found&#8221;: &#8220;<prefix> &#038;cPlayer not found.&#8221;<br \/>\n  &#8220;command-not-found&#8221;: &#8220;<prefix> &#038;cCommand not found.&#8221;<br \/>\n  &#8220;error-during-reload&#8221;: &#8220;<prefix> &#038;cAn error occurred during reload! Check console for details.&#8221;<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\ude80 Installation guide<\/p>\n<p>**[IMPORTANT]** Before getting started, make sure that the plugin&#8217;s version is **compatible** with your server version.<\/p>\n<p>1. Download the latest version of the plugin from the Releases tab.<br \/>\n1. Put the downloaded `.jar` into the `\/plugins` folder of your server.<br \/>\n1. Restart your server or enter the `\/reload` command.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Paper plugin (1.19.4+) that shows messages of players (chat bubbles) above their heads.<\/p>\n","protected":false},"featured_media":100668,"template":"","meta":{"_minecraft_slug":"messagesonhead","_minecraft_project_id":"sWyzxINY","_minecraft_author":"MrQuackDuck","_minecraft_license":"MIT","_minecraft_downloads":1432,"_minecraft_follows":17,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"messagesonhead.zip","_minecraft_size_bytes":465739,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-16T07:26:49.646360Z","_minecraft_date_created":"2025-02-06T00:25:04.672404Z","_minecraft_date_modified":"2026-05-09T22:11:18.892482Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/messagesonhead","_minecraft_icon_attachment_id":100668,"_minecraft_imported_at":"2026-06-05T18:54:47+00:00","_minecraft_import_hash":"e5bf88bafa7e041e5496569d0c5a33f6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,128,867],"mod_loader":[132,133],"minecraft_version":[58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-100667","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-purpur","mod_category-social","mod_loader-paper","mod_loader-purpur","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","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Messages On Head - 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\/messagesonhead\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Messages On Head - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Paper plugin (1.19.4+) that shows messages of players (chat bubbles) above their heads.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/user-attachments\/assets\/e9d2fa01-83c7-45ff-a0fa-d7fb8b649ad7\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/\",\"name\":\"Messages On Head - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/messagesonhead-icon-9005ed6c33baf5c971afcc4e95aa059b57885cb5_96.webp\",\"datePublished\":\"2026-06-05T18:54:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/messagesonhead-icon-9005ed6c33baf5c971afcc4e95aa059b57885cb5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/messagesonhead-icon-9005ed6c33baf5c971afcc4e95aa059b57885cb5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/messagesonhead\\\/#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\":\"Messages On Head\"}]},{\"@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":"Messages On Head - 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\/messagesonhead\/","og_locale":"en_US","og_type":"article","og_title":"Messages On Head - Minecraft","og_description":"Paper plugin (1.19.4+) that shows messages of players (chat bubbles) above their heads.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/user-attachments\/assets\/e9d2fa01-83c7-45ff-a0fa-d7fb8b649ad7","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/","name":"Messages On Head - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/messagesonhead-icon-9005ed6c33baf5c971afcc4e95aa059b57885cb5_96.webp","datePublished":"2026-06-05T18:54:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/messagesonhead-icon-9005ed6c33baf5c971afcc4e95aa059b57885cb5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/messagesonhead-icon-9005ed6c33baf5c971afcc4e95aa059b57885cb5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/messagesonhead\/#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":"Messages On Head"}]},{"@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\/100667","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\/100668"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=100667"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=100667"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=100667"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=100667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}