Hi, I have Minecraft 1.4.5 and I haven't got command block on creative mode.. o.o??
I can't find it anywhere, not even on the search function.. :S
Also, if someone helps me find it, how can I make so when a player clicks a button, it TPs the player who touched the button TP to an specific coordinate.., and also to put their gamemode in peaceful and adventure
Thank you
I can't find it anywhere, not even on the search function.. :S
Also, if someone helps me find it, how can I make so when a player clicks a button, it TPs the player who touched the button TP to an specific coordinate.., and also to put their gamemode in peaceful and adventure
Thank you
To get the teleport to work, enter this code in the command block: tp @p X Y Z
It should look something like this: tp @p 14 78 -59
You can replace @p with @a or @r.
@p: Nearest player
@r: Random player
@a: All players
Check this out for more information: http://www.minecraftwiki.net/wiki/Command_Block
Thanks
/difficulty [NAME] 0, 1, 2 or 3
Hey everyone, I'm back!