Command Block Tutorial #51: Potion Weapon and Item Commands in Minecraft (1.14+)

Subscribers:
8,160
Published on ● Video Link: https://www.youtube.com/watch?v=zn7nvOE2raY



Minecraft
Game:
Minecraft (2011)
Duration: 12:25
67,779 views
0


In this video I will show how you can now have potion effects on weapons and items. Check out all the other potions videos if you have not seen them yet.

All other Potion Videos:

* Potion Effect Commands: https://www.youtube.com/watch?v=t-aah6-52Xw&t=1s

* Potion Armor Commands: https://www.youtube.com/watch?v=ZlpbaDSVdbQ&t=249s

* Custom Potion Commands: https://www.youtube.com/watch?v=GVECwZW4vqI
-----------------------------------------------------------------------------------------------------------
Also Command Block Turtorial #40(Unbreakable Armor/Tool commands):

https://www.youtube.com/watch?v=pYElea4LP4k
-----------------------------------------------------------------------------------------------------------
Minecraft Command: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:stick",tag:{display:{Name:'{"text":"Protego"}'}}}}] run effect give @p minecraft:strength 1 255 true

Examples:

* Water Trident:
- /execute if entity @a[nbt={SelectedItem:{id:"minecraft:trident",tag:{display:{Name:"{\"text\":\"Water Trident\",\"color\":\"dark_blue\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:water_breathing 1 255 true

To give you the custom trident: /give @p minecraft:trident{display:{Name:"{\"text\":\"Water Trident\",\"color\":\"dark_blue\",\"bold\":\"true\"}"}}

* The Lava Blade:
- /execute if entity @a[nbt={SelectedItem:{id:"minecraft:golden_sword",tag:{display:{Name:"{\"text\":\"The Lava Blade\",\"color\":\"gold\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:fire_resistance 1 255 true

To give you the custom golden sword: /give @p minecraft:golden_sword{display:{Name:"{\"text\":\"The Lava Blade\",\"color\":\"gold\",\"bold\":\"true\"}"}}

* The Healing Wand:
- /execute if entity @a[nbt={SelectedItem:{id:"minecraft:blaze_rod",tag:{display:{Name:"{\"text\":\"The Healing Wand\",\"color\":\"light_purple\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:regeneration 1 20 true

To give you the custom Blaze rod: /give @p minecraft:blaze_rod{display:{Name:"{\"text\":\"The Healing Wand\",\"color\":\"light_purple\",\"bold\":\"true\"}"}}

* The Huck Sword:
- /execute if entity @a[nbt={SelectedItem:{id:"minecraft:iron_sword",tag:{display:{Name:"{\"text\":\"The Huck Sword\",\"color\":\"dark_green\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:strength 1 40 true

To give you the custom Iron Sword: /give @p minecraft:iron_sword{display:{Name:"{\"text\":\"The Huck Sword\",\"color\":\"dark_green\",\"bold\":\"true\"}"}}

* The Frog Axe:

- /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_axe",tag:{display:{Name:"{\"text\":\"The Frog Axe\",\"color\":\"green\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:jump_boost 1 10 true

To give you the custom Diamond Axe: /give @p minecraft:diamond_axe{display:{Name:"{\"text\":\"The Frog Axe\",\"color\":\"green\",\"bold\":\"true\"}"}}

* The Ultimate Bedrock Sword:

1. /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"{\"text\":\"The Ultimate Bedrock Sword\",\"color\":\"dark_red\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:speed 1 10 true

2. /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"{\"text\":\"The Ultimate Bedrock Sword\",\"color\":\"dark_red\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:regeneration 1 30 true

3. /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"{\"text\":\"The Ultimate Bedrock Sword\",\"color\":\"dark_red\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:resistance 1 10 true

4. /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"{\"text\":\"The Ultimate Bedrock Sword\",\"color\":\"dark_red\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:strength 1 100 true

5. /execute if entity @a[nbt={SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"{\"text\":\"The Ultimate Bedrock Sword\",\"color\":\"dark_red\",\"bold\":\"true\"}"}}}}] run effect give @p minecraft:fire_resistance 1 10 true

6. To give you the custom diamond sword with Unbreakable command: /give @p minecraft:diamond_sword{Unbreakable:1b, display:{Name:"{\"text\":\"The Ultimate Bedrock Sword\",\"color\":\"dark_red\",\"bold\":\"true\"}"}}

7. Enchantment Commands:
* /enchant RedstoneKnightX minecraft:sharpness 5

* /enchant RedstoneKnightX minecraft:fire_aspect 2

* /enchant RedstoneKnightX minecraft:looting 3

* /enchant RedstoneKnightX minecraft:sweeping 3

Music from Gaming Sound FX:

1. Monkeys Spinning Monkeys (Kevin MacLeod) - Gaming Background Music (HD):
https://www.youtube.com/watch?v=pr42a...

2. Scheming Weasel Faster - Vanoss Gaming Background Music (HD):
https://www.youtube.com/watch?v=Xi69b...

3. Hitman (Kevin McLeod) - Vanoss Gaming Background Music (HD):
https://www.youtube.com/watch?v=hTIIK...




Other Videos By RedstoneKnightX


2019-11-10Mod Showcase #3: Extra Bow Mod (Minecraft 1.12.2)
2019-11-03Mod Showcase #2: Any Dimension Mod (Minecraft 1.12.2)
2019-10-27Mod Showcase #1: No-Holds-Barred Halloween Mod (Minecraft 1.12.2)
2019-10-20Command Block Tutorial #58: Ender Dragon Egg Commands in Minecraft (1.14+)
2019-10-13Command Block Tutorial #57: Ice Power Commands in Minecraft (1.14+)
2019-10-06Command Block Tutorial #56: Paintball Gun Commands in Minecraft (1.14+)
2019-09-29Command Block Tutorial #55: Laser Beam Commands in Minecraft (1.14+)
2019-09-22Command Block Tutorial #54: Custom Drink Commands in Minecraft (1.14+)
2019-09-08Command Block Tutorial #52: OP Knockback Commands in Minecraft (1.14+)
2019-09-02Command Block Tutorial #53: OP Book Commands in Minecraft (1.14+)
2019-09-01Command Block Tutorial #51: Potion Weapon and Item Commands in Minecraft (1.14+)
2019-08-25Command Block Tutorial #50: Targeted Item Commands in Minecraft (1.14+)
2019-08-18Command Block Tutorial #49: More Special Craftingtable Commands in Minecraft (1.14+) (Aka Part 2)
2019-08-11Command Block Tutorial #48: Block Gravity Commands in Minecraft (1.14+)
2019-08-04Command Block Tutorial #47: Flamethrower Commands (1.14+) (300+ Subscriber Special)
2019-07-28Command Block Tutorial #46: Custom Potion Commands in Minecraft (1.14+)
2019-07-21Command Block Tutorial #45: Special CraftingTable Commands in Minecraft (1.14+)
2019-07-14Command Block Tutorial #44: Custom Shield Commands in Minecraft (1.14+)
2019-07-07Command Block Tutorial #43: Morphing Commands in Minecraft Part 2 (1.14+)
2019-06-30Command Block Tutorial #42: Morphing Commands in Minecraft Part 1 (1.14+)
2019-06-23Command Block Tutorial #41: Unbreakable Armor/Tool Commands in Minecraft (1.14+)



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.