Custom Boots

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

evsoulx

New Member
Jan 19, 2025
5
1
3
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.
 
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.
You'll find these links helpful for coding that:
https://skripthub.net/docs/?id=10689
https://skripthub.net/docs/?id=10519
 
Yeah that would be useful but a lot of the time the skript documentation is not very clear and is difficult to follow. Also as I already stated, the /give command is a stand in, I'm not to sure that you read my post at all