Hi everyone, I've been making this server based around Evbo's parkour civilization videos, as it is a very popular idea and gets decent player count. However, I have been experiencing problems giving players boots when they rank up (all rank up skript is working as intended) because the skript just refuses to use any custom names no matter how simple, and whenever I don't use it, if the command would have to be run in a command block, it cannot be run in console. This is my current skript (the one that works):
on walk on cherry leaves:
make console execute command "/minecraft:give %player% iron_boots[enchantment_glint_override=false,enchantments={levels:{binding_curse:1},show_in_tooltip:false},unbreakable={show_in_tooltip:false}]"
And this is the command that I would like to run to give the fully custom boots:
/minecraft:give %player% iron_boots[custom_name='["",{"text":"P","italic":false,"bold":true,"color":"#878787"},{"text":"r","italic":false,"bold":true,"color":"#969696"},{"text":"o","italic":false,"bold":true,"color":"#a5a5a5"},{"text":" ","italic":false,"bold":true,"color":"#b4b4b4"},{"text":"B","italic":false,"bold":true,"color":"#c3c3c3"},{"text":"o","italic":false,"bold":true,"color":"#d2d2d2"},{"text":"o","italic":false,"bold":true,"color":"#e1e1e1"},{"text":"ts","italic":false,"bold":true,"color":"#f0f0f0"}]',enchantment_glint_override=false,enchantments={levels:{binding_curse:1},show_in_tooltip:false},attribute_modifiers={modifiers:[{type:spawn_reinforcements,amount:1,slot:head,operation:add_value,id:1739984231060}],show_in_tooltip:false},unbreakable={show_in_tooltip:false}]
The cherry leaves and using the /give command are both placeholders during testing and will be exchanged for the skript that will actually be run in the server.
on walk on cherry leaves:
make console execute command "/minecraft:give %player% iron_boots[enchantment_glint_override=false,enchantments={levels:{binding_curse:1},show_in_tooltip:false},unbreakable={show_in_tooltip:false}]"
And this is the command that I would like to run to give the fully custom boots:
/minecraft:give %player% iron_boots[custom_name='["",{"text":"P","italic":false,"bold":true,"color":"#878787"},{"text":"r","italic":false,"bold":true,"color":"#969696"},{"text":"o","italic":false,"bold":true,"color":"#a5a5a5"},{"text":" ","italic":false,"bold":true,"color":"#b4b4b4"},{"text":"B","italic":false,"bold":true,"color":"#c3c3c3"},{"text":"o","italic":false,"bold":true,"color":"#d2d2d2"},{"text":"o","italic":false,"bold":true,"color":"#e1e1e1"},{"text":"ts","italic":false,"bold":true,"color":"#f0f0f0"}]',enchantment_glint_override=false,enchantments={levels:{binding_curse:1},show_in_tooltip:false},attribute_modifiers={modifiers:[{type:spawn_reinforcements,amount:1,slot:head,operation:add_value,id:1739984231060}],show_in_tooltip:false},unbreakable={show_in_tooltip:false}]
The cherry leaves and using the /give command are both placeholders during testing and will be exchanged for the skript that will actually be run in the server.