The /tp @e[type=EnderDragon] @e[name=player] command doesn't work as it should. I believe this command when spammed with command blocks is supposed to
make the enderdragon follow you right? For some reason, it won't work and it just makes the enderdragon spam teleport and it is really annoying. Do I have to put a repeater or something?
Comments 17
i will see. It might take a while though because I accidentally destroyed that world a little because
mob griefing was on so I stored it away in a folder. Good thing I backed it up like 5 times. XD
oh oops. It was already like that. It doesn't seem to work for me. What are all of these setblocks and things? Maybe those can help.
Setblock Clocks use Command Blocks to activate 20 times a second/once per tick: http://minecraft.gamepedia.com/Clock_circuit#Setblock_clock
Could you copy/paste the command you used into a comment here instead of retyping it? Maybe you made a mistake there and just don't see it and therefore don't make the same mistake when retyping it.
Copy and paste won't work for some odd reason, but here is how I typed it: tp @e[type=EnderDragon] @e[name=FlufferKittens]
i will try this another day because i am tired right now and i am really bored of playing minecraft right now, too.
But thanks anyway ;'3
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
I tried "/tp @e[type=EnderDragon] <my playername>", "/tp @e[type=EnderDragon] @a[name=<my playername>]" and "/tp @e[type=EnderDragon] @e[name=<my playername>]" and they all teleported the Enderdagon to me. I used a setblock clock and a 2 tick repeater clock to execute these commands and it seemed to work everytime. Your command seems to have a space between @e and [type=EnderDragon] which breaks the command, because that space is not supposed to be there. If you try "/tp @e[type=EnderDragon] @e[name=<your playername>]" does it work?