1

Minecraft /clone command help!

MerpItUp 4/19/15 8:03 pm
283
4/19/2015 8:14 pm
I am making a command block creation, and keep getting errors when trying to clone a block to appear next to me. For example, I have a block at 1,64,1 and I want that block to appear next to me when I hold a renamed item. I cannot figure out how to do this as if I add @p it says incorrect command and if I just use ~ ~ 1 it appears next to the command block. Please help
Posted by
MerpItUp
Level 14 : Journeyman Architect
5

  Have something to say?

JoinSign in

2

MerpItUp
04/19/2015 8:14 pm
Level 14 : Journeyman Architect
@Skitto493 worked perfectly! Thanks
1
Skitto493
04/19/2015 8:10 pm
Level 55 : Grandmaster Dragon
You must use the /execute command.

/execute @p ~0 ~0 ~0 /clone x y z x y z ~0 ~0 ~1
1

Welcome