{"id":80763,"date":"2026-06-04T18:37:08","date_gmt":"2026-06-04T15:37:08","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/"},"modified":"2026-06-04T18:37:08","modified_gmt":"2026-06-04T15:37:08","slug":"hex-text","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/","title":{"rendered":"Hex Text"},"content":{"rendered":"<p>HexText extends Minecraft&#8217;s font renderer with a modern colour pipeline that understands full RGB<br \/>\nhex codes, nested colour spans, and a handful of animated text effects. This document summarises the<br \/>\navailable formatting tokens and how they interact so you can take full advantage of the system.<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p> <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/KAMKEEL_Discord-7289DA?style=for-the-badge&#038;logo=discord&#038;logoColor=white\" width=\"400\" height=\"60\"><br \/>\n <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/Support_Me_|_Ko--fi-F16061?style=for-the-badge&#038;logo=ko-fi&#038;logoColor=white\" alt=\"Support Me\"  width=\"400\" height=\"60\"> <\/p>\n<p>![Download CustomNPC+](https:\/\/modrinth.com\/mod\/customnpc-plus)<br \/>\n![Download MPM+](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/moreplayermodels-plus)<br \/>\n![Download PluginMod](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/the-plugin-mod)<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>### \ud83d\udd39 Installation<br \/>\nThis mod requires **UniMixins** to run. It can be installed on both the Server and Client.<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>## Standard Minecraft formatting<\/p>\n<p>All of the vanilla `\u00a7` style formatting codes continue to work exactly as they do in base Minecraft.<br \/>\nWhen using HexText you may prefer to write them with an ampersand for easier typing; if the server<br \/>\npermits ampersand formatting HexText will normalise them for the game at render time. The supported<br \/>\ncodes are:<\/p>\n<p>| Token        | Description                                     |<br \/>\n| &#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `&#038;0`\u2013`&#038;9`, `&#038;a`\u2013`&#038;f` | Vanilla palette colours (16 in total). |<br \/>\n| `&#038;k`         | Obfuscated\/random glyphs.                        |<br \/>\n| `&#038;l`         | Bold text.                                       |<br \/>\n| `&#038;m`         | Strikethrough.                                   |<br \/>\n| `&#038;n`         | Underline.                                       |<br \/>\n| `&#038;o`         | Italic text.                                     |<br \/>\n| `&#038;r`         | Reset colour and clear styles\/effects.           |<\/p>\n<p>You can still type the same codes with `\u00a7` instead of `&#038;` if you prefer the original syntax.<\/p>\n<p>## Direct RGB colours<\/p>\n<p>HexText recognises two RGB-focused syntaxes that let you move beyond the vanilla palette:<\/p>\n<p>### Inline hex colours<\/p>\n<p>Use `&#038;#RRGGBB` (or `\u00a7#RRGGBB`) to immediately switch to an exact RGB colour (for example<br \/>\n`&#038;#ff8800`). The change takes effect from the character immediately following the code and clears any<br \/>\nnested colour spans that were active before it.<\/p>\n<p>### Scoped hex spans<\/p>\n<p>Wrap a section of text in `<RRGGBB> &#8230; <\/RRGGBB>` to apply a colour until the matching closing tag.<br \/>\nThese spans can be nested and work alongside inline hex codes. Closing a span restores the previous<br \/>\ncolour, making it easy to temporarily highlight text without permanently overwriting the stack.<br \/>\nServers can disable these HTML-style tags if they want to restrict formatting to inline codes.<\/p>\n<p>Both syntaxes accept upper- or lower-case hexadecimal digits.<\/p>\n<p>## Special effects<\/p>\n<p>In addition to vanilla style toggles, HexText adds four extra effect codes. Like other formatting<br \/>\ncodes they can be written with either `&#038;` or `\u00a7`:<\/p>\n<p>| Token | Effect                                                                 |<br \/>\n| &#8212;&#8211; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- |<br \/>\n| `&#038;g`  | Enables the animated rainbow shader. Use `&#038;r` to clear it.             |<br \/>\n| `&#038;h`  | Flips the text upside-down (Dinnerbone effect).                         |<br \/>\n| `&#038;i`  | Adds a fiery ignite overlay to the text.                                |<br \/>\n| `&#038;j`  | Applies a subtle shake\/jitter animation.                                |<\/p>\n<p>Effects remain active until the renderer resets them. Any explicit reset (`&#038;r`) or colour-stack<br \/>\nchange (such as applying a new colour or closing a `<RRGGBB>` span) clears the effect, so place the<br \/>\ncode after the colour you want it to animate.<\/p>\n<p>## Tips for authors<\/p>\n<p>* Hex colour codes are always six hexadecimal digits \u2013 shorthand (`#abc`) is not supported.<br \/>\n* Nesting `<RRGGBB>` spans is safe; the renderer keeps an internal colour stack and restores the<br \/>\n  previous colour when a span closes.<br \/>\n* You can freely combine RGB colours, vanilla colour codes, and style\/effect toggles in a single<br \/>\n  string. HexText will resolve the intended output before rendering.<\/p>\n<p>With these tokens you can express complex gradients, highlight sections of text, or animate chat<br \/>\nmessages while remaining compatible with Minecraft&#8217;s existing formatting system.<\/p>\n<p>## Server configuration<\/p>\n<p>HexText exposes several server-side toggles via the `server` category of its configuration file:<\/p>\n<p>* `enableRgbHtmlFormat` \u2013 when `true`, the `<RRGGBB>` and `<\/RRGGBB>` tags described above are parsed.<br \/>\n  Set this to `false` to treat them as literal text.<br \/>\n* `allowSignEditing` \u2013 controls whether players can right-click signs with an empty hand to open the<br \/>\n  editor.<br \/>\n* `universalAmpersandFormatting` \u2013 accepts ampersands as an alternative to the section sign for<br \/>\n  formatting codes and direct RGB colours.<br \/>\n* `ampersandsInChat` \u2013 converts ampersand formatting tokens to section signs when sending chat<br \/>\n  messages or commands.<br \/>\n* `ampersandsInSigns` \u2013 converts ampersand formatting tokens to section signs while editing signs.<br \/>\n* `ampersandsInRepairs` \u2013 converts ampersand formatting tokens to section signs when renaming items<br \/>\n  in anvils.<\/p>\n<p>These options make it easy to tailor HexText&#8217;s behaviour to a server&#8217;s moderation or gameplay needs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HexText adds RGB Colors, Outlines and new Formatting to Minecraft 1.7.10<\/p>\n","protected":false},"featured_media":80764,"template":"","meta":{"_minecraft_slug":"hex-text","_minecraft_project_id":"XX6DpU8Y","_minecraft_author":"KAMKEEL","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":751,"_minecraft_follows":2,"_minecraft_client_side":"required","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"hex-text.zip","_minecraft_size_bytes":373225,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T22:22:36.291862Z","_minecraft_date_created":"2025-11-08T06:28:50.244755Z","_minecraft_date_modified":"2026-01-03T07:20:09.322362Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hex-text","_minecraft_icon_attachment_id":80764,"_minecraft_imported_at":"2026-06-04T15:37:09+00:00","_minecraft_import_hash":"ad7c05fa8d7a0c233eaf52eace832d6d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,104,89,873,867,92],"mod_loader":[106],"minecraft_version":[21],"class_list":["post-80763","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-forge","mod_category-game-mechanics","mod_category-library","mod_category-social","mod_category-utility","mod_loader-forge","minecraft_version-1-7-10"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hex Text - 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\/hex-text\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hex Text - Minecraft\" \/>\n<meta property=\"og:description\" content=\"HexText adds RGB Colors, Outlines and new Formatting to Minecraft 1.7.10\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/img.shields.io\/badge\/KAMKEEL_Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white\" \/>\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\\\/hex-text\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/\",\"name\":\"Hex Text - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hex-text-icon-4063405217adcc55ee32c9daccef4d95f2e06155_96.webp\",\"datePublished\":\"2026-06-04T15:37:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hex-text-icon-4063405217adcc55ee32c9daccef4d95f2e06155_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hex-text-icon-4063405217adcc55ee32c9daccef4d95f2e06155_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hex-text\\\/#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\":\"Hex Text\"}]},{\"@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":"Hex Text - 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\/hex-text\/","og_locale":"en_US","og_type":"article","og_title":"Hex Text - Minecraft","og_description":"HexText adds RGB Colors, Outlines and new Formatting to Minecraft 1.7.10","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/img.shields.io\/badge\/KAMKEEL_Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white","type":"","width":"","height":""}],"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\/hex-text\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/","name":"Hex Text - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hex-text-icon-4063405217adcc55ee32c9daccef4d95f2e06155_96.webp","datePublished":"2026-06-04T15:37:08+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hex-text-icon-4063405217adcc55ee32c9daccef4d95f2e06155_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hex-text-icon-4063405217adcc55ee32c9daccef4d95f2e06155_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hex-text\/#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":"Hex Text"}]},{"@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\/80763","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\/80764"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=80763"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=80763"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=80763"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=80763"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}