I'm stuck in a teleporting loop. What can I do?

I'm stuck in a teleporting loop. What can I do? - Things I Can't Say Out Load Book on Green Textile

I set a command block to /tp. It was supposed to activate only if you had 0 time left, and to activate the command block with a hopper clock to keep giving it power.

But it is not checking if you have 0 time left, so it keeps teleporting me. I can't get close enough to the command block to break it, so I'm stuck in a neverending teleport loop.

Any ideas?



Best Answer

For situations like this, an external world-editing tool is best. Find the command block, and delete it.

A common one is MCEdit, which is available here: http://www.mcedit.net/


As @MrLemon mentions, you could be running a multiplayer server, in which case MCEdit is a bad idea -- the download time of a 60GB map is non-negligible. In that case, follow his answer.




Pictures about "I'm stuck in a teleporting loop. What can I do?"

I'm stuck in a teleporting loop. What can I do? - I Can and I Will Text On Green Background
I'm stuck in a teleporting loop. What can I do? - Free stock photo of adult, banking, blm
I'm stuck in a teleporting loop. What can I do? - Crop faceless person showing paper with i can t breath inscription during Black Lives Matter movement demonstration



How do you stop a repeating command block teleport?

Just type their username before the coordinates \u2014 so if you're trying to teleport a player named JohnDoe, you'll type: /tp JohnDoe 70 70 70. And if all you want is to teleport yourself to JohnDoe (or any other player), just type: /tp JohnDoe.

What is the code for teleporting?

/teleport [playername] [X] [Y] [Z] To find coordinates to a specific location, enter the following into your chat bar.

What is the command for teleporting to end portal?

"commandblocksenabled" To quickly enable or disable command blocks in the world, the "commandblocksenabled" can be toggled on and off. This can be especially helpful if a repeating command block is repeatedly teleporting you.



I Transformed the End in Minecraft Hardcore




More answers regarding i'm stuck in a teleporting loop. What can I do?

Answer 2

/fill X1 Y1 Z1 X2 Y2 Z2 minecraft:air

Fill in X Y and Z with the approximate coordinates of the command block, and you've replaced a region around the command block with air.

Answer 3

Another alternative is to change the command using NBTExplorer. This tool is much less powerful than MCEdit, but it easier to use and does work for this case. This works largely the same as my answer here, so feel free to reference that in case something is unclear. The crucial thing is that you have to remember either where your command block is located, or any semi-unique part of your command.

Command Blocks are Tile/Block Entities, since a regular data value is not enough to store all information about them. Instead, they have NBT data similar to entities, which are detailed on the wiki. In particular, command blocks ("Control") have a Command entry. NBTExplorer is able to read the region format and search for a Tile Entity with a specific entry.

  1. Close Minecraft. Open up the program and select File > Open Minecraft Save Folder. You will get a list of folders corresponding to your worlds. Open up the world you want to search, and select the "Region" folder.

  2. Use Search > Find (Ctrl+F) to look for Name: Command and Value: [your command snippet] until you have found the command block in question (This is described in greater detail in the answer linked above).

  3. Double-Click the Command entry and change it's value to either fix the command directly (for example, turn \kill @e[type=!player] into \kill @e[type=!Player]) or just enter something harmless (e.g. leave it empty).

  4. Press the save button and close NBTExplorer. When you open up your world in Minecraft, the command should be changed.

Answer 4

Destroy the block using a world editor, then use a command block to comparator for the test part with the /testfor command.

You want the comparator to go to a command block that just puts up a message to find out if the /testfor command and comparator are working properly. Do not start the /tp command until you have confirmed that the first two parts are working in conjunction with each other properly.

Answer 5

You could change the gamerule randomTickSpeed to 0.

Something similar happened to me: I was being teleported 5 blocks up with a command block in a Minecart on a powered activator rail. They activate every 4 game ticks.

Answer 6

If the command block is not at the spawn; type /kill.

But if one is at spawn just look down real quick and break it if you can.

Answer 7

For Bedrock Edition, just type the following command in chat:

/gamerule commandBlocksEnabled false

This will disable command blocks. Then type this when you are in a safe position:

/gamerule commandBlocksEnabled true 

This will re-enable command blocks.

Answer 8

What you could do, is go into the chat, and use the set block command to set the command block to a block of air.

Answer 9

Step 1 figure out the coordinates of the command block that is teleporting you

Step 2 do the following: /fill (x coordinate of the command block) (y coordinate of the command block) (z coordinate of the command block) (x coordinate of the command block) (y coordinate of the command block) (z coordinate of the command block) minecraft:air

For example, if the command block is at 34 55 -2769 do /fill 34 55 -2768 34 55 -2768 minecraft:air

Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Ann H, Tima Miroshnichenko, Pavel Danilyuk, Kelly L