I'm stuck in a teleporting loop. What can I do?How do I stop my constant teleporting?Stuck In a command block induced death loopHow to stop a command block that is constantly killing meHow do I disable command blocks in Minecraft 1.8 singleplayer?Broken command blockHow to stop an infinite kill command loop in a realm server?How do I get rid of Command Block?Deactivating command blocksI accidentally made a /kill @p command repeat. Can I fix it?Command blocks spawning thousands of Ender dragonsHow do you teleport a player to a moving objective?How do I target only players who are at a certain height?Using custom commands in MulticraftWhy remove redstone dust from my command block contraptions?Test true if NO ArmorStandMinecraft 1.10.2 redstone help. pistonsMinecraft Server XP Shop TroubleHow do I get Mob Deaths to Open Doors?

Booting Ubuntu from USB drive on MSI motherboard -- EVERYTHING fails

GPLv3 forces us to make code available, but to who?

Does the 'java' command compile Java programs?

Principled construction of the quaternions

Smallest PRIME containing the first 11 primes as sub-strings

Do jackscrews suffer from blowdown?

Why such a singular place for bird watching?

How important is knowledge of trig identities for use in Calculus

All over the place

How to say "respectively" in German when listing (enumerating) things

Job interview by video at home and privacy concerns

Can I cast Death Ward on additional creatures without causing previous castings to end?

Bothered by watching coworkers slacking off

What action is recommended if your accommodation refuses to let you leave without paying additional fees?

What's the global, general word that stands for "center tone of a song"?

How do we decide/plan an SLA for an NP-hard optimization process running in production?

How do we know neutrons have no charge?

How dangerous are my worn rims?

How to level a picture frame hung on a single nail?

How to identify whether a publisher is genuine or not?

How is this situation not a checkmate?

Are there types of animals that can't make the trip to space? (physiologically)

Everyone Gets a Window Seat

Giving a good fancy look to a simple table



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


How do I stop my constant teleporting?Stuck In a command block induced death loopHow to stop a command block that is constantly killing meHow do I disable command blocks in Minecraft 1.8 singleplayer?Broken command blockHow to stop an infinite kill command loop in a realm server?How do I get rid of Command Block?Deactivating command blocksI accidentally made a /kill @p command repeat. Can I fix it?Command blocks spawning thousands of Ender dragonsHow do you teleport a player to a moving objective?How do I target only players who are at a certain height?Using custom commands in MulticraftWhy remove redstone dust from my command block contraptions?Test true if NO ArmorStandMinecraft 1.10.2 redstone help. pistonsMinecraft Server XP Shop TroubleHow do I get Mob Deaths to Open Doors?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









26















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?










share|improve this question
































    26















    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?










    share|improve this question




























      26












      26








      26


      5






      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?










      share|improve this question
















      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?







      minecraft






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 2 '14 at 8:06









      Robotnik

      27.6k43 gold badges133 silver badges237 bronze badges




      27.6k43 gold badges133 silver badges237 bronze badges










      asked Jun 2 '14 at 3:57









      KingbluesapphireKingbluesapphire

      5855 gold badges15 silver badges33 bronze badges




      5855 gold badges15 silver badges33 bronze badges























          11 Answers
          11






          active

          oldest

          votes


















          33
















          If you are running this world on a multiplayer server, you can disable command blocks completely via the server properties. Shut down the server, open server.properties with a text editor of your choice and set



          enable-command-block = false


          This disables all command blocks. Join the game, destroy the command block in question and reenable them afterwards.



          In singleplayer, it's a bit more complicated. You have to open the world as a multiplayer* server. Open server.properties and set



          level-name = [relative path to your savegame]


          e.g. saves/world (use / to divide folders).




          *If you haven't run a multiplayer server yet, you can download the server.jar (or server.exe) from the Minecraft website and save it wherever you want. Run it once to generate some files, including server.properties and a savegame called world.



          To join your own server, connect to localhost or 127.0.0.1 in Minecraft.






          share|improve this answer






















          • 1





            I think that this solution works best if you're already running a server.

            – Riking
            Jun 2 '14 at 9:14











          • I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

            – MBraedley
            Jun 24 '15 at 0:24


















          18
















          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.






          share|improve this answer


































            10
















            /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.






            share|improve this answer


































              7
















              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.






              share|improve this answer


































                6
















                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.






                share|improve this answer


































                  4
















                  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.






                  share|improve this answer






















                  • 4





                    randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                    – MrLemon
                    May 20 '15 at 8:45


















                  4
















                  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.






                  share|improve this answer



























                  • You can't. It kills you too fast.

                    – Ethan Chapman
                    Sep 26 '16 at 11:03


















                  0
















                  Since it's a command block, 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.






                  share|improve this answer










                  New contributor



                  brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.




























                    -1
















                    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






                    share|improve this answer




















                    • 5





                      This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                      – IronAnvil
                      Aug 12 '17 at 17:49


















                    -1
















                    You could turn to Creative mode and fly so it can't reach you if it is below you as a pressure plate... I don't really know if it'll work, but you can try it! ^_^






                    share|improve this answer

























                    • Please only answer if you have an answer, otherwise comment. This solution does not work.

                      – Jayden
                      Sep 8 at 7:35


















                    -6
















                    If all else fails, use /summon PrimedTnt to blow up the command block.






                    share|improve this answer




















                    • 8





                      This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                      – MBraedley
                      Jun 20 '15 at 18:47










                    protected by Studoku Jun 20 '15 at 20:28



                    Thank you for your interest in this question.
                    Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                    Would you like to answer one of these unanswered questions instead?














                    11 Answers
                    11






                    active

                    oldest

                    votes








                    11 Answers
                    11






                    active

                    oldest

                    votes









                    active

                    oldest

                    votes






                    active

                    oldest

                    votes









                    33
















                    If you are running this world on a multiplayer server, you can disable command blocks completely via the server properties. Shut down the server, open server.properties with a text editor of your choice and set



                    enable-command-block = false


                    This disables all command blocks. Join the game, destroy the command block in question and reenable them afterwards.



                    In singleplayer, it's a bit more complicated. You have to open the world as a multiplayer* server. Open server.properties and set



                    level-name = [relative path to your savegame]


                    e.g. saves/world (use / to divide folders).




                    *If you haven't run a multiplayer server yet, you can download the server.jar (or server.exe) from the Minecraft website and save it wherever you want. Run it once to generate some files, including server.properties and a savegame called world.



                    To join your own server, connect to localhost or 127.0.0.1 in Minecraft.






                    share|improve this answer






















                    • 1





                      I think that this solution works best if you're already running a server.

                      – Riking
                      Jun 2 '14 at 9:14











                    • I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

                      – MBraedley
                      Jun 24 '15 at 0:24















                    33
















                    If you are running this world on a multiplayer server, you can disable command blocks completely via the server properties. Shut down the server, open server.properties with a text editor of your choice and set



                    enable-command-block = false


                    This disables all command blocks. Join the game, destroy the command block in question and reenable them afterwards.



                    In singleplayer, it's a bit more complicated. You have to open the world as a multiplayer* server. Open server.properties and set



                    level-name = [relative path to your savegame]


                    e.g. saves/world (use / to divide folders).




                    *If you haven't run a multiplayer server yet, you can download the server.jar (or server.exe) from the Minecraft website and save it wherever you want. Run it once to generate some files, including server.properties and a savegame called world.



                    To join your own server, connect to localhost or 127.0.0.1 in Minecraft.






                    share|improve this answer






















                    • 1





                      I think that this solution works best if you're already running a server.

                      – Riking
                      Jun 2 '14 at 9:14











                    • I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

                      – MBraedley
                      Jun 24 '15 at 0:24













                    33














                    33










                    33









                    If you are running this world on a multiplayer server, you can disable command blocks completely via the server properties. Shut down the server, open server.properties with a text editor of your choice and set



                    enable-command-block = false


                    This disables all command blocks. Join the game, destroy the command block in question and reenable them afterwards.



                    In singleplayer, it's a bit more complicated. You have to open the world as a multiplayer* server. Open server.properties and set



                    level-name = [relative path to your savegame]


                    e.g. saves/world (use / to divide folders).




                    *If you haven't run a multiplayer server yet, you can download the server.jar (or server.exe) from the Minecraft website and save it wherever you want. Run it once to generate some files, including server.properties and a savegame called world.



                    To join your own server, connect to localhost or 127.0.0.1 in Minecraft.






                    share|improve this answer















                    If you are running this world on a multiplayer server, you can disable command blocks completely via the server properties. Shut down the server, open server.properties with a text editor of your choice and set



                    enable-command-block = false


                    This disables all command blocks. Join the game, destroy the command block in question and reenable them afterwards.



                    In singleplayer, it's a bit more complicated. You have to open the world as a multiplayer* server. Open server.properties and set



                    level-name = [relative path to your savegame]


                    e.g. saves/world (use / to divide folders).




                    *If you haven't run a multiplayer server yet, you can download the server.jar (or server.exe) from the Minecraft website and save it wherever you want. Run it once to generate some files, including server.properties and a savegame called world.



                    To join your own server, connect to localhost or 127.0.0.1 in Minecraft.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jun 2 '14 at 10:06

























                    answered Jun 2 '14 at 8:54









                    MrLemonMrLemon

                    15.6k4 gold badges44 silver badges71 bronze badges




                    15.6k4 gold badges44 silver badges71 bronze badges










                    • 1





                      I think that this solution works best if you're already running a server.

                      – Riking
                      Jun 2 '14 at 9:14











                    • I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

                      – MBraedley
                      Jun 24 '15 at 0:24












                    • 1





                      I think that this solution works best if you're already running a server.

                      – Riking
                      Jun 2 '14 at 9:14











                    • I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

                      – MBraedley
                      Jun 24 '15 at 0:24







                    1




                    1





                    I think that this solution works best if you're already running a server.

                    – Riking
                    Jun 2 '14 at 9:14





                    I think that this solution works best if you're already running a server.

                    – Riking
                    Jun 2 '14 at 9:14













                    I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

                    – MBraedley
                    Jun 24 '15 at 0:24





                    I'm a little surprised there isn't a game rule for this, that you have to do it through server properties.

                    – MBraedley
                    Jun 24 '15 at 0:24













                    18
















                    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.






                    share|improve this answer































                      18
















                      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.






                      share|improve this answer





























                        18














                        18










                        18









                        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.






                        share|improve this 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.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Jun 2 '14 at 9:14

























                        answered Jun 2 '14 at 5:34









                        RikingRiking

                        8085 silver badges18 bronze badges




                        8085 silver badges18 bronze badges
























                            10
















                            /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.






                            share|improve this answer































                              10
















                              /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.






                              share|improve this answer





























                                10














                                10










                                10









                                /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.






                                share|improve this answer















                                /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.







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited Aug 6 '15 at 5:36









                                Robotnik

                                27.6k43 gold badges133 silver badges237 bronze badges




                                27.6k43 gold badges133 silver badges237 bronze badges










                                answered Aug 6 '15 at 2:15









                                Rainbow DashRainbow Dash

                                1,3688 silver badges25 bronze badges




                                1,3688 silver badges25 bronze badges
























                                    7
















                                    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.






                                    share|improve this answer































                                      7
















                                      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.






                                      share|improve this answer





























                                        7














                                        7










                                        7









                                        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.






                                        share|improve this answer















                                        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.







                                        share|improve this answer














                                        share|improve this answer



                                        share|improve this answer








                                        edited Apr 13 '17 at 12:09









                                        Community

                                        1




                                        1










                                        answered Aug 5 '15 at 8:45









                                        MrLemonMrLemon

                                        15.6k4 gold badges44 silver badges71 bronze badges




                                        15.6k4 gold badges44 silver badges71 bronze badges
























                                            6
















                                            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.






                                            share|improve this answer































                                              6
















                                              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.






                                              share|improve this answer





























                                                6














                                                6










                                                6









                                                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.






                                                share|improve this answer















                                                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.







                                                share|improve this answer














                                                share|improve this answer



                                                share|improve this answer








                                                edited Apr 26 '15 at 14:43









                                                Robotnik

                                                27.6k43 gold badges133 silver badges237 bronze badges




                                                27.6k43 gold badges133 silver badges237 bronze badges










                                                answered Jun 4 '14 at 7:00









                                                jc3833jc3833

                                                1532 bronze badges




                                                1532 bronze badges
























                                                    4
















                                                    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.






                                                    share|improve this answer






















                                                    • 4





                                                      randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                                                      – MrLemon
                                                      May 20 '15 at 8:45















                                                    4
















                                                    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.






                                                    share|improve this answer






















                                                    • 4





                                                      randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                                                      – MrLemon
                                                      May 20 '15 at 8:45













                                                    4














                                                    4










                                                    4









                                                    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.






                                                    share|improve this answer















                                                    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.







                                                    share|improve this answer














                                                    share|improve this answer



                                                    share|improve this answer








                                                    edited Apr 26 '15 at 14:42









                                                    Robotnik

                                                    27.6k43 gold badges133 silver badges237 bronze badges




                                                    27.6k43 gold badges133 silver badges237 bronze badges










                                                    answered Apr 26 '15 at 12:38









                                                    SomeoneSomeone

                                                    571 bronze badge




                                                    571 bronze badge










                                                    • 4





                                                      randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                                                      – MrLemon
                                                      May 20 '15 at 8:45












                                                    • 4





                                                      randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                                                      – MrLemon
                                                      May 20 '15 at 8:45







                                                    4




                                                    4





                                                    randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                                                    – MrLemon
                                                    May 20 '15 at 8:45





                                                    randomTickSpeed has absolutely nothing to do with activating command blocks. It affects only the random ticks responsible for growing plants and such.

                                                    – MrLemon
                                                    May 20 '15 at 8:45











                                                    4
















                                                    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.






                                                    share|improve this answer



























                                                    • You can't. It kills you too fast.

                                                      – Ethan Chapman
                                                      Sep 26 '16 at 11:03















                                                    4
















                                                    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.






                                                    share|improve this answer



























                                                    • You can't. It kills you too fast.

                                                      – Ethan Chapman
                                                      Sep 26 '16 at 11:03













                                                    4














                                                    4










                                                    4









                                                    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.






                                                    share|improve this answer















                                                    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.







                                                    share|improve this answer














                                                    share|improve this answer



                                                    share|improve this answer








                                                    edited Apr 26 '15 at 14:43









                                                    Robotnik

                                                    27.6k43 gold badges133 silver badges237 bronze badges




                                                    27.6k43 gold badges133 silver badges237 bronze badges










                                                    answered Jun 3 '14 at 14:42









                                                    PikaArtTehBroPikaArtTehBro

                                                    541 silver badge2 bronze badges




                                                    541 silver badge2 bronze badges















                                                    • You can't. It kills you too fast.

                                                      – Ethan Chapman
                                                      Sep 26 '16 at 11:03

















                                                    • You can't. It kills you too fast.

                                                      – Ethan Chapman
                                                      Sep 26 '16 at 11:03
















                                                    You can't. It kills you too fast.

                                                    – Ethan Chapman
                                                    Sep 26 '16 at 11:03





                                                    You can't. It kills you too fast.

                                                    – Ethan Chapman
                                                    Sep 26 '16 at 11:03











                                                    0
















                                                    Since it's a command block, 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.






                                                    share|improve this answer










                                                    New contributor



                                                    brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.

























                                                      0
















                                                      Since it's a command block, 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.






                                                      share|improve this answer










                                                      New contributor



                                                      brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                      Check out our Code of Conduct.























                                                        0














                                                        0










                                                        0









                                                        Since it's a command block, 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.






                                                        share|improve this answer










                                                        New contributor



                                                        brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                        Check out our Code of Conduct.









                                                        Since it's a command block, 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.







                                                        share|improve this answer










                                                        New contributor



                                                        brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                        Check out our Code of Conduct.








                                                        share|improve this answer



                                                        share|improve this answer








                                                        edited 4 mins ago





















                                                        New contributor



                                                        brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                        Check out our Code of Conduct.








                                                        answered 21 mins ago









                                                        brododragonbrododragon

                                                        226 bronze badges




                                                        226 bronze badges




                                                        New contributor



                                                        brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                        Check out our Code of Conduct.




                                                        New contributor




                                                        brododragon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                        Check out our Code of Conduct.


























                                                            -1
















                                                            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






                                                            share|improve this answer




















                                                            • 5





                                                              This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                                                              – IronAnvil
                                                              Aug 12 '17 at 17:49















                                                            -1
















                                                            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






                                                            share|improve this answer




















                                                            • 5





                                                              This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                                                              – IronAnvil
                                                              Aug 12 '17 at 17:49













                                                            -1














                                                            -1










                                                            -1









                                                            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






                                                            share|improve this answer













                                                            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







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Jul 23 '17 at 23:24









                                                            Awesome Gamer 333Awesome Gamer 333

                                                            1451 gold badge1 silver badge18 bronze badges




                                                            1451 gold badge1 silver badge18 bronze badges










                                                            • 5





                                                              This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                                                              – IronAnvil
                                                              Aug 12 '17 at 17:49












                                                            • 5





                                                              This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                                                              – IronAnvil
                                                              Aug 12 '17 at 17:49







                                                            5




                                                            5





                                                            This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                                                            – IronAnvil
                                                            Aug 12 '17 at 17:49





                                                            This is a similar answer to the answer Rainbow Dash gave two years ago. Also, if you are only trying to replace one block, the setblock command does not require you enter the same coordinates twice.

                                                            – IronAnvil
                                                            Aug 12 '17 at 17:49











                                                            -1
















                                                            You could turn to Creative mode and fly so it can't reach you if it is below you as a pressure plate... I don't really know if it'll work, but you can try it! ^_^






                                                            share|improve this answer

























                                                            • Please only answer if you have an answer, otherwise comment. This solution does not work.

                                                              – Jayden
                                                              Sep 8 at 7:35















                                                            -1
















                                                            You could turn to Creative mode and fly so it can't reach you if it is below you as a pressure plate... I don't really know if it'll work, but you can try it! ^_^






                                                            share|improve this answer

























                                                            • Please only answer if you have an answer, otherwise comment. This solution does not work.

                                                              – Jayden
                                                              Sep 8 at 7:35













                                                            -1














                                                            -1










                                                            -1









                                                            You could turn to Creative mode and fly so it can't reach you if it is below you as a pressure plate... I don't really know if it'll work, but you can try it! ^_^






                                                            share|improve this answer













                                                            You could turn to Creative mode and fly so it can't reach you if it is below you as a pressure plate... I don't really know if it'll work, but you can try it! ^_^







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Apr 25 at 18:39









                                                            FoxDynamiteGirlFoxDynamiteGirl

                                                            884 bronze badges




                                                            884 bronze badges















                                                            • Please only answer if you have an answer, otherwise comment. This solution does not work.

                                                              – Jayden
                                                              Sep 8 at 7:35

















                                                            • Please only answer if you have an answer, otherwise comment. This solution does not work.

                                                              – Jayden
                                                              Sep 8 at 7:35
















                                                            Please only answer if you have an answer, otherwise comment. This solution does not work.

                                                            – Jayden
                                                            Sep 8 at 7:35





                                                            Please only answer if you have an answer, otherwise comment. This solution does not work.

                                                            – Jayden
                                                            Sep 8 at 7:35











                                                            -6
















                                                            If all else fails, use /summon PrimedTnt to blow up the command block.






                                                            share|improve this answer




















                                                            • 8





                                                              This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                                                              – MBraedley
                                                              Jun 20 '15 at 18:47















                                                            -6
















                                                            If all else fails, use /summon PrimedTnt to blow up the command block.






                                                            share|improve this answer




















                                                            • 8





                                                              This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                                                              – MBraedley
                                                              Jun 20 '15 at 18:47













                                                            -6














                                                            -6










                                                            -6









                                                            If all else fails, use /summon PrimedTnt to blow up the command block.






                                                            share|improve this answer













                                                            If all else fails, use /summon PrimedTnt to blow up the command block.







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Jun 20 '15 at 17:22









                                                            user116097user116097

                                                            1




                                                            1










                                                            • 8





                                                              This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                                                              – MBraedley
                                                              Jun 20 '15 at 18:47












                                                            • 8





                                                              This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                                                              – MBraedley
                                                              Jun 20 '15 at 18:47







                                                            8




                                                            8





                                                            This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                                                            – MBraedley
                                                            Jun 20 '15 at 18:47





                                                            This doesn't work. Command blocks have an incredibly high blast resistance, and won't be blown up by a single piece of TNT. The best that can be hoped for is to blow up the clock, but there are even clocks that can't be blown up (like a 20 Hz clock).

                                                            – MBraedley
                                                            Jun 20 '15 at 18:47





                                                            protected by Studoku Jun 20 '15 at 20:28



                                                            Thank you for your interest in this question.
                                                            Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                                            Would you like to answer one of these unanswered questions instead?



                                                            Popular posts from this blog

                                                            The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

                                                            Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

                                                            19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу