Why wont this command work in minecraft pe 1.1
Why wont this command work
/execute @e[type=arrow.skeleton] ~ ~ ~ tp @p @e[type=arrow.skeleton]
It's in a repeating command block
Best Answer
This is because the entity name in the selector (@e/p/r/a) is wrong. There is no arrow.skeleton, just arrow.
Apart from that, this command can be simplified by taking away the entire execute portion. I'd also recommend entering a range. You can even use execute to move the range to the player, and the commandblock should be in the world spawn.
Command without anything:
/tp @p @e[type=arrow]
Command with range
/tp @p @e[type=arrow,r=100]
Command with relative range:
/execute @p ~ ~ ~ /tp @p @e[type=arrow,r=100]
To set the world spawn to the place where the command block is (to make sure it's always running also when you walk far away from it:
/setworldspawn
<-- Greetings -->
Pictures about "Why wont this command work in minecraft pe 1.1"



How do you use commands in Minecraft PE?
How to enter commands. Once you've enabled cheats in your world, entering the actual commands in Minecraft: Pocket Edition is easy, too! Simply tap the \u201cChat\u201d button at the top of the screen, which will open the chat box and allow you to enter your commands.How do you get a command block on Minecraft PE?
Type the command in the chat window and press the Enter key to run the command. Once the cheat has been entered, the flame particle will appear directly 1 block in front of the entity running the command.How do you execute a player command in Minecraft?
Command blocks are mechanical blocks that when powered by redstone will run a command of your choice. To access the command blocks you must be an operator on the server/realm and in creative mode. It cannot be found in your creative inventory.Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Pixabay, Markus Spiske, Torsten Dettlaff, Yan Krukov
