KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 104 forks source link

Allow creating custom gradients using Placeholder.styling(...) #1031

Open mfnalex opened 5 months ago

mfnalex commented 5 months ago

Hi, would it be possible to add API methods to allow creating custom gradients? Right now it seems like it's only possible to create custom placeholder tags for single colors using Placeholder.styling(TextColor.fromHexString("#123456")) - would be great if it'd be somehow possible to have a similar thing for gradients!