erikzimmermann / TradeSystem

A highly customizable, free and open-source Minecraft plugin for trading between players.
https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/
MIT License
77 stars 47 forks source link

hex colors support #485

Closed samparotony228 closed 1 year ago

samparotony228 commented 1 year ago

Is your feature request related to a problem? Please describe. support for hex colors.

Describe the solution you'd like be able to use hex colors in plugin localization files.

Describe alternatives you've considered

Additional context hex color use case can be any at the discretion of you as a developer. e.g. "&#hex", "#hex", "<#hex>", "{#hex}".

Discord contact: samparo

erikzimmermann commented 1 year ago

Hex-colors are already supported in the language file e.g. &#123456. Where exactly is it not supported?

samparotony228 commented 1 year ago

Honestly, I have not tried this use case, the fact is that I did not find information about it on the spigot page of the plugin. I'll double check now and let you know.

samparotony228 commented 1 year ago

Sorry for the late reply, I completely forgot about this. The hex color format you mentioned works. Thanks for the help!