About 1,110,000 results
Open links in new tab
  1. How to get to the Far Lands easy, fast and without ... - Minecraft …

    Dec 8, 2024 · I recommend you to use the creative mode. 3rd step: Now type this command in the chat: /tp 12550500 100 0 (you can change the 0 to 12550500 if you want to see the edge far …

  2. How can i teleport players without showing a message?

    May 8, 2015 · There are three different types of messages: command blocks, success feedback, and command log. You can disable each with the following: Disable command block chat …

  3. How do I set teleportation direction? - Minecraft Forum

    Aug 25, 2016 · I'm working on a map with my friend and it uses a /tp @p command in a command block and it works perfectly, except for the direction the player is facing. How do I get that? …

  4. Commands, Command Blocks and Functions - Minecraft Forum

    May 7, 2018 · /execute @e [tag=c] ~ ~ ~ tp @a [r=1,c=1] 300.5 999999 0.5 After teleporting, the 1 of the 3 commands above will execute, then the player will be teleported to one of the 3 …

  5. /tp command without operator permissions. - Minecraft Forum

    Jun 28, 2015 · I want players to be able to use the /tp command without operator permissions. Or, if they have operator permissions, they can't go into creative (e.g., break blocks, etc.).

  6. Teleportation of only SPECIFIC DROPPED ITEMS - Minecraft Forum

    Sep 5, 2016 · You'd need access to the dataTag for specific items, so on a fill clock, put "/scoreboard players set @e [type=Item] {Item: {id:minecraft:iron_ingot}} OBJECTIVE1 1" …

  7. Can I teleport an offline player? - Minecraft Forum

    Nov 14, 2016 · I know I could copy/paste in the /tp command, but for some reason when I login, it actually takes a few seconds to show the Minecraft game screen whereas other people see …

  8. How to Teleport Smoothly? - Minecraft Forum

    Aug 2, 2016 · I finally got how to teleport the player a lot more smoothly by putting in /tp @a ~0.1 ~ ~ in a repeating command block which was set to always active. If the player did not move …

  9. Teleport a Player if They are at a Specific Coordinate - Minecraft …

    Jul 23, 2018 · That allowed me to shorten tp to not include which player it needed to teleport. if- is always a conditional test for a specific entity (mob, player, anything that is animated) or block …

  10. How do I make a player face a certain direction with commands?

    Dec 1, 2019 · So /tp Qurp ~ ~ ~ 90 90 should do what the command intend to do. Of course, your command isn't exactly right, cuz it makes your player face downwards and its point of …