-
-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Is your feature request related to a problem?
Partially.
- An outdated system
- Use of gaps between colors
- No support for gradients
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
- I have searched for and ensured there isn't already an open issue regarding this.
- I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.
Other
No response