CivMC / NameColors

Allow players to change their name color. Minecraft plugin built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Add support for hex colour names #3

Open Diet-Cola opened 2 years ago

Diet-Cola commented 2 years ago

Another clickable button that would open a dialog for you to input a hex value and then change your name color to

Protonull commented 1 year ago

NameColors is a pretty small plugin, and support for hex colours would mean switching over to components, which would effectively be a full plugin refactor.

Protonull commented 12 months ago

Should hex colours be separated into its own permission? Currently, there's namecolor.use, which lets you choose any of the named colours, and namecolor.rainbow, which lets you rainbowify your name. Should I add namecolor.hex?

Diet-Cola commented 12 months ago

Makes sense to me

Protonull commented 12 months ago

Fair, just awaiting the update to CivGradle 2 and then I'll get working on it