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;
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
add a comment
|
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
add a comment
|
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
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
minecraft
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
add a comment
|
add a comment
|
11 Answers
11
active
oldest
votes
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.
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
add a comment
|
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.
add a comment
|
/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.
add a comment
|
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.
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.
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).
Double-Click the Command entry and change it's value to either fix the command directly (for example, turn
kill @e[type=!player]intokill @e[type=!Player]) or just enter something harmless (e.g. leave it empty).Press the save button and close NBTExplorer. When you open up your world in Minecraft, the command should be changed.
add a comment
|
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.
add a comment
|
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.
4
randomTickSpeedhas 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
add a comment
|
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.
You can't. It kills you too fast.
– Ethan Chapman
Sep 26 '16 at 11:03
add a comment
|
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.
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.
add a comment
|
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
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, thesetblockcommand does not require you enter the same coordinates twice.
– IronAnvil
Aug 12 '17 at 17:49
add a comment
|
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! ^_^
Please only answer if you have an answer, otherwise comment. This solution does not work.
– Jayden
Sep 8 at 7:35
add a comment
|
If all else fails, use /summon PrimedTnt to blow up the command block.
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
add a comment
|
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
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.
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
add a comment
|
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.
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
add a comment
|
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.
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.
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
add a comment
|
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
add a comment
|
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.
add a comment
|
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.
add a comment
|
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.
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.
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
add a comment
|
add a comment
|
/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.
add a comment
|
/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.
add a comment
|
/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.
/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.
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
add a comment
|
add a comment
|
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.
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.
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).
Double-Click the Command entry and change it's value to either fix the command directly (for example, turn
kill @e[type=!player]intokill @e[type=!Player]) or just enter something harmless (e.g. leave it empty).Press the save button and close NBTExplorer. When you open up your world in Minecraft, the command should be changed.
add a comment
|
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.
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.
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).
Double-Click the Command entry and change it's value to either fix the command directly (for example, turn
kill @e[type=!player]intokill @e[type=!Player]) or just enter something harmless (e.g. leave it empty).Press the save button and close NBTExplorer. When you open up your world in Minecraft, the command should be changed.
add a comment
|
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.
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.
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).
Double-Click the Command entry and change it's value to either fix the command directly (for example, turn
kill @e[type=!player]intokill @e[type=!Player]) or just enter something harmless (e.g. leave it empty).Press the save button and close NBTExplorer. When you open up your world in Minecraft, the command should be changed.
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.
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.
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).
Double-Click the Command entry and change it's value to either fix the command directly (for example, turn
kill @e[type=!player]intokill @e[type=!Player]) or just enter something harmless (e.g. leave it empty).Press the save button and close NBTExplorer. When you open up your world in Minecraft, the command should be changed.
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
add a comment
|
add a comment
|
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.
add a comment
|
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.
add a comment
|
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.
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.
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
add a comment
|
add a comment
|
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.
4
randomTickSpeedhas 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
add a comment
|
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.
4
randomTickSpeedhas 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
add a comment
|
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.
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.
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
randomTickSpeedhas 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
add a comment
|
4
randomTickSpeedhas 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
add a comment
|
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.
You can't. It kills you too fast.
– Ethan Chapman
Sep 26 '16 at 11:03
add a comment
|
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.
You can't. It kills you too fast.
– Ethan Chapman
Sep 26 '16 at 11:03
add a comment
|
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.
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.
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
add a comment
|
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
add a comment
|
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.
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.
add a comment
|
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.
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.
add a comment
|
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.
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.
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.
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.
add a comment
|
add a comment
|
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
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, thesetblockcommand does not require you enter the same coordinates twice.
– IronAnvil
Aug 12 '17 at 17:49
add a comment
|
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
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, thesetblockcommand does not require you enter the same coordinates twice.
– IronAnvil
Aug 12 '17 at 17:49
add a comment
|
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
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
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, thesetblockcommand does not require you enter the same coordinates twice.
– IronAnvil
Aug 12 '17 at 17:49
add a comment
|
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, thesetblockcommand 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
add a comment
|
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! ^_^
Please only answer if you have an answer, otherwise comment. This solution does not work.
– Jayden
Sep 8 at 7:35
add a comment
|
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! ^_^
Please only answer if you have an answer, otherwise comment. This solution does not work.
– Jayden
Sep 8 at 7:35
add a comment
|
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! ^_^
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! ^_^
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
add a comment
|
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
add a comment
|
If all else fails, use /summon PrimedTnt to blow up the command block.
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
add a comment
|
If all else fails, use /summon PrimedTnt to blow up the command block.
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
add a comment
|
If all else fails, use /summon PrimedTnt to blow up the command block.
If all else fails, use /summon PrimedTnt to blow up the command block.
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
add a comment
|
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
add a comment
|
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?