Command or Plugin to give a player an item with a colored/custom name and specific NBT? [closed]

Minecraft's /give command can give me an item with a non-colored name and nbt, but I would like to be able to get both at the same time. Is there a plugin or a way I can do this easily?


Aside from a few specific cases, text in Minecraft is colored with § signs preceding it. The character directly following the § sign determines the color. The § sign cannot be typed in Minecraft, so you will not be able to enter it into the chat or into a command block in order to color the text of the name of an item you give yourself. However, third-party editors are not subject to this restriction. Many third-party world editors, such as NBTExplorer and MCEdit, will let you input the § sign into command blocks. Alternatively, in Minecraft Java edition 1.12 and up, you can create a function to give yourself the item, and you will be able to write the § sign directly in the function file.