MC-Machinations / PaperTweaks

A better-performance replacement for the popular VanillaTweaks datapack collection.
GNU General Public License v3.0
141 stars 13 forks source link

Allow Color Codes in the Language File #87

Open Goinging opened 7 months ago

Goinging commented 7 months ago

Is your feature request related to a problem?

Color codes don't work in the language file. The plugin seems to hard code colors to each message and part of a message. Also changes to this file also don't actually update when you reload paper tweaks, but instead when you restart the server.

Describe the solution you'd like

Either allow the use of color codes in the language file by switching over to strings or doing what essentials does now and allow people to select the primary and secondary colors of things. I specifically want to change the colors in the durability ping popup as my server has a color scheme we use for all server commands and messages.

Describe alternatives you've considered

I saw there was one message that had code things and I tried that but it also didn't work.

Other

No response