AdvancedChat

AdvancedChat

65.5k Downloads

Ability to set arbitrary RGB color of text in a replace filter

xanderstuff opened this issue ยท 3 comments

commented

Is your feature request related to a problem? Please describe.
Currently, the only way to set the color of text is to use minecraft's &# codes, with # being 0-F. 16 colors is a bit limiting.

Describe the solution you'd like
It would be nice to have a special color code for text that sets a the RGB value for the following text (and the color code gets taken out of the final text). Note: (just the starting &?) should be able to be escaped with \ if someone for some reason wanted to literally write the color code.

Proposed format: &[R,G,B] where R, G, and B are 0-255
Proposed format: &[RRGGBB] where RRGGBB is a 6 digit hexcode for color

Additional context
requested by DarkKronicle on discord https://discord.com/channels/753693459369427044/792520837327880192/896878530858741820
image
image

commented

oh wait, I think this was supposed to go in this repo: https://github.com/DarkKronicle/AdvancedChatFilters

commented

@DarkKronicle I'll let you close this issue if this was indeed supposed to go in AdvancedChatFilters instead

commented

๐Ÿ‘