knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
15 stars 3 forks source link

Add hex colors for the display name (and maybe lore) #261

Open knokko opened 1 year ago

knokko commented 1 year ago

Since minecraft 1.16, it's possible to give hex colors to the display name of custom items. For instance, using /give:

/give @p minecraft:diamond{display:{Name:'{"text":"a sword","color":"#33CECD","italic":false}'}} 1

I should add a display name color option to the Editor, and possibly allow the same for the lore.

knokko commented 3 months ago

I should probably try to implement https://github.com/knokko/custom-items-gradle/issues/307 instead.