-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Is your feature request related to a problem? Please describe.
Minecraft introduced text component format in Java Edition 1.16, which supports rgb format using #ffffff format
Today, most modern server and popular plugins have MiniMessage support, except a few abandoned or unmaintained projects
Many users and server administrators use RGBirdflop tool, unfortunately it defaults to legacy formatting which don't have the best readability when it comes to gradient colors. This could make color revision work to be quite annoying, simply because in legacy formatting each individual letter is colored separately from others, unlike MiniMessage that can color single letters to a long paragraph
Another problem with assigning &#rrggbb as default, is that users/admins that uses the tool usually don't know which color formatting is the best pick (or don't even bother to switch), and whether they know the differences between each format
Describe the solution you'd like
Use MiniMessage as the default color format
Describe alternatives you've considered
Add tick box "<1.16 compatibility" for legacy color formatting using &#rrggbb
Additional context
Please keep the website alive ;) it's extremely helpful for the community, thanks!