Configurable entity path finding Minecraft 1.8

  Рет қаралды 154,737

Dragnoz

Dragnoz

Күн бұрын

Пікірлер
@theqmagnet
@theqmagnet 10 жыл бұрын
Very very good addition for adventure maps. I see a proper Minecraft stealth map able to be made now.
@MClabs15
@MClabs15 10 жыл бұрын
Wow, I can't believe I didn't think of using it for this... Nice work! :D
@jkctech
@jkctech 10 жыл бұрын
So you use @e, that means it would also work on dropped items! that makes them real conveyor belts!!!
@manjunathnagaraj6669
@manjunathnagaraj6669 5 жыл бұрын
Yup
@ivain8704
@ivain8704 10 жыл бұрын
At last! Ive been waiting so long for this!
@marcelbechler
@marcelbechler 10 жыл бұрын
I LOVE this Concept !!!
@MClabs15
@MClabs15 10 жыл бұрын
Marry it :D
@marcelbechler
@marcelbechler 10 жыл бұрын
MC Labs15 Thanks for your work !
@akttmc1936
@akttmc1936 10 жыл бұрын
MC Labs15 XD
@akttmc1936
@akttmc1936 10 жыл бұрын
MC Labs15 XD
@the1kingsam
@the1kingsam 10 жыл бұрын
you uploaded this on the perfect day! i was literally trying to figure this out, and here is my answer! THANKS!
@NOPEnameMC
@NOPEnameMC 10 жыл бұрын
Wow, this is extremly useful for adventure maps! :D
@jonaskohl13
@jonaskohl13 10 жыл бұрын
Yes it is :)
@NOPEnameMC
@NOPEnameMC 10 жыл бұрын
***** hi :3
@Alltagsabenteuer
@Alltagsabenteuer 8 жыл бұрын
So cool! I guess this is how the Noxcrew animated Dr. Barney at the end of the Terra Swoop Force map.
@dashiefiles
@dashiefiles 8 жыл бұрын
+Alltagsabenteuer yeah i guess they probably detetced the armorstand
@combattiger90
@combattiger90 8 жыл бұрын
+Alltagsabendteuer Noxcrew made a video explaining it :D It works with tags and is a little bit Mord complicated.... :D
@Hackfruchtsalat
@Hackfruchtsalat 9 жыл бұрын
I changed the -1 after detect to -50, so it searches for the stairs 50 blocks below ( more hidden ) but it doesn't work. What's the mistake I've done?
@Sam-fm3hu
@Sam-fm3hu 9 жыл бұрын
It needs to be ~-50 with the tilda
@zayyanabbas4958
@zayyanabbas4958 9 жыл бұрын
***** ~~GRAMMAR NAZI ALERT!~~ Pretty sure it's spelled tilde..
@xxjonanzaxxvids1952
@xxjonanzaxxvids1952 10 жыл бұрын
Wow, great job on this. I realy needed this for my map! I will send it to you once its finished
@PrudiiGaming
@PrudiiGaming 6 жыл бұрын
I'm currently in the process of building a custom castle. What I'm wanting to do, is spawn an Ender Dragon who then follows a specific path. The path in question, I want to change periodically, and automatically. Basically, I want to have the dragon swoop down, while picking up speed from a dive, level out, and fly back up. I also want to have different "tracks" that it takes so it doesn't appear to be moving along a set path, and appears to have natural flight patterns.
@DreadEthos616
@DreadEthos616 7 жыл бұрын
This is perfect for Tower Defense maps! Best of all, it is compatible with Minecraft Bedrock Edition, since it only uses the teleport command
@AtricosHU
@AtricosHU 10 жыл бұрын
One step closer the creating a MOBA game in Minecraft! We just need something that makes two similar mobs attack eachother. :)
@Gabriel-jx4or
@Gabriel-jx4or 10 жыл бұрын
SethBling did that. (at least a proof of concept)
@Frank-hw3fd
@Frank-hw3fd 7 жыл бұрын
Idk if you will ever read this, but you can using UUIDLeast and UUIDMost
@specialbuilder6865
@specialbuilder6865 9 жыл бұрын
Just something noted, if you wanted to hide the stairs under another block, like dragnoz did in the video, you have you take the command and move the block its detecting one block down. Changing it to -2 would work for one block under the surface, or more for further.
@Teammaddiz
@Teammaddiz 10 жыл бұрын
This would be cool for a traffic mini game, you know, were you can't let any of the cars (villager or any other mob) to crash!
@dragnoz
@dragnoz 10 жыл бұрын
:D indeed!!
@jurassicjaw
@jurassicjaw 8 жыл бұрын
+Dragnoz its not working for me and in in 1.8.9
@FufsowyFufs
@FufsowyFufs 8 жыл бұрын
+Vanja Armbruster for me IT said can't detect as Sheep
@Masterfloc
@Masterfloc 8 жыл бұрын
Probably a bit late to the party, but I just found out why this isn't working for some peeps with more recent versions. The ID of the stone_stairs is wrong, it needs to be minecraft:stone_stairs. Also had to set the detect to -2 vertically, works like a charm !
@Holobrine
@Holobrine 10 жыл бұрын
You could use different types of stairs for different entities, for example, a zombie follows wooden stairs and a skeleton follows stone stairs. The best use for this would be for a villager to say "follow me" and then you follow him into the next room. You can also place stairs so it looks like there is a pillar in the middle. Placing a mob on this formation would cause them to walk in circles. Placing 2 mobs would cause them to walk in circles opposite each other and look like they have hooked arms.
@JuuuuF
@JuuuuF 10 жыл бұрын
Using multiple stairs on top of each other you could also make the mob walk angular paths. That's amazing! :D
@PlayingCreeper
@PlayingCreeper 4 жыл бұрын
Hey Guys, I have modified the code for 1.15.+: /execute as @e[type=minecraft:villager] at @s if block ~ ~-3 ~ minecraft:purpur_stairs[facing=north] run teleport @s ~ ~ ~-0.2 180 ~ /execute as @e[type=minecraft:villager] at @s if block ~ ~-2 ~ minecraft:purpur_stairs[facing=east] run teleport @s ~0.2 ~ ~ 270 ~ /execute as @e[type=minecraft:villager] at @s if block ~ ~-3 ~ minecraft:purpur_stairs[facing=south] run teleport @s ~ ~ ~0.2 360 ~ /execute as @e[type=minecraft:villager] at @s if block ~ ~-2 ~ minecraft:purpur_stairs[facing=west] run teleport @s ~-0.2 ~ ~ 90 ~ Jumping and falling would be the same just with different blocks more underneath, and coordinates going up or down. Anyway I found out that it`s not working that good as it has in 1.8, but when you let the curves overlap in two layers (2 and 3 blocks underneath) you can prevent the entity from being too far away from the center of the block, also it is helpfull to spawn them on a straight stair tile otherwise it would again tend to not being centered after some time (using blocks with tinier hitboxes has not fixed the problem so I think this is the best way to go) good luck with your projects tho ;)
@AdamLewisTheGuyFromSchool
@AdamLewisTheGuyFromSchool 9 жыл бұрын
THIS VIDEO CHANGED HOW I SEE MOVEMENT IN MINECRAFT. ONLY A FEW DAYS AGO I FIGURED OUT HOW TO USE /EXECUTE ,TODAY I FIGURED OUT HOW TO MAKE CUSTOM MOBS SPAWN RANDOMLY AND NOW I KNOW HOT TO DO ENTITY PATHFINDING. THANK YOU DRAGNOZ
@AbrahamMorales
@AbrahamMorales 10 жыл бұрын
Wow this is awesome for map making!! I have a question, can you make a way to put a bunch of maps in a wall ( a big map of a zone) and then click an área to be teleported?
@laff7022
@laff7022 10 жыл бұрын
Yes, you can check to see if the item frame's rotation value has changed. If it has then you can teleport the nearest player to a location.
@MClabs15
@MClabs15 10 жыл бұрын
That would be easy ;)
@kabobawsome
@kabobawsome 10 жыл бұрын
Laff70 Or if you want left click, check if it's still there.
@shanewolf38
@shanewolf38 10 жыл бұрын
If you want the player to be teleported without rotating the map, I would suggest putting block 36 (piston_extension) in front of all the maps. Then, if you want to keep the command blocks in a small number, I would suggesting having a testfor for the entire area, and then, when one of the blocks is gone (when it's right-clicked), the nearest player with a certain rotation value (when the player is looking at a specific area of the map) is teleported to a location.
@AbrahamMorales
@AbrahamMorales 10 жыл бұрын
thank you all¡¡ , I think that now can make it with your ideas¡
@darkflames6696
@darkflames6696 9 жыл бұрын
Looks at the three command blocks: Wow this command is kinda easy! Onky 3 command blocks! Dragnoz looks around-Oh god
@meltroxgeolix5675
@meltroxgeolix5675 10 жыл бұрын
This is so good for map making. Just wow. I needed this a long time ago.
@GreenSlime55
@GreenSlime55 10 жыл бұрын
Dragnoz, can you make a video showing how to get the "command book"?
@AZZAMNO1
@AZZAMNO1 10 жыл бұрын
does it work with other entity?? painting/tnt/itemframe/item and enderCrystal?
@jamjamnewbie
@jamjamnewbie 10 жыл бұрын
cool! nice for rpg-themed maps with patrolling enemies :D
@SlimyRedstone
@SlimyRedstone 10 жыл бұрын
Nice concept for adventure maps !!
@PhilMinecraft
@PhilMinecraft 4 жыл бұрын
*THANKS YOU HELPED ME A LOT, NOW I CAN NOW USE THIS FOR MY STORY MAPS* 😁
@kalkulator28
@kalkulator28 10 жыл бұрын
Awsome as always:D Thanks!
@MythosRealm
@MythosRealm 10 жыл бұрын
This has given me an amazing idea! Thank you!
@williamm5665
@williamm5665 10 жыл бұрын
+Dragnoz can you make a video on how your book works
@legobricklayer
@legobricklayer 10 жыл бұрын
can you make a video on how to make the book that toggles commands
@marmoripelaao9830
@marmoripelaao9830 9 жыл бұрын
did the diversity 2 makers use something like this in the laser puzzle?
@misterthekaitheman
@misterthekaitheman 10 жыл бұрын
This is absolutely amazing! And I haven't even seen the video yet :D
@rtbbubbles714
@rtbbubbles714 10 жыл бұрын
The way the villager was running reminded me of a running trainer from pokemon.
@trexman_
@trexman_ 10 жыл бұрын
really cool dragnoz! I have a question can u tell me how to make that book and quill with the commands in it that u can click on? If u could tell me that would help alot!
@Viillager
@Viillager 7 жыл бұрын
Does this work for players, too?
@user-sf1uc7ft1t
@user-sf1uc7ft1t 5 жыл бұрын
Yes if you do @e then it will work for players too
@monalisa7318
@monalisa7318 4 жыл бұрын
@@user-sf1uc7ft1t @a,p,s
@danieal5506
@danieal5506 4 жыл бұрын
@@monalisa7318 @s not work
@monalisa7318
@monalisa7318 4 жыл бұрын
@@danieal5506 oh okay
@AgentM124
@AgentM124 10 жыл бұрын
Cool. And you can use all different stairs for different speeds omg. So awesome
@liamrimbach4290
@liamrimbach4290 9 жыл бұрын
Hello DragonZ I have a question, when I look at your creations you have a redstone block touching the command blocks, now I don't think it's a fill clock and redstone blocks do not have a repeating flow of energy how do you do this?
@dot0190
@dot0190 9 жыл бұрын
Sir Liam /setblock ~ ~ ~ redstone_block 0 destroy Sets the block constantly.
@CMDrRedstone
@CMDrRedstone 9 жыл бұрын
Dotz /setblock ~ ~ ~1 redstone_block 0 destroy. or else it won't work.
@175cm52kg
@175cm52kg 10 жыл бұрын
Thanks Dragnoz, Im making soon a Strategy Mini Game and I was thinking place a invisible villager but now with this technique is a lot simplier :3
@mcgelloe
@mcgelloe 10 жыл бұрын
This would also be a nice transportation system concept for players!
@polarisraven5613
@polarisraven5613 10 жыл бұрын
Wait, how do you configure a book with commands? Mind making a video about that (if you haven't already)?
@pietrolinguini575
@pietrolinguini575 8 жыл бұрын
Do j know how to make path finding without using detect like custom AI?
@nouletje
@nouletje 10 жыл бұрын
could you implement something like a comparison to routers so you have a more flexible way to replace entity's in adventure maps?
@johnpoulos3428
@johnpoulos3428 10 жыл бұрын
Dragnoz, how do you use your book to do commands and how do you place the stairs in specific directions?
@PhycoSerpentStudios
@PhycoSerpentStudios 10 жыл бұрын
Dragnoz do you think you could somehow make an armor stand a guard mob that kills zombies and stuff
@kneeman9011
@kneeman9011 10 жыл бұрын
Woah. This is really cool :D
@cristicumnva4704
@cristicumnva4704 10 жыл бұрын
[17:49:04] Failed to execute 'detect' as Villager why :( pls :(
@specialbuilder6865
@specialbuilder6865 9 жыл бұрын
Take the "detect ~ ~-1 ~" and change it to a "~ ~-2 ~ " if you have the stairs under another block that the villager (or mob) would walk on
@leviticusdragon2580
@leviticusdragon2580 5 жыл бұрын
For a sec you made me think the vid was 17 hrs long
@DudawarEcomandos
@DudawarEcomandos 7 жыл бұрын
Love the concept super inteligent and the most important very simple and clear to understand
@EEBoyss
@EEBoyss 10 жыл бұрын
How did you make the book that summoned the villager?
@Thedarkassassin88
@Thedarkassassin88 9 жыл бұрын
I hope at some point Mojang make an update dedicated to making maps easier. Improved commands, easy custom mobs etc.
@krozzle556
@krozzle556 10 жыл бұрын
dragnoz, can you explain how did the fill clock work? i tried that but sometimes work,sometime doesn't work..how you make that command always work?
@dropfx7290
@dropfx7290 7 жыл бұрын
nice work dude this will really help me with making my adventure map
@toninhoventura5561
@toninhoventura5561 7 жыл бұрын
The tp command just moves the head of the mob, how can I make so that it turns ALL the mob around? (for a zombie, for example).
@MineDaft
@MineDaft 10 жыл бұрын
This is awesome! :D
@mikemy100
@mikemy100 10 жыл бұрын
Dragnoz I know you explained it but I don't know much about commands and stuff how do I make it so it only makes villagers go forwards or the stairs?
@uGotCAGED
@uGotCAGED 10 жыл бұрын
Wow dude ur awesome!:D
@Robolawrence
@Robolawrence 10 жыл бұрын
I wanna do something like this with armor stands - being able to make them walk or "march" as fast or as slow as I wanted and wherever I wanted them to go.
@Mason-gf2jl
@Mason-gf2jl 10 жыл бұрын
Looks like the beginnings of a plausible vanilla DOTA-style map if you add in the Tesla Towers
@XisleClown
@XisleClown 9 жыл бұрын
Can you make it apply for a specific entity only. like if you were to name a horse Frank would it make it so it only applies to that horse?
@Almost8bitGaming
@Almost8bitGaming 10 жыл бұрын
You could use this for "Villager Racing" potentially. Just saying.
@kristupas8287
@kristupas8287 5 жыл бұрын
Wont be fun because everyone runs at the same speed
@thomasmizrahi
@thomasmizrahi 10 жыл бұрын
Can you do a tutorial orcsomething to help us make custom books (cuz now you can use them to run commands like you do)?
@scottbw123
@scottbw123 10 жыл бұрын
How do you make the book with the tellraw command already in the book. I cant find out how to do it.
@axltrain838
@axltrain838 10 жыл бұрын
/go to the tellraw generator website and click on Book (1.8). Then go on from there
@kylethescientist
@kylethescientist 10 жыл бұрын
Minecraft Axltrain YOU ARE MY HERO
@GreedyTet
@GreedyTet 8 жыл бұрын
dragy i know this is an old video but is it possible to make the mobs align to the blocks, becasue when they turn corners they go inside the blocks and die/get hurt
@Destian_1
@Destian_1 10 жыл бұрын
Best. Thing. Ever. By the way: I could imagine a Pacman like minigame with this...
@ArthurAtlas
@ArthurAtlas 10 жыл бұрын
That would actually be pretty easy this way...
@SirDarkey
@SirDarkey 10 жыл бұрын
read his description
@Destian_1
@Destian_1 10 жыл бұрын
***** I know that he already made a game called 'Packman' but it could be done so much easier now: -Player isn´t Pacman -Player controlls a mob with the help of clickable signs* -These signs* change the path of the entity like -Dragnoz did it with the book in this video *just as example. You could also use a book but with edited and transparent texture
@qxeerghost4680
@qxeerghost4680 10 жыл бұрын
The mob keeps moving off of the path I tryed Terible Tubers fix but it didn't work for me. Please help!
@harabisj
@harabisj 8 жыл бұрын
How do you make that down line which showns parts?
@marklisoway1040
@marklisoway1040 10 жыл бұрын
When I use that command I get an error saying "Failed to execute 'detect' as Villager"
@mazzoni23
@mazzoni23 10 жыл бұрын
DRAGNOZ CAN U MAKE A TUTORIAL OF HOW TO CUSTOMIZE BOOKS???
@notpuppers24
@notpuppers24 10 жыл бұрын
I did this w/o detect. But this is better. I used /execute @e[name=Miner] with /testforblock to test for redstone path. Villager would break wire and be teleported to area with redstone wire. Also, what would happen with a decision with a split path of same color?
@oatmealduck7937
@oatmealduck7937 9 жыл бұрын
How am I supposed to make it move in different directions without stairs under it
@SwiftShot01
@SwiftShot01 10 жыл бұрын
Is there a way to make it teleport any specific entity but ignore another i.e. teleport a Slime but not a Player
@nnanob3694
@nnanob3694 10 жыл бұрын
Dragnoz Can you make a tutorial for clickable chat text, signs and that awesome book?
@antranhuu8733
@antranhuu8733 8 жыл бұрын
Cool :D I use it for my city. Also add car can more around. It too old but it still work in 1.9.
@EnderDDark
@EnderDDark 10 жыл бұрын
Cool! But plz Dragnoz could you do a tutorial about how to add a ClickEvent in a written book?
@Werewolf914
@Werewolf914 10 жыл бұрын
*cough* Tower Defense Games *cough*
@sonicthehedgehog0100
@sonicthehedgehog0100 10 жыл бұрын
Holy crap!! That is insane.
@areadenial2343
@areadenial2343 8 жыл бұрын
Try changing the Motion tags of entities instead of teleporting them. That way entities will move more smoothly and jump over gaps without taking fall damage. I'm going to try this in my own world and see how it goes. I'll try to keep you posted!
@Golgot100
@Golgot100 10 жыл бұрын
Woo! Great stuff :)
@EnderFoxGaMiNgs
@EnderFoxGaMiNgs 10 жыл бұрын
Which editor do u use?
@ImagineerDave
@ImagineerDave 10 жыл бұрын
i get a error COMMAND as item.item.bone :/ on 14w25b
@knightsilver7549
@knightsilver7549 10 жыл бұрын
Dragnoz could you make an xp booster for weapons and armor
@sabiancoomber-nickerson5830
@sabiancoomber-nickerson5830 10 жыл бұрын
I've always wanted something like this, it's genius!
@everettgray6433
@everettgray6433 10 жыл бұрын
i think you should put together all your favorite creations and make a survival/command-block modded world
@AjCamreaBunnyLoveStories
@AjCamreaBunnyLoveStories 10 жыл бұрын
I'm not completely sure what is happening with mine. It wont work and in the command block it says"[18:34:57] Failed to execute 'detect' as Armor Stand" I was wondering if someone could help. Thanks! :D
@specialbuilder6865
@specialbuilder6865 9 жыл бұрын
Take the "decect ~ ~-1 ~ " and change it to "detect ~ ~-2 ~"
@erik_the_epik742
@erik_the_epik742 7 жыл бұрын
is there a way i can make it go clockwise or anticlockwise?
@TheNeoMc
@TheNeoMc 10 жыл бұрын
Oh thanks so much Dragnoz! I think I'm gonna use this system in my future games for surez! (see what I did with the Zs?)
@amichal002
@amichal002 10 жыл бұрын
Hi there, I was trying to setup a tellraw command and ive encountered a certain problem. So far ive come up with this: tellraw @a{text:"Click it!",color:"green",clickEvent:{action:run_command,value:"/execute @p[score_test_min=1]~ ~ ~ give @p minecraft:diamond_sword 1 0 {display:{Name:Expe}}"}} This command works, it writes "Click it" in green color and when i click it it gives a player with minimal test score 1 diamond sword that is named "Expe" However, when i try to edit the name or add lore, it fails. It only works if the Name is consisted of 1-4 letters, when i write more, for example "Exper", it gives an error that says: Data tag parsing failed: Unbalanced brackets: {display:{Name:Exper} Failed to execute 'give @p minecraft:diamond_sword 1 0 {display:{Name:Exper} as amichal002 so command like this doesnt work: tellraw @a{text:"Click it!",color:"green",clickEvent:{action:run_command,value:"/execute @p[score_test_min=1]~ ~ ~ give @p minecraft:diamond_sword 1 0 {display:{Name:Exper}}"}} I know in the error, there are unbalanced brackets but in the commands it is right. As far as i know, there isnt any command clock character limit so i cant figure out whats wrong. Thank you for help.
@wolfert66
@wolfert66 8 жыл бұрын
I have a question, when a entity moves around a corner it is at the egde of the block, is there any may of making it so it is in the middle of the block when it moves?
@Monstermoerder1
@Monstermoerder1 8 жыл бұрын
there is. add another stair underneath the corner stair facing the original walking direction (make sure to add the commands to test for those, too). This way, if they start out in the middle of the block, they will stay on the middle (not so much at the corners, but pretty much everywhere else) Important to note here: use /tp and not Motion[ ], since the tp commands can stack whil the motion ones override each other.
@LoganGamer57
@LoganGamer57 10 жыл бұрын
Your the next Sethbling :)
@NoYukino
@NoYukino 10 жыл бұрын
Will it work with armorstands?
@lanz6048
@lanz6048 10 жыл бұрын
its not working when i put the commands on my world?
@sonnguyenviet5680
@sonnguyenviet5680 9 жыл бұрын
why i put th block on top of the stone stairs its does not work
@manjunathnagaraj6669
@manjunathnagaraj6669 5 жыл бұрын
I'm making a solar system out of this....Invisible armour stands with custom(planet coloured) heads
@MCAefrogdog
@MCAefrogdog 10 жыл бұрын
This is brilliant! +1 sub :)
@Vizi_
@Vizi_ 6 жыл бұрын
have you ever rebuild it for 1.13.x?
@MAXBIN62
@MAXBIN62 6 жыл бұрын
It seems not to work in 1.12. The commands say : "failed to execute detect as Villager". I just copy paste the commands so i see no reason why. What have i done wrong ? Help me please :'(
@kenhesselink4594
@kenhesselink4594 10 жыл бұрын
how do you make a so fast redstoneblock clock
@matthewburt4548
@matthewburt4548 5 жыл бұрын
I’m trying to make League of Legends in Minecraft and this helped alot
@notclock
@notclock 5 жыл бұрын
When your finished, send me the map link please!
@kiannikel
@kiannikel 7 жыл бұрын
This no longer seems to work in 1.11.2. Could you update this video and show me how? That would be great help. Thanks!
@MrAwesomePaul1
@MrAwesomePaul1 10 жыл бұрын
How do you do the book thang
Bottled Lightning. Summon random lightning in Minecraft 1.8
15:45
Execute & Detect Block Command Tutorial Minecraft 1.8
14:07
Dragnoz
Рет қаралды 136 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Minecraft Holographic Text: Entity CustomNameVisible
3:17
Dragnoz
Рет қаралды 110 М.
Create your own clone army in snapshot14w06 to 14w08
14:27
Dragnoz
Рет қаралды 622 М.
Minecraft Dieblock - Meowcraft Legends and Skyblock sucks
51:08
I Found The FUNNIEST Fake Minecraft Speedruns...
33:31
Bibloo
Рет қаралды 12 М.
Advanced Custom Mobs using online generators
8:53
Dragnoz
Рет қаралды 117 М.
Elemental Arrows in Minecraft 1.8
10:48
Dragnoz
Рет қаралды 284 М.
Minecraft Sculptures with Armor Stands
14:02
SethBling
Рет қаралды 3,5 МЛН