-
-
Notifications
You must be signed in to change notification settings - Fork 146
Minimessage format #2888
Copy link
Copy link
Labels
Status: In progressWorking on the issue.Working on the issue.Type: EnhancementImprovement or modification which is usually a new feature.Improvement or modification which is usually a new feature.
Metadata
Metadata
Assignees
Labels
Status: In progressWorking on the issue.Working on the issue.Type: EnhancementImprovement or modification which is usually a new feature.Improvement or modification which is usually a new feature.
Is your feature request related to a problem?
Partially.
Describe the solution you'd like.
Please add the widely used “minimessage” color-coding format to facilitate localization.
Also, remove the spaces around the colors.
For example, working with this color format would clearly be more convenient:
<gray><yellow>Click</yellow> to view the previous page.</gray>Or you could do it this way:
<yellow>Click<gray> to view the previous page.Instead of this:
&e Click &7 to view the previous page.
There are significant differences here, for example, in the number of characters, but not everyone finds the current format convenient.
Describe alternatives you've considered.
I tried this format, which is supported by the &#ffffff plugin, but what bothers me is that it sometimes overlaps with characters, and some text ends up looking like a mess—it’s hard to read. Also, you can’t copy sentences properly
Agreements
Other
No response