Command Block Tutorial #152: Sculk Armor & Weapon Commands in Minecraft (1.19+)
In this video I will show how to give yourself special armor and weapon that grants the ability to spread sculk all over your Minecraft world more effectively. Similar to how a sculk catalyst block does it.
Commands:
* To get the Sculk Sword (Impulse command):
/give @p minecraft:diamond_sword{Unbreakable:1b,Enchantments:[{id:sharpness,lvl:10,}],display:{Name:"{\"text\":\"Sculk Sword\"}"}}
* To get the Sculk Helmet (Impulse command):
/give @p minecraft:player_head{display:{Name:"{\"text\":\"Sculk Helmet\"}"},SkullOwner:{Id:[I;1024609318,-645248960,-1428893807,719617813],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWM4YzljMTAxM2NlNzQ5MTE1MTc0NGQzZTYyOTYyN2UxNjk5MWZhYTY2ZTk0NDAwNzRmY2ZiYWVmMGE4ZmM4OCJ9fX0="}]}}} 1
* To activate the Sculk Sword:
Scoreboard Commands (To add and remove):
- /scoreboard objectives add Sculk minecraft.custom:minecraft.mob_kills
- /scoreboard objectives remove Sculk
1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"{\"text\":\"Sculk Sword\"}"}}}}] run scoreboard players set @e[scores={Sculk=1..}] Sculk 0
2. Chain Command Block: /execute at @p run execute at @e[type=!player,distance=0..5,sort=nearest,limit=1] run fill ~ ~-1 ~ ~ ~-1 ~ minecraft:sculk_catalyst
3. Chain Command Block: /execute at @p run execute at @e[type=!player,sort=nearest,limit=1] run particle minecraft:sculk_soul ~ ~ ~ 1 1 1 1 10 force
To activate the Sculk Helmet (the armor):
1. Repeater Command Block: /execute as @a[nbt={Inventory:[{Slot:103b,id:"minecraft:player_head",tag:{display:{Name:"{\"text\":\"Sculk Helmet\"}"}}}]}] run effect give @s minecraft:night_vision 1 1 true
2. Repeater Command Block: /execute as @a[nbt={Inventory:[{Slot:103b,id:"minecraft:player_head",tag:{display:{Name:"{\"text\":\"Sculk Helmet\"}"}}}]}] run item replace entity @s armor.chest with minecraft:leather_chestplate{Unbreakable:1b,Enchantments:[{id:protection,lvl:10},{id:thorns,lvl:5}],display:{Name:"\"Sculk Chestplate\"",color:40603}}
3. Repeater Command Block: /execute as @a[nbt={Inventory:[{Slot:103b,id:"minecraft:player_head",tag:{display:{Name:"{\"text\":\"Sculk Helmet\"}"}}}]}] run item replace entity @s armor.legs with minecraft:leather_leggings{Unbreakable:1b,Enchantments:[{id:protection,lvl:10},{id:swift_sneak,lvl:5}],display:{Name:"\"Sculk Leggings\"",color:40603}}
4. Repeater Command Block: /execute as @a[nbt={Inventory:[{Slot:103b,id:"minecraft:player_head",tag:{display:{Name:"{\"text\":\"Sculk Helmet\"}"}}}]}] run item replace entity @s armor.feet with minecraft:leather_boots{Unbreakable:1b,Enchantments:[{id:protection,lvl:10},{id:feather_falling,lvl:5}],display:{Name:"\"Sculk Boots\"",color:40603}}
5. Repeater Command Block: /execute as @a[nbt={Inventory:[{Slot:103b,id:"minecraft:player_head",tag:{display:{Name:"{\"text\":\"Sculk Helmet\"}"}}}]}] run execute at @p run execute if entity @p[nbt={OnGround:1b},limit=1] run setblock ~ ~-1 ~ minecraft:sculk
6. Repeater Command Block: /execute as @a[nbt=!{Inventory:[{Slot:103b}]}] run clear @p minecraft:leather_chestplate{Unbreakable:1b,Enchantments:[{id:protection,lvl:10},{id:thorns,lvl:5}],display:{Name:"\"Sculk Chestplate\"",color:40603}}
7. Repeater Command Block: /execute as @a[nbt=!{Inventory:[{Slot:103b}]}] run clear @p minecraft:leather_leggings{Unbreakable:1b,Enchantments:[{id:protection,lvl:10},{id:swift_sneak,lvl:5}],display:{Name:"\"Sculk Leggings\"",color:40603}}
8. Repeater Command Block: /execute as @a[nbt=!{Inventory:[{Slot:103b}]}] run clear @p minecraft:leather_boots{Unbreakable:1b,Enchantments:[{id:protection,lvl:10},{id:feather_falling,lvl:5}],display:{Name:"\"Sculk Boots\"",color:40603}}
Music:
1. Gaming Sound FX:
* Monkeys Spinning Monkeys (Kevin MacLeod) - Gaming Background Music (HD):
https://www.youtube.com/watch?v=pr42a...
Other Videos By RedstoneKnightX
Other Statistics
Minecraft Statistics For RedstoneKnightX
RedstoneKnightX presently has 1,527,317 views for Minecraft across 384 videos, with His channel uploaded over 2 days worth of Minecraft videos. This is 85.45% of the total watchable video on RedstoneKnightX's YouTube channel.