Magic Wands - MCBE Command Block Tutorial

  Рет қаралды 2,264

TastCoyote

TastCoyote

Күн бұрын

In this Tutorial I show you how to make two custom magic wands each with different abilities. If this tutorial helped you be sure to like the video and subscribe for more!
Commands:
Fireball Wand
R U AA
/execute as @a[tag=fire] at @s positioned ~~1.5~ unless entity @s[dx=0] run /execute at @a[tag=fire] run /testfor @a[hasitem={item=blaze_rod,location=slot.weapon.mainhand}]
R U NR
/execute at @p[tag=fire] run /tp @e[type=fireball] ^^1^2
R U NR
/execute at @a[tag=fire] run /particle minecraft:lava_particle
R U AA
/execute as @a[tag=fire,hasitem={item=blaze_rod,location=slot.weapon.mainhand}] run /effect @s fire_resistance 1 1 true
Wand of Freezing
R U AA
/execute as @a[tag=cold] at @s positioned ~~1.5~ unless entity @s[dx=0] run /execute at @a[tag=cold] run /testfor @a[hasitem={item=stick,location=slot.weapon.mainhand}]
I U NR
/effect @e[tag=!cold] slowness 3 5 true
R U NR
/execute at @e[type=!item,type=!xp_orb] run /particle minecraft:cauldron_explosion_emitter
R U AA
/execute at @a[tag=cold,hasitem={item=stick,location=slot.weapon.mainhand}] run /fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 packed_ice
I U NR
/execute at @e[type=!item,tag=!cold,type=!xp_orb] run /fill ~1 ~2 ~1 ~-1 ~ ~-1 packed_ice
0:00 - Intro
0:09 - Showcase
1:06 - Fireball Wand
2:05 - Wand of Freezing
Previous Video: Working Shuriken - MCBE Commands (updated) • Working Shuriken - MCB...
#minecraft #mcbe #commandblock #custom #tutorial #magic #wands
minecraft, bedrock, command block tutorial, creative, build, how to, mcbe, mcpe 1.20.40, diy, original, map making, new, simple, gaming, modless, Harry Potter, wizard, wands, spells

Пікірлер: 39
@StormyMinecrafter
@StormyMinecrafter 7 ай бұрын
Those commands were too useful! I will try some of them! Thank you for sharing this tutorial on KZbin!
@tastcoyotev2
@tastcoyotev2 7 ай бұрын
thanks and you’re welcome :)
@Broke_Corgi
@Broke_Corgi 2 ай бұрын
this is amasing
@Sin2ber
@Sin2ber 3 ай бұрын
It doesn't work the first command block says execute subcommanf unless entity test failed
@tastcoyotev2
@tastcoyotev2 3 ай бұрын
Make sure you are typing the command correctly, they are in the description if the video doesn’t show it very well also with bits like “=blaze_rod,” make sure you put a comma However for the slot.weapon.mainhand put a full stop instead
@user-er6qh7ht7y
@user-er6qh7ht7y 3 ай бұрын
I did that but still no work
@user-qx6lh2ct5k
@user-qx6lh2ct5k 6 ай бұрын
how the heck do i suppose to put fire ball in the structure block?
@tastcoyotev2
@tastcoyotev2 6 ай бұрын
So basically you first wanna place a structure block set to save with its offset of y1 and its size to be 3by3by3 Next you will want to place a repeat always active command block doing /tp @e[type=fireball] ~~~ but replacing the ~ s with the centre of the box in the structure block Then all you have to do is spawn a ghast and let it shoot one fireball After that you just save it. Hope this helps
@ThatCheesus
@ThatCheesus 3 ай бұрын
hey dude, the command doesnt work. When I input it, it said “Syntax error: Unexpected “item” at “a[hasiten=>>(item
@tastcoyotev2
@tastcoyotev2 3 ай бұрын
Make sure you spell it right “a[hasitem={item=blaze_rod” also make sure the brackets look like this { and not this (
@ThatCheesus
@ThatCheesus 3 ай бұрын
OHHHHHH, thanks man!
@ThatCheesus
@ThatCheesus 3 ай бұрын
also, something may be wrong with the particles. “Syntax error: Unexpected “/“ at “tag=fire] >>/
@tastcoyotev2
@tastcoyotev2 3 ай бұрын
Make sure it’s “tag=fire] run /particle” also one fire ball will only be able to used at a time, crouching before this will result in the fireball exploding in your face and you have to make sure you uncrouch when the fireball is summoned then punch it
@ThatCheesus
@ThatCheesus 3 ай бұрын
@@tastcoyotev2 yeah after a while the mechanism also just completely stopped working for me, and i did hit them while standing up.
@thomtom3070
@thomtom3070 7 ай бұрын
Can you make the packed ice the frost walker type of ice instead so it break eventually?
@tastcoyotev2
@tastcoyotev2 7 ай бұрын
Hm it’s an interesting idea but I can’t exactly see how I would detect the blocks but if you’re having issues with excessive ice everywhere maybe you could add to the fire wand this command R U AA /execute at @a[tag=fire,hasitem={item=blaze_rod,location=slot.weapon.mainhand}] run /fill ~4 ~4 ~4 ~-4 ~-4 ~-4 air replace packed_ice This should allow you to walk up to the ice holding the wand and making it disappear, sorry if this isn’t exactly what you were hoping for but I don’t think it would be possible for bedrock commands atm to do your request
@MoleMan12
@MoleMan12 6 ай бұрын
Frosted ice melts into water, so that probably wouldn't be the best. :/
@Broke_Corgi
@Broke_Corgi 2 ай бұрын
i will try to make one with a wind charge
@Dr_Damon_of_the_anti_furries
@Dr_Damon_of_the_anti_furries Ай бұрын
But what about Earth?
@uselessfoodsource
@uselessfoodsource Ай бұрын
does this still work or am i doing something wrong?
@tastcoyotev2
@tastcoyotev2 Ай бұрын
It will still work just can be tedious to set up
@reforged1757
@reforged1757 2 ай бұрын
It says failed to execute "teleport' idk what to do😭
@tastcoyotev2
@tastcoyotev2 2 ай бұрын
Two main issues are either you didn’t give yourself the tag or didn’t put the fireball in the structure block To add the tag do /tag @s add fire
@reforged1757
@reforged1757 2 ай бұрын
@@tastcoyotev2 Worked thank you very much
@al-kama_sudad
@al-kama_sudad 7 ай бұрын
can you make an fighter plane with only commands please
@tastcoyotev2
@tastcoyotev2 7 ай бұрын
Il try design something
@Sin2ber
@Sin2ber 3 ай бұрын
Please respond I need help
@jakeharvey6692
@jakeharvey6692 6 ай бұрын
The ice is a bit much no? It would be nice if there was a way you could make it despawn
@tastcoyotev2
@tastcoyotev2 6 ай бұрын
Like I said in the other comment I don’t think there is a way I could detect the ice placed and despawn it but if you look at the other comment you could add that remove command to the fire wand, sorry that I can’t really help though
@crisjiandennington991
@crisjiandennington991 2 ай бұрын
​@tastcoyotev2 couldn't you make it summon a armor stand inside then make it delete the ice then Despawn the armor stand?
@lizus1915
@lizus1915 6 ай бұрын
Is this gonna work on java?
@tastcoyotev2
@tastcoyotev2 6 ай бұрын
bedrock exclusive sorry
@Animekid42069
@Animekid42069 7 ай бұрын
I have a doubt
@tastcoyotev2
@tastcoyotev2 7 ай бұрын
What are you doubting ?
@arandomdude2729
@arandomdude2729 7 ай бұрын
So when are you gonna make a machine gun?
@tastcoyotev2
@tastcoyotev2 7 ай бұрын
may i ask what this may be used for?
Minecraft has WEIRD Secret Cheats...
10:30
mysticat
Рет қаралды 1,6 МЛН
ГДЕ ЖЕ ЭЛИ???🐾🐾🐾
00:35
Chapitosiki
Рет қаралды 6 МЛН
🍟Best French Fries Homemade #cooking #shorts
00:42
BANKII
Рет қаралды 60 МЛН
She ruined my dominos! 😭 Cool train tool helps me #gadget
00:40
Go Gizmo!
Рет қаралды 29 МЛН
Fighter Jet - MCBE Command Block Tutorial
1:58
TastCoyote
Рет қаралды 299
Banned From Singleplayer? - Minecraft Java's DARK FUTURE...
14:29
TheMisterEpic
Рет қаралды 1,2 МЛН
How to 100% Minecraft
16:05
Blucubed
Рет қаралды 1,6 МЛН
I Asked AI To Make Redstone For Me
11:16
Purplers
Рет қаралды 6 МЛН
How to make Animated Mobs in MCreator! | Geckolib 2023
11:15
Linky Playz
Рет қаралды 57 М.
✨Magic Spells✨ (For Every Item)
6:41
Legitimoose
Рет қаралды 87 М.
26 Secret Minecraft Items You Didn't Know Existed!
13:25
SkellyViper
Рет қаралды 1,3 МЛН
I Made Snake Game with just redstone!
14:31
mattbatwings
Рет қаралды 352 М.
Minecraft: Cool Simple Spell Book Commands!
9:38
DanRobzProbz
Рет қаралды 472 М.
How Many Minecraft Farms Fit in This Square?
14:16
Mumbo Jumbo
Рет қаралды 6 МЛН
FUN&SUN | Update 0.29.0 Trailer | Standoff 2
2:32
Standoff 2
Рет қаралды 942 М.
НАСТОЯЩАЯ ЖИЗНЬ КОТА В ВР ( I Am Cat )
22:48
perpetuumworld
Рет қаралды 233 М.