1
Command Block /fill command help.
So if I were to put "/fill ~1 ~0 ~0 ~1 ~5 ~0 minecraft:log" into a command block it "wood"-haha get it?- create those blocks near the command block and not the player, is there anyway to create the blocks in relation to the players coords:?:
2
/execute @a ~ ~ ~ /fill ~1 ~0 ~0 ~1 ~5 ~0 minecraft:log
Add Arcaniax (Belgium) on Skype if you need more help, because i'm not what you exact need.
Add Arcaniax (Belgium) on Skype if you need more help, because i'm not what you exact need.
use the /execute command to make the coords relative to the player.
/execute @a ~ ~ ~ fill ~1 ~ ~ ~1 ~5 ~ log
