Changelog
New Colo Format!
Overview
This update introduces a custom text parser that supports various formatting tags, gradients, colors, click and hover events, and vanilla-style codes. You can combine tags or nest them for powerful text displays.
Features & Examples
-
Bold, Italic, Underline, Strikethrough, Obfuscated
<b>Bold text</b>
<i>Italic text</i>
<u>Underlined text</u>
<strike>Strikethrough text</strike>
<obf>Obfuscated text</obf>
-
Hex Colors
<#FF0000>This text is red</#>
<#00FF00>This text is green</#>
-
Gradient
<gradient:#FF0000:#FFFF00:#00FF00>Hello Gradient!</gradient>
- You can use multiple hex colors separated by “:” (e.g.
#FF0000:#0000FF:#00FF00
). - The parser will blend colors across the text.
-
Click Events
<click:run_command:'/say Hello'>Click to run a command</click>
<click:suggest_command:'/help'>Click to suggest a command in chat</click>
<click:open_url:'https://example.com'>Click to open a website</click>
<click:copy_to_clipboard:'Copied!'>Click to copy text</click>
- Note:
run_command
is executed as if the player typed it in chat, so it requires permissions.
-
Hover Events
<hover:show_text:'Hover message here'>Hover over me</hover>
-
Links
<link:https://google.com>Click to open Google</link>
- Equivalent to a
click:open_url
event.
-
Reset
<reset>
or<r>
resets any formatting to default.
-
Vanilla Formatting Codes
- Use
&
followed by a code (e.g.&a
,&l
,&r
):&l
= bold&o
= italic&n
= underline&m
= strikethrough&k
= obfuscated&r
= reset&0
-&f
= color codes
- Use
Files
blanketeconomy-1.4.jar(211.3 KiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.4.4Loaders
Fabric
Game versions
1.21–1.21.1, 1.21.2, 1.21.3Downloads
10Publication date
January 26, 2025 at 11:13 PMPublisher
KrripeYT
Member