A few things to say. 1. If you turn the command block off while the command is ran successfully, it will still say the block is still active. That’s why the command block stayed on. 2. With the poison book, you could put rm=1 to specify everything outside of a 1 block radius and hit players besides yourself.
3:30 it aint a bug. as long as the command block detected the book, it will still turn the comparator on even if the block is off since it was turned off in a detected state. try unequiping the book then turn it off
Nope its a bug the command block keeps detecting it for some reason happend to me i checked it out and it is lol to fix it you just have to do something to the cmd block like update it somehow, i basicly made it so the cmd block gets cloned so it always updates it self there
Fundkid well the coronavirus is spreads very easily so assuming that almost everyone gets it there is a 3% chance they will die. So if there are 7.8 billion people alive right now and most of them get corona. Then about 80 million people will die depending on how you explained it. Just using the numbers you gave me. I am probably wrong but yes it is really bad if corona virus can/will kill over 80 million people if we don’t find a cure. And that’s just with the current population more People might get it. So yes it is a, *Big Deal*
A few things to say. 1. If you turn the command block off while the command is ran successfully, it will still say the block is still active. That’s why the command block stayed on. 2. With the poison book, you could put rm=1 to specify everything outside of a 1 block radius and hit players besides yourself.
I'm extending the middle blocks to give an effect cause particles aren't working. For flight I did /summon silverfish /tp @e[type=silverfish] @p /kill @e[type=silverfish] For poison I am doing a creeper.
The poison cloud doesn't have a bug. You flicked the lever off whilst holding the book, so when you turn it off, the comparator is still on, because conparators in command blocks cannot be turned off unless the command block has executed, but you turned the command block off so it stays like that.
Magnet would be: Pick one of the enchants that he showed worked (riptide, lure, etc...) and plug that into a repeating always active command block no Redstone needed. Like this: enchant @p lure Then a comparator coming from that block to the magnet portion. He likely 1st applied status affect to the player to slow them down. Which in this case is: effect @p slowness 5 (duration in seconds) 30 (strength of slow up to 255 I think.) . Just test different values to find what feels right. That is a repeating command block, unconditional, requires Redstone. Then have another comparator go from there to another repeating unconditional command block that requires Redstone. This is the magnet part. Here you use this command: Tp @e[type=item,r=15] ~ ~ ~ @p ~ ~ ~ He's basically just having items in a 15 block radius teleport to him as he nears them. Change the radius to increase/decrease this effect. The ninja one is similar to above only he's giving the effect of speed and invisibility 10 255 true (you need the true at the end of invisibility to be truly invisible and not show particle affects). Some food for thought... If you're making these for your realm or server you can actually have players pay to activate this effect... Most importantly you can assign tags to players who you want to have these abilities. Tags go hand in hand with buying the abilities in this case, because the moment at which they interact with a button to buy it you can also silently tag them so that the abilities can then target them. Which means if you haven't purchased it you won't be able to trigger the affects. An example of this is a command block system linked to a button for payment. Look up videos for this. I don't have time to get into it in great detail now but essentially what you could do is have the button connected to impulse needs Redstone unconditional: clear @p diamond_block 0 1 Then a chain command block pointing away from the impulse block, conditional, always active: Tag @p add Ninja Then you'd just edit the above command blocks and replace anywhere it says @p (including where he uses @p in the video) with @a[tag=Ninja]. This way player with the tag will receive its affects (and not just the nearest one). This way only the person who paid 9 diamonds in the form of a diamond block have access to these abilities. Oh sorry... I forgot to add that in order to set this up properly create a repeating command block at the beginning unconditional no Redstone with a comparator pointing from this to the: enchant @a[tag=Ninja] Yada Yada command block. Make these newrepeating block say: testfor @[tag=Ninja] This will give off a power signal whenever someone who has purchased the abilities is present in the game. Once they switch to either a book or the item that the enchant comes from (lure would work with both a fishing rod and a book for example) it will execute the next part of the sequence giving them the abilities instantly. It's way better to use tags with these because you can make them more interesting and target different people for each one.
There is a way I know of that lets all five spells exist at the same time Simply have each book pre-enchanted with levels 2 above the spells you don't want the book to do For example: I have two spells, one running on sharp and one on protection To make one spell trigger both, use a normal book To make on trigger only prot, have sharp 3 on the book To make one only trigger sharp, have prot 3 on the book To make it trigger none of them, have both prot 3 and sharp 3 on the book Hope this helps for wizard rps! Though honestly custom spawn egg detection works much better than books, but if you NEED to have books, the way I just said should work EDIT: Although the above works, if you're willing to invest a bit more time and are on Java, you can use NBT data to detect the name of the book you are holding, which is straight up better
Danprobz in the newest version of minecraft beta you can add your own biomes and custom blocks and food and custom items without flowers and EVEN CUSTOM ORE i just loved that new update people finally put a food item for eggs but you can't acess it. In CREATIVE menu just craft it or find it if you made it in a biome
8:27. Omg thank you so much for this, at 8:27 is all what i needed in my life. FINALLY those annoying *magma slimes* will die INSTANTLY if i put INSTANT damage effect. Anyway thank you so much~~~💞💞💞💜💜💜
For all of you wondering why the particle one's won't work:For some reason, player being able to execute /particle is no longer a thing. I don't know why, it makes no sense to me, but that's how it is
I cannot wait to try out the first one I've heard it it'll be very useful if you're about to break your Minecraft legs because I can just simply with that book equipped just Smash Bros Robin up B and land safely
The command blocks aren't bugged they take the result of the last run command, so if the last command it ran was a success the comparitor would continue to stay on after you turn off the lever!
To everyone that is saying that the particles are not working some particles only work on certain editions of bedrock for example the flight one won’t work on PS4
The command block staying activated is actually not a glitch, when a command block with "need redstone" and the enchant command it on, and you turn it off using a book, it will stay on because the last time it ticked, it succeed in enchanting the book
Yes, detect when a player is holding a stick named broom and use /ability mayfly, once the player has stopped use /ability mayfly again. This will cause the player to stop being able to fly once they drop the broom or stop holding it
So I typed in “enchant @p mending” and added in the comparator and the lever, had a book in my hand and I flipped the lever, and nothing happened so I looked in the previous output and it said “[23.39.00] Book cannot support that enchantment” so I’m now supper confused what should I do or how can you help?? I’m playing on java
Apeture_Explorer it change a lot is using /execute @e[type=item, name= (the name) ] ~ ~ ~ /(the command he put) and with all the books and quill, if you want use the comparator only to run a /kill @e[type=item, name= (the name) ] but only all the commands without repeaters.
to make a command-chat do: /tellraw @a {"text":"Enter Your Message","color":"green","clickEvent":{"action":"run_command","value":"Enter the command here"}}
A few things to say.
1. If you turn the command block off while the command is ran successfully, it will still say the block is still active. That’s why the command block stayed on.
2. With the poison book, you could put rm=1 to specify everything outside of a 1 block radius and hit players besides yourself.
But that would mean all players beyond a 1block radius
rm=1,r=(radius you want)
so beyond 1 block but inside a # block radius
3:30 it aint a bug. as long as the command block detected the book, it will still turn the comparator on even if the block is off since it was turned off in a detected state. try unequiping the book then turn it off
Nope its a bug the command block keeps detecting it for some reason happend to me i checked it out and it is lol to fix it you just have to do something to the cmd block like update it somehow, i basicly made it so the cmd block gets cloned so it always updates it self there
@@dumscare3242 So basically, it's still not a bug but the output is still activating the redstone
@@davethebss yes the output isnt updating making it not disable and activate again
Dumscare actually command blocks can’t be buggy, that’s because there’s thousands of commands.
maybe its the lever
3:24 The media portraying coronavirus carriers.
That's very true, they think its really bad when theres a 3.5% chance you're going to die.
Fundkid well the coronavirus is spreads very easily so assuming that almost everyone gets it there is a 3% chance they will die. So if there are 7.8 billion people alive right now and most of them get corona. Then about 80 million people will die depending on how you explained it. Just using the numbers you gave me. I am probably wrong but yes it is really bad if corona virus can/will kill over 80 million people if we don’t find a cure. And that’s just with the current population more People might get it. So yes it is a, *Big Deal*
😂😂😂
@@dengeki3414 its a lot less they arent even counting the asymptomatic ( idk if its correct spelling ) people who will obviously not die
Covid 19?
Me:aaahhhhh minecraft is infected too put down your phone before u infected too
Friend: PANIC!
These skeletons can't see me!
...oh now they can
AUAHAGAUAGAGAUAGA
6:04
yo this has helped loads like with using the same aspect as the poison command i now have a healing/regneration spell book
How did you do it?
Same
@@heilcoprion5502 Just change the effect fatal poison to regeneration
3:12 It's okay, Dan... Atleast It's not a chicken ;)
Great vid!
KILL CHICKENS NOT PIGS AAAAAAAAAAAAAAAAAA
How?
TECHNOBLADE WILL BE UPSET
@@neptunehiro7091 how are you people eating Pigs aren't you afraid of the germs in their bodies 😨🙄
For the magnet, I’d recommend that you add a way to have the items slowly move towards you, and not straight-up teleport
Unfortunately that is impossible without mods
@@shelleygennetta385 if you use /execute and /teleport the right way, it's TOTALLY possible
@@savingcpr5450 yeh ur right but its still technically teleporting if you try to make it teleport slowly
@@floofybull But it still gives more of a magnet effect
@@shelleygennetta385 YES. YES YOU CAN. JUST USE /execute @e[type=item,r=15] ~~~ tp @s ^ ^ ^0.4 facing @p[r=15]
For particles use experiment gameplay in settings
Thanks m8
It’s still not working
Temporary Die me too ☹️
Thx very Very much
If it still doesn't work make a new world with experimental gameplay on and do the commands
What’s you favorite one?
;)
Had fun playing around with commands again.
It’s been awhile...
The particle commands won't work for me do u know how to fix it?
Yeah for me too it won't work (I did minecraft:test_spiral).
A few things to say.
1. If you turn the command block off while the command is ran successfully, it will still say the block is still active. That’s why the command block stayed on.
2. With the poison book, you could put rm=1 to specify everything outside of a 1 block radius and hit players besides yourself.
All of them there all amazing
please show speed
Great video. I always thought these kinds of commands were complicated but they’re actually quite simple.
Silent whisper is right though, it isn’t bedrock, it is bugrock
Ha good one
Dustbin01 Yeah, this game full of bugs
I'm so glad that youtube is giving me bedrock command suggestions
I wonder if you could apply this to other mobs. It will be super nice if we can make super bosses
You could apply it. It's very easy but takes a long time
U can!
You actually can
Well yeah probably works with the uhh replaceitem but maybe dispensers could do it
I'm extending the middle blocks to give an effect cause particles aren't working. For flight I did
/summon silverfish
/tp @e[type=silverfish] @p
/kill @e[type=silverfish]
For poison I am doing a creeper.
The but how do you stop the silverfishs noise cause it's like hell
@@curly9138 turn off sound, duh.
Doesn't matter I used diff smoke particle
Turn on experimental game play to get smoke effect
@@joe-5137 I did
Instead of the comparator, how about using chained command blocks with the "Conditional" option turned on?
What does that do
@@rod8505 it means that for it to activate the one before it needs to activate
it would work actually
But only repeat one not a chain
@@peglin5117 Lol wut I Am Not Much Playing Minecraft Now I Just First Played Minecraft 1.9 and i stopped in 1.13
Yo the flight one would. Be epic for skyblock
On it
That’s not how periods work but ok
Why are you trying to be cool yo is not cool neither are you🤣🤣🤣😂😂
jfewinsreese1 atleast he doesn’t yell at people for how they talk on the internet
I to. English
Thank you ,that was what i want in my RPG map XD
Dan: (Creates 5 spells)
(A few years later)
Dan: (Made Kamehameha in Minecraft)
Yes, it is beneficial,but only if you're in a singleplayer world
2:57 Thats basically Purple Haze's Ability
Shame
yeah but purple haze kills fugo as well
I Just got this in my recomendacions
Thank you for the great tutorial 👍
You are helping me so much you don't even know
The poison cloud doesn't have a bug. You flicked the lever off whilst holding the book, so when you turn it off, the comparator is still on, because conparators in command blocks cannot be turned off unless the command block has executed, but you turned the command block off so it stays like that.
Oh tytyty this poison one is the coolest one yet in my opinion
How do we do the other ones?
Magnet and...?
Magnet would be:
Pick one of the enchants that he showed worked (riptide, lure, etc...) and plug that into a repeating always active command block no Redstone needed. Like this: enchant @p lure
Then a comparator coming from that block to the magnet portion. He likely
1st applied status affect to the player to slow them down. Which in this case is: effect @p slowness 5 (duration in seconds) 30 (strength of slow up to 255 I think.) . Just test different values to find what feels right. That is a repeating command block, unconditional, requires Redstone.
Then have another comparator go from there to another repeating unconditional command block that requires Redstone. This is the magnet part. Here you use this command:
Tp @e[type=item,r=15] ~ ~ ~ @p ~ ~ ~
He's basically just having items in a 15 block radius teleport to him as he nears them. Change the radius to increase/decrease this effect.
The ninja one is similar to above only he's giving the effect of speed and invisibility 10 255 true (you need the true at the end of invisibility to be truly invisible and not show particle affects).
Some food for thought... If you're making these for your realm or server you can actually have players pay to activate this effect... Most importantly you can assign tags to players who you want to have these abilities. Tags go hand in hand with buying the abilities in this case, because the moment at which they interact with a button to buy it you can also silently tag them so that the abilities can then target them. Which means if you haven't purchased it you won't be able to trigger the affects.
An example of this is a command block system linked to a button for payment. Look up videos for this. I don't have time to get into it in great detail now but essentially what you could do is have the button connected to impulse needs Redstone unconditional:
clear @p diamond_block 0 1
Then a chain command block pointing away from the impulse block, conditional, always active:
Tag @p add Ninja
Then you'd just edit the above command blocks and replace anywhere it says @p (including where he uses @p in the video) with @a[tag=Ninja]. This way player with the tag will receive its affects (and not just the nearest one).
This way only the person who paid 9 diamonds in the form of a diamond block have access to these abilities.
Oh sorry... I forgot to add that in order to set this up properly create a repeating command block at the beginning unconditional no Redstone with a comparator pointing from this to the: enchant @a[tag=Ninja] Yada Yada command block. Make these newrepeating block say:
testfor @[tag=Ninja]
This will give off a power signal whenever someone who has purchased the abilities is present in the game. Once they switch to either a book or the item that the enchant comes from (lure would work with both a fishing rod and a book for example) it will execute the next part of the sequence giving them the abilities instantly.
It's way better to use tags with these because you can make them more interesting and target different people for each one.
What particle is that?
What about Speed?
@@danriley282 GRACIAS
Dude this is really cool
This is so cool, thx for the inspo
Oooo nice!!! This is very helpful!!! 😎👌
Ninja run was EPIC!
Coming to Snailcraft anytime soon!? 🤔
Ooo Lister ooO Lol.
We already have a ninja right!
😝
May i have the command of the particle bubble?
it doesnt work anymore
@@lizard_man4379 y not
There is a way I know of that lets all five spells exist at the same time
Simply have each book pre-enchanted with levels 2 above the spells you don't want the book to do
For example:
I have two spells, one running on sharp and one on protection
To make one spell trigger both, use a normal book
To make on trigger only prot, have sharp 3 on the book
To make one only trigger sharp, have prot 3 on the book
To make it trigger none of them, have both prot 3 and sharp 3 on the book
Hope this helps for wizard rps!
Though honestly custom spawn egg detection works much better than books, but if you NEED to have books, the way I just said should work
EDIT: Although the above works, if you're willing to invest a bit more time and are on Java, you can use NBT data to detect the name of the book you are holding, which is straight up better
Thanks so much for this. I was struggling with this.
Does this still work in 1.19?
@@The.Lucky.Dragon I think so, but i haven't tested it yet
The way this works shouldn't be changed from version to version afaik
2:57 When Minecraft adds the new Coronavirus update..
MAYBE HE IS THE ONE WHO INVENTED THE CORONA VIRUS :o
loony voodoo copied
Yes Totem Particle!
The Coronavirus little crystal spreads...
@@lazylegend983 I didn't
You are by FAR the most creative person I've ever seen. Thank you man.
Danprobz in the newest version of minecraft beta you can add your own biomes and custom blocks and food and custom items without flowers and EVEN CUSTOM ORE i just loved that new update people finally put a food item for eggs but you can't acess it. In CREATIVE menu just craft it or find it if you made it in a biome
kuljit minhas I know right!
Amazing stuff, can’t wait till it’s fully released.
:)
8:27. Omg thank you so much for this, at 8:27 is all what i needed in my life.
FINALLY those annoying
*magma slimes* will die INSTANTLY if i put INSTANT damage effect.
Anyway thank you so much~~~💞💞💞💜💜💜
No probz.
:)
You just made my day dan
What is that particle from speed??? It is sooooooooo cool!!!
Imagine implementing this on the server but people soon find out
This wouldn't work on a server
@@brodykag101 would it work on a realm?
@@aduckwithayoutubechannel
You would have to make a command block for every player
For all of you wondering why the particle one's won't work:For some reason, player being able to execute /particle is no longer a thing. I don't know why, it makes no sense to me, but that's how it is
They work. It’s not fully done yet so if you wanna use them some of the particles work on bedrock if you play on an experimental gameplay world
Particles do work, that's true, but you used to be able to combine it with the /execute to make particles appear where the player is at.
It works for me but the particle I’m using for flight is Minecraft:large_explosion
And it looks good too
I am on ps4 and I doesn't work,all I get is slowfalling effect
DanRobzProbz: does something
Also him: ha ha ha ha ha ha
Woah this is epic dude I'm going to make a server for my friends using these cool things and might figure out my own 1s🔥🔥
You're A *Harry Wizard*
Thank you for the commands
the particle command didn't work on the flying for me
Edit: this got a lot of replies for some reason
Aaron Godinez same
Any ideas on how to fix this issue? I ha the issue too
same
@@bailieb123 thank you, this is useful
Same
I cannot wait to try out the first one I've heard it it'll be very useful if you're about to break your Minecraft legs because I can just simply with that book equipped just Smash Bros Robin up B and land safely
Your voice sounds like mumbo and Grians voice combined
What do you press to start the flight?
You have to hold the book to fly and if you want to go down dont hold the book.
What is your screen recorder? It's really good!
He's not on P. E
He uses obs on pc
2:54 better spore sac, but it is a book
Yiu know this man Is a legend from his laugh
Do you have a list or something that shows all the particle commands
U can find all the partials effects on the wiki
very usefull commands thx
5:36 Enchanted book didn't goes to lava.
This is sick, because you can also integrate mana
How would you do that?If you know pls give me the commands to do so because that would be fucking amazing.
The command blocks aren't bugged they take the result of the last run command, so if the last command it ran was a success the comparitor would continue to stay on after you turn off the lever!
It's so cool!!!
Wow, that is cool.
Now to copy what you need for flight and I’ll just do that
All I want to know is how you made that beautiful bubbles
Same
What’s the poison command?
Hey is there any way to make it where rain or snow can deal damage to a player
U can summon a harming potion
Ayy spells :P :D
Thanks you bro
I tried the flying book command and it didn't work
Same
Try it in experimental gameplay
To everyone that is saying that the particles are not working some particles only work on certain editions of bedrock for example the flight one won’t work on PS4
He sounds like stampy every time he says bye
you killed PorkChop !
The O D Whoops!
Haha
How do you do the speed commands
The command block staying activated is actually not a glitch, when a command block with "need redstone" and the enchant command it on, and you turn it off using a book, it will stay on because the last time it ticked, it succeed in enchanting the book
How did you make the speed one
Skullslayer it doesent matter poison is the best
Achievement Unlocked 🔓 new subscriber
For flait you needed enchant,play sound,execute for the particle,and effect for the slow falling and levitation.
3:19 coronavirus time/me when I walk into a house of girls
Can you make the command work for blaze rods or other items?
If u use [hasitem={item=blaze_rod,location=slot.weapon.mainhand}] it should work
For a flying broom, can I name a stick “broom” and when I hold it I fly?
Yes, detect when a player is holding a stick named broom and use /ability mayfly, once the player has stopped use /ability mayfly again. This will cause the player to stop being able to fly once they drop the broom or stop holding it
This is amazing
6:04 don't celebrate to early hwhahahhaha
3:10 supper bad smell 😂😂😂
The pigs are dying of supper bad smell
I have the poison and the flight ones on my server but they both activate when I only want one on at a time. Is there a fix for this?
No, you're only able to have one.
I built it exactly like his and it's not working, I don't get levitation or the sound effect, all I get is slow falling and the enchantment
Try turning on experimental gameplay
@@Jenson139 I'll try that thank you
Game Teen No problem
Eternal Lotus i try this but is stills doesn’t work
@@skeezers6097 how exactly do you chain them?
These particles is actually gonna destroy my frame really hard lol
The poison spell can be use to create an random infectious disease in Minecraft
Nice he figured out kill aura
Great vid!
how to use poison particles to use snow particles?
So I typed in “enchant @p mending” and added in the comparator and the lever, had a book in my hand and I flipped the lever, and nothing happened so I looked in the previous output and it said “[23.39.00] Book cannot support that enchantment” so I’m now supper confused what should I do or how can you help?? I’m playing on java
And it's very cool
Can you make it like a specific person holding it gets the effect because im thinking of a survival world with multiple people holding these books
Change the @p to the person's nickname
You can do it with NBT tags and the name command too I believe probably the attributes too epic video though
Cool i tried it does work
Thank you!
Failed to execute ‘particle’ as KrakenKing
(Kraken king is my name)
same
same
Kraken King I think particles require experimental mode to be on, same with sounds
Just use fire work
Moi sa a une zone limite ducoup g du en metre partout et ma préféré la 1er ne marche pas jsp si je me suis trompe dans les commandes
Hey just wondering so I play 1.14 of Minecraft Java and I tried this I put in the exact commands and nothing seemed to work for me!!!
You need pocket edition
You need windows 10
Idontgiveameme ' So does it have to be bedrock? Or can it work in Java??
Michael Bagby it might be able to work in java but more complicated
Make up more cool stuff with commandblocks
Omg this is so cool
Please can you explain why the smoke particles don't work on ps4 😭
No...its not cause the ps4 you just dont have experimental mode on
@@fenh-p2705 how do you do that?
Put this on your command block execute @e[type=arrow] ~ ~ ~ summon lightning_bolt ~ ~ ~ you might wanna put a delay causw its laggy
Bruh epic
Is it possible to make this target a named book only? And if so how? I know generally nothing of commands.
Apeture_Explorer it change a lot is using /execute @e[type=item, name= (the name) ] ~ ~ ~ /(the command he put) and with all the books and quill, if you want use the comparator only to run a /kill @e[type=item, name= (the name) ] but only all the commands without repeaters.
to make a command-chat do: /tellraw @a {"text":"Enter Your Message","color":"green","clickEvent":{"action":"run_command","value":"Enter the command here"}}
u r on java arent u