I want to give a player an item with the '/give' command with has a bold name. An example command: /give @p netherite_pickaxe{Damage:1000,display:{Name:'[{"text":"Superfast Pickaxe","italic":false,"bold":true},{"text":"","italic":false,"bold":false}]'},Enchantments:[{id:efficiency,lvl:6},{id:unbreaking,lvl:4}]} 1. Now I want to do something like that in skript:
But how do I get the correct name of the item? &l doesn't work and just the name without any formatting also doesn't work.
Code:
on block damage:
if name of player's tool is "&lSuperfast Pickaxe":