{"id":120420,"date":"2026-06-07T05:04:46","date_gmt":"2026-06-07T02:04:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/"},"modified":"2026-06-07T05:04:46","modified_gmt":"2026-06-07T02:04:46","slug":"perfectmessages","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/","title":{"rendered":"PerfectMessages"},"content":{"rendered":"<p>&#8212;<\/p>\n<p># **Perfect Messages (PM) \u2014 Convenient Message Management in Minecraft**<\/p>\n<p>Are you tired of `\/title`? Want to make colorful notifications that stay in a message log, send cinematic dialogues, or create immersive NPC conversations?<br \/>\nWith **Perfect Messages (PM)**, you can do it all \u2014 easily and beautifully. **Discord Channel** visit the mod\u2019s project page.<\/p>\n<p>&#8212;<\/p>\n<p>## **Features**<\/p>\n<p>* \ud83d\ude80 **Pop-Up Messages**<br \/>\n  Display smooth, fading notifications with customizable text, colors, and duration.<br \/>\n  Supports all Minecraft color codes and HEX formatting.<\/p>\n<p>* \ud83c\udfa8 **HEX Color Support**<br \/>\n  Use any custom color via:<\/p>\n<p>  &#8220;`bash<br \/>\n  &#038;#RRGGBB<br \/>\n  &#8220;`<\/p>\n<p>  Example: `&#038;#FF5733Hello!`<\/p>\n<p>* \ud83d\udd22 **Dynamic Placeholders**<\/p>\n<p>  * `%player_name%` \u2014 Player\u2019s name<br \/>\n  * `%player_health%` \u2014 Current health<br \/>\n  * `%player_xp%` \u2014 XP level<br \/>\n  * `%item_in_hand%` \u2014 Item in main hand<\/p>\n<p>* \ud83d\uddbc\ufe0f **Image Support**<br \/>\n  Add icons or portraits to messages:<\/p>\n<p>  &#8220;`bash<br \/>\n  \/perfectmessage @a &#8220;pic.png Hello, %player_name%!&#8221; 5 true<br \/>\n  &#8220;`<\/p>\n<p>  All images are stored in `mods\/pm\/images\/` (created automatically).<br \/>\n  Images appear at the start of messages and align properly with multiline text.<\/p>\n<p>* \ud83d\udcdd **Message Log**<br \/>\n  View all previous messages in a smooth, scrollable message window.<br \/>\n  Perfect for quests, story mods, or chat-style dialogues.<\/p>\n<p>* \ud83d\udd0d **Commands**<\/p>\n<p>  * `\/perfectmessage` \u2014 Send a custom message with adjustable duration and optional logging<br \/>\n  * `\/clearmessages` \u2014 Clear all messages from the log<\/p>\n<p>  Example:<\/p>\n<p>  &#8220;`bash<br \/>\n  \/perfectmessage @a &#8220;&#038;#5b50d4Welcome, %player_name%!&#8221; 10 true<br \/>\n  &#8220;`<\/p>\n<p>* \u2328\ufe0f **Customizable Key Bindings**<br \/>\n  Open or close the message log directly from in-game (default key: `N`).<br \/>\n  The key can be changed in **Options \u2192 Controls \u2192 PM: Toggle Message Log**.<\/p>\n<p>* \ud83e\ude84 **Text Effects**<\/p>\n<p>  * `&#038;k` \u2014 Obfuscated (glitched) text<br \/>\n  * `&#038;r` \u2014 Reset formatting<br \/>\n  * `**text**` \u2014 Shaking text effect<\/p>\n<p>&#8212;<\/p>\n<p>## **How to Use**<\/p>\n<p>1. **Send a Message**<\/p>\n<p>   &#8220;`bash<br \/>\n   \/perfectmessage @a &#8220;&#038;#FF5733Hello, %player_name%!&#8221;<br \/>\n   &#8220;`<br \/>\n2. **Add an Image**<\/p>\n<p>   &#8220;`bash<br \/>\n   \/perfectmessage @a &#8220;pic.png &#038;aYou found a treasure!&#8221; 5 true<br \/>\n   &#8220;`<br \/>\n3. **Open the Message Log**<br \/>\n   Press **N** (or your chosen key) to view past messages.<br \/>\n4. **Clear the Log**<\/p>\n<p>   &#8220;`bash<br \/>\n   \/clearmessages<br \/>\n   &#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## **Configuration**<\/p>\n<p>You can adjust:<\/p>\n<p>* Whether logging is enabled<br \/>\n* Fade duration and transparency<br \/>\n* Maximum stored messages<br \/>\n* Visual effects like shaking or gradients<\/p>\n<p>The config file is automatically created in your Forge config directory.<\/p>\n<p>&#8212;<\/p>\n<p>## **Installation**<\/p>\n<p>1. Install **Forge** (Minecraft 1.19.2 or 1.20.1).<br \/>\n2. Place the mod file into the `mods` folder.<br \/>\n3. Launch Minecraft \u2014 the folder `mods\/pm\/images\/` will be created automatically.<br \/>\n4. Configure your controls and enjoy stylish messages!<\/p>\n<p>&#8212;<\/p>\n<p>## **Compatibility**<\/p>\n<p>* **Minecraft Versions:** 1.19.2, 1.20.1<br \/>\n* **Mod Loader:** Forge<br \/>\n* **Languages:** English, Russian<\/p>\n<p>&#8212;<\/p>\n<p>## **For Modpack Creators**<\/p>\n<p>Perfect Messages is ideal for **cinematic storytelling**, **quest systems**, or **interactive cutscenes**.<br \/>\nYou can easily script dialogue sequences using command blocks, scripts, or datapacks.<\/p>\n<p>### \ud83d\udcac Example: NPC Dialogue Chain<\/p>\n<p>&#8220;`bash<br \/>\n\/perfectmessage @a &#8220;npc.png &#038;#ffc107Villager: &#038;rHello, traveler!&#8221; 5 true<br \/>\n\/perfectmessage @a &#8220;npc.png &#038;#ffffffVillager: &#038;rThe forest ahead is dangerous&#8230;&#8221; 5 true<br \/>\n\/perfectmessage @a &#8220;npc.png &#038;#ff0000Villager: &#038;rBeware of the shadows!&#8221; 5 true<br \/>\n&#8220;`<\/p>\n<p>### \ud83e\ude84 Example: Quest Reward Message<\/p>\n<p>&#8220;`bash<br \/>\n\/perfectmessage @a &#8220;chest.png &#038;#00ff00You received 50 gold and a new sword!&#8221; 5 true<br \/>\n&#8220;`<\/p>\n<p>### \ud83e\uddd9 Tip<\/p>\n<p>Combine it with mods like **KubeJS**, **Custom NPCs**, or **Quest Frameworks** to create immersive stories with timed, animated dialogue.<\/p>\n<p>&#8212;<\/p>\n<p>## **Support &#038; Feedback**<\/p>\n<p>If you encounter any issues or want to share ideas, join our Discord Channel or visit the mod\u2019s project page.<\/p>\n<p>&#8212;<\/p>\n<p>## **Perfect Messages \u2014 Your Messages, Your Story.**<\/p>\n<p>Create cinematic notifications, immersive storytelling, and expressive communication in Minecraft with ease.<\/p>\n<p>![Message in game](https:\/\/cdn.modrinth.com\/data\/BRNTontS\/images\/4c727ded7f6948fe562ca8ef057b6938e2567676.png)<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Perfect! Unimprovable! Ideal! Messages for minecraft.<\/p>\n","protected":false},"featured_media":120421,"template":"","meta":{"_minecraft_slug":"perfectmessages","_minecraft_project_id":"BRNTontS","_minecraft_author":"Netlifex","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":721,"_minecraft_follows":11,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"perfectmessages.zip","_minecraft_size_bytes":1532605,"_minecraft_version_count":10,"_minecraft_updated_at":"2026-05-15T23:13:59.611003Z","_minecraft_date_created":"2025-02-11T00:34:29.790462Z","_minecraft_date_modified":"2025-12-18T16:06:49.620127Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/perfectmessages","_minecraft_icon_attachment_id":120421,"_minecraft_imported_at":"2026-06-07T02:04:46+00:00","_minecraft_import_hash":"0f746c072508e6c65eda4a8cfbc9f29b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,158,867,91,92],"mod_loader":[106,160],"minecraft_version":[56,36],"class_list":["post-120420","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-neoforge","mod_category-social","mod_category-storage","mod_category-utility","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-19-2","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PerfectMessages - 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\/perfectmessages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PerfectMessages - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Perfect! Unimprovable! Ideal! Messages for minecraft.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/\" \/>\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\\\/perfectmessages\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/\",\"name\":\"PerfectMessages - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perfectmessages-icon-0fa1bdb0912906455e1aa5eacffcbd9fc94edbf8_96.webp\",\"datePublished\":\"2026-06-07T02:04:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perfectmessages-icon-0fa1bdb0912906455e1aa5eacffcbd9fc94edbf8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perfectmessages-icon-0fa1bdb0912906455e1aa5eacffcbd9fc94edbf8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectmessages\\\/#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\":\"PerfectMessages\"}]},{\"@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":"PerfectMessages - 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\/perfectmessages\/","og_locale":"en_US","og_type":"article","og_title":"PerfectMessages - Minecraft","og_description":"Perfect! Unimprovable! Ideal! Messages for minecraft.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/","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\/perfectmessages\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/","name":"PerfectMessages - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perfectmessages-icon-0fa1bdb0912906455e1aa5eacffcbd9fc94edbf8_96.webp","datePublished":"2026-06-07T02:04:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perfectmessages-icon-0fa1bdb0912906455e1aa5eacffcbd9fc94edbf8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perfectmessages-icon-0fa1bdb0912906455e1aa5eacffcbd9fc94edbf8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectmessages\/#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":"PerfectMessages"}]},{"@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\/120420","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\/120421"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=120420"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=120420"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=120420"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=120420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}