{"id":36151,"date":"2026-06-01T20:52:26","date_gmt":"2026-06-01T17:52:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/"},"modified":"2026-06-01T20:52:26","modified_gmt":"2026-06-01T17:52:26","slug":"bw1058-formatting-addon","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/","title":{"rendered":"Bedwars1058 Formatting addon"},"content":{"rendered":"<p># Bedwars1058 &#8211; Modern Formatting Addon<\/p>\n<p>A lightweight Paper 1.21.1 addon that brings **MiniMessage** and **`&#038;#RRGGBB` hex color** support to BedWars1058.<\/p>\n<p>Write MiniMessage tags and hex colors directly in BedWars1058&#8217;s existing language files, no source changes to BedWars1058 required.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; `&#038;#RRGGBB` hex color codes in all display surfaces<br \/>\n&#8211; Full MiniMessage syntax: gradients, bold, italic, colors, decorations, and more<br \/>\n&#8211; Covers chat messages, action bar, titles, subtitles, sidebar, and tab list<br \/>\n&#8211; Per-module toggles (messages, scoreboard, tab) via `config.yml`<br \/>\n&#8211; Zero changes to BedWars1058 required<\/p>\n<p>## Requirements<\/p>\n<p>| Requirement                                                  | Version             |<br \/>\n| &#8212;&#8212;&#8212;&#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| Minecraft (Paper)                                            | 1.21.1              |<br \/>\n| PacketEvents | 2.6.0               |<br \/>\n| BedWars1058                                                  | Any current release, that supports 1.21.1 |<\/p>\n<p>## Installation<\/p>\n<p>1. Download `bw-formatting-addon-1.0.0.jar`<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder alongside `packetevents.jar` and your BedWars1058 jar<br \/>\n3. Start the server, a default `config.yml` will be generated<br \/>\n4. Add MiniMessage tags or `&#038;#RRGGBB` hex colors to BedWars1058&#8217;s language files<br \/>\n5. Restart or reload<\/p>\n<p>## Configuration<\/p>\n<p>&#8220;`yaml<br \/>\n#<br \/>\n# \u2588\u2584\u2584 \u2588\u2591\u2588\u2591\u2588 \u2588\u2580\u2580 \u2588\u2580\u2588 \u2588\u2580\u2588 \u2588\u2580\u2584\u2580\u2588 \u2584\u2580\u2588 \u2580\u2588\u2580 \u2580\u2588\u2580 \u2588\u2580\u2580 \u2588\u2580\u2588<br \/>\n# \u2588\u2584\u2588 \u2580\u2584\u2580\u2584\u2580 \u2588\u2580\u2591 \u2588\u2584\u2588 \u2588\u2580\u2584 \u2588\u2591\u2580\u2591\u2588 \u2588\u2580\u2588 \u2591\u2588\u2591 \u2591\u2588\u2591 \u2588\u2588\u2584 \u2588\u2580\u2584<br \/>\n# version 1.0<br \/>\n#<br \/>\n# https:\/\/github.com\/wolfylaboratory \u00b7 https:\/\/wolfylab.one<br \/>\n#<\/p>\n<p>enabled: true<\/p>\n<p># disable\/enable formatting for parts of the plugin<br \/>\nmodules:<br \/>\n  tab: true<br \/>\n  scoreboard: true<br \/>\n  messages: true<br \/>\n&#8220;`<\/p>\n<p>| Key                  | Default | Description                                       |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; | &#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- |<br \/>\n| `enabled`            | `true`  | Master on\/off toggle                              |<br \/>\n| `modules.tab`        | `true`  | Tab list header, footer, player prefix and suffix |<br \/>\n| `modules.scoreboard` | `true`  | Sidebar title                                     |<br \/>\n| `modules.messages`   | `true`  | Chat, action bar, titles, subtitles               |<\/p>\n<p>## Usage<\/p>\n<p>Open any BedWars1058 language file and use MiniMessage syntax or `&#038;#RRGGBB` hex directly in the values:<\/p>\n<p>&#8220;`yaml<br \/>\n# Hex color<br \/>\nsome-message: &#8220;&#038;#FF5500This is orange text&#8221;<\/p>\n<p># MiniMessage gradient<br \/>\nsome-title: &#8220;<gradient:#FF0000:#0000FF>Gradient Title<\/gradient>&#8221;<\/p>\n<p># Bold + color<br \/>\nsome-label: &#8220;<bold><red>Important<\/red><\/bold>&#8221;<\/p>\n<p># Per-character hex animation frame (sidebar logo)<br \/>\nsome-line: &#8220;\u00a7l&#038;#7771F8S\u00a7l&#038;#7754F4t\u00a7l&#038;#7771F8a\u00a7l&#038;#768DFBb&#8221;<br \/>\n&#8220;`<\/p>\n<p>Standard `&#038;` color codes (`&#038;a`, `&#038;l`, etc.) continue to work as before \u2014 BedWars1058 translates them to `\u00a7` codes before the addon processes them.<\/p>\n<p>## How It Works<\/p>\n<p>BedWars1058 routes all display strings through `ChatColor.translateAlternateColorCodes`, which converts `&#038;X` \u2192 `\u00a7X` but leaves `&#038;#RRGGBB` and MiniMessage tags as-is. The addon registers a PacketEvents listener at HIGHEST priority and intercepts outgoing packets before they reach players. Each text field is processed through a three-step pipeline:<\/p>\n<p>1. `&#038;#RRGGBB` \u2192 `<#RRGGBB>` (normalize hex to MiniMessage syntax)<br \/>\n2. `\u00a7X` \u2192 MiniMessage tag (e.g. `\u00a7a` \u2192 `<green>`, `\u00a7l` \u2192 `<bold>`)<br \/>\n3. `MiniMessage.deserialize()` \u2014 parses everything into a rich Adventure Component<\/p>\n<p>The Component is then re-injected into the packet and sent to the client.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>BwFormattingAddon is a lightweight Paper 1.21.1 addon that brings MiniMessage and hex color support to BedWars1058.<\/p>\n","protected":false},"featured_media":36152,"template":"","meta":{"_minecraft_slug":"bw1058-formatting-addon","_minecraft_project_id":"SDGlAnrz","_minecraft_author":"Barni","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":60,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bw1058-formatting-addon.zip","_minecraft_size_bytes":8402,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:46:54.876510Z","_minecraft_date_created":"2026-03-23T23:12:25.604473Z","_minecraft_date_modified":"2026-03-14T20:25:11.449450Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bw1058-formatting-addon","_minecraft_icon_attachment_id":36152,"_minecraft_imported_at":"2026-06-01T17:52:27+00:00","_minecraft_import_hash":"925843fb22ab6eba87d0fb651fc4899f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,873,122,126,866,127,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-36151","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-library","mod_category-magic","mod_category-management","mod_category-minigame","mod_category-paper","mod_category-utility","mod_loader-paper","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>Bedwars1058 Formatting addon - 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\/bw1058-formatting-addon\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bedwars1058 Formatting addon - Minecraft\" \/>\n<meta property=\"og:description\" content=\"BwFormattingAddon is a lightweight Paper 1.21.1 addon that brings MiniMessage and hex color support to BedWars1058.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/\",\"name\":\"Bedwars1058 Formatting addon - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bw1058-formatting-addon-icon-46ba135eeb47ae1481af9145d685629201b1bda7_96.webp\",\"datePublished\":\"2026-06-01T17:52:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bw1058-formatting-addon-icon-46ba135eeb47ae1481af9145d685629201b1bda7_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bw1058-formatting-addon-icon-46ba135eeb47ae1481af9145d685629201b1bda7_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bw1058-formatting-addon\\\/#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\":\"Bedwars1058 Formatting addon\"}]},{\"@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":"Bedwars1058 Formatting addon - 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\/bw1058-formatting-addon\/","og_locale":"en_US","og_type":"article","og_title":"Bedwars1058 Formatting addon - Minecraft","og_description":"BwFormattingAddon is a lightweight Paper 1.21.1 addon that brings MiniMessage and hex color support to BedWars1058.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/","name":"Bedwars1058 Formatting addon - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bw1058-formatting-addon-icon-46ba135eeb47ae1481af9145d685629201b1bda7_96.webp","datePublished":"2026-06-01T17:52:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bw1058-formatting-addon-icon-46ba135eeb47ae1481af9145d685629201b1bda7_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bw1058-formatting-addon-icon-46ba135eeb47ae1481af9145d685629201b1bda7_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bw1058-formatting-addon\/#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":"Bedwars1058 Formatting addon"}]},{"@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\/36151","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\/36152"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=36151"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=36151"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=36151"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=36151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}