Command Block Tutorial #152: Sculk Armor & Weapon Commands in Minecraft (1.19+)

Subscribers:
8,170
Published on ● Video Link: https://www.youtube.com/watch?v=q_10MCa8w-Q



Minecraft
Game:
Minecraft (2011)
Category:
Tutorial
Duration: 9:27
1,864 views
51


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


2022-10-02Command Block Tutorial #162: Item Gravity/Gravity Gun Commands in Minecraft (1.19+)
2022-09-25Command Block Tutorial #161: Vibration Proof Boots Commands in Minecraft (1.19+)
2022-09-18Command Block Tutorial #160: Potion Milk Commands in Minecraft (1.19+)
2022-09-11Command Block Tutorial #159: Time Manipulation Commands in Minecraft (1.19+)
2022-09-04Command Block Tutorial #158: Mob Freeze Ray Commands in Minecraft (1.19+)
2022-08-28Command Block Tutorial #157: 3x3 Hoe Commands in Minecraft (1.19+)
2022-08-21Command Block Tutorial #156: Deadly Sculk Commands in Minecraft (1.19+)
2022-08-14Command Block Tutorial #155: Special Recovery Compass Commands in Minecraft (1.19+)
2022-08-07Command Block Tutorial #154: Allay Teleportation Commands in Minecraft (1.19+)
2022-07-31Command Block Tutorial #153: Tree Chopper Commands in Minecraft (1.19+)
2022-07-24Command Block Tutorial #152: Sculk Armor & Weapon Commands in Minecraft (1.19+)
2022-07-17Command Block Tutorial #151: Warden Disguise Commands in Minecraft (1.19+)
2022-07-10Command Block Tutorial #150: Fire Bomb Commands in Minecraft (1.19+)
2022-07-03Command Block Tutorial #149: Sticky Mud Commands in Minecraft (1.19+)
2022-06-26Command Block Tutorial #148: Frog Power Commands in Minecraft (1.19+)
2022-06-19Mod Showcase #43: Pirates and Looters Mod (Minecraft 1.16.5)
2022-06-12Mod Showcase #42: Elementary Staffs Mod (New Update)(Minecraft 1.16.5)
2022-06-12Minecraft 1.19 Showcase: The Wild Update
2022-06-05Mod Showcase #41: Upgraded Netherite Mod (Minecraft 1.16.5)
2022-05-29Command Block Tutorial #147: Special Villager Bell Commands in Minecraft (1.18+)
2022-05-22Command Block Tutorial #146: Ground Pound Commands in Minecraft (1.18+)



Tags:
Minecraft
Gaming
GamePlay
Tutorials



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.