How do I break blocks with command blocks?How can I emulate 1.7.10's adventure mode in 1.8?Minecraft chunk loading 1.8.8Finding Blocks without CoordinatesHow to make a rain of arrows in vanilla Minecraft using command blocks?Switch between two different commands when block is activated?/blockdata ~ ~ ~ Items:[] does not work at a certain distance away from the playerDelete all TNT within a rangeHow do I place a red block under a red team member who is on a white block?How do I edit NBT tags of inventory items?Door Keycards with Command Blocks
Looking after a wayward brother in mother's will
Do adult Russians normally hand-write Cyrillic as cursive or as block letters?
The qvolume of an integer
When was the word "ambigu" first used with the sense of "meal with all items served at the same time"?
Is there an evolutionary advantage to having two heads?
Future enhancements for the finite element method
How do I get a list of only the files (not the directories) from a package?
Accidentally cashed a check twice
Does a component pouch automatically contain components?
The most awesome army: 80 men left and 81 returned. Is it true?
Pros and cons of writing a book review?
Why does the UK have more political parties than the US?
If a massive object like Jupiter flew past the Earth how close would it need to come to pull people off of the surface?
Why does my electric oven present the option of 40A and 50A breakers?
Asking for something with different prices
What is a simple, physical situation where complex numbers emerge naturally?
arcpy.GetParameterAsText not passing arguments to script?
Joist hangers to use for rough cut 2x8 (2 3/4" x 8 3/4")?
What's the most polite way to tell a manager "shut up and let me work"?
Why were the Night's Watch required to be celibate?
Passive voice of sing someone to sleep
Can an old DSLR be upgraded to match modern smartphone image quality
What is the most important characteristic of New Weird as a genre?
Explain Ant-Man's "not it" scene from Avengers: Endgame
How do I break blocks with command blocks?
How can I emulate 1.7.10's adventure mode in 1.8?Minecraft chunk loading 1.8.8Finding Blocks without CoordinatesHow to make a rain of arrows in vanilla Minecraft using command blocks?Switch between two different commands when block is activated?/blockdata ~ ~ ~ Items:[] does not work at a certain distance away from the playerDelete all TNT within a rangeHow do I place a red block under a red team member who is on a white block?How do I edit NBT tags of inventory items?Door Keycards with Command Blocks
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am familiar with the /setblock command, but I'm having trouble whenever I try to replace a block with air. The chat reads in red text, "Cannot place blocks outside of world", though I'm putting in the right coordinates. I can't seem to figure it out, can you help me? Command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
minecraft minecraft-commands
add a comment |
I am familiar with the /setblock command, but I'm having trouble whenever I try to replace a block with air. The chat reads in red text, "Cannot place blocks outside of world", though I'm putting in the right coordinates. I can't seem to figure it out, can you help me? Command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
minecraft minecraft-commands
add a comment |
I am familiar with the /setblock command, but I'm having trouble whenever I try to replace a block with air. The chat reads in red text, "Cannot place blocks outside of world", though I'm putting in the right coordinates. I can't seem to figure it out, can you help me? Command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
minecraft minecraft-commands
I am familiar with the /setblock command, but I'm having trouble whenever I try to replace a block with air. The chat reads in red text, "Cannot place blocks outside of world", though I'm putting in the right coordinates. I can't seem to figure it out, can you help me? Command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
minecraft minecraft-commands
minecraft minecraft-commands
edited Aug 22 '15 at 22:41
Rainbow Dash
1,378725
1,378725
asked Aug 21 '15 at 6:40
PeoplePersonPeoplePerson
14112
14112
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Look at your command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
Notice that you have a ~
before every coordinate, meaning that you will replace a block relative to your position, and being 74 blocks above you, it might be outside the world.
If you want to destroy a block at (-147,74,-150)
you should remove the ~
like so:
/setblock -147 74 -150 minecraft:air 0 destroy
As user3878893 pointed out, you also need to include a data value for the block to be placed. For regular blocks just use a 0
(as above).
add a comment |
You can try
/setblock -147 74 -150 minecraft:air 0 destroy
Or
/fill -174 74 -150 -174 74 -150 air
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
1
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
|
show 1 more comment
I have a similar question, but I though I test "/tp @p[y=4] ~ ~ ~" thinking it would teleport someone 4 blocks above the block to those coordinates, but I used repeaters so I'm now stuck and do not know the coordinates of the block. I've tried clearing command blocks in large ranges but no luck with that.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f232680%2fhow-do-i-break-blocks-with-command-blocks%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Look at your command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
Notice that you have a ~
before every coordinate, meaning that you will replace a block relative to your position, and being 74 blocks above you, it might be outside the world.
If you want to destroy a block at (-147,74,-150)
you should remove the ~
like so:
/setblock -147 74 -150 minecraft:air 0 destroy
As user3878893 pointed out, you also need to include a data value for the block to be placed. For regular blocks just use a 0
(as above).
add a comment |
Look at your command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
Notice that you have a ~
before every coordinate, meaning that you will replace a block relative to your position, and being 74 blocks above you, it might be outside the world.
If you want to destroy a block at (-147,74,-150)
you should remove the ~
like so:
/setblock -147 74 -150 minecraft:air 0 destroy
As user3878893 pointed out, you also need to include a data value for the block to be placed. For regular blocks just use a 0
(as above).
add a comment |
Look at your command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
Notice that you have a ~
before every coordinate, meaning that you will replace a block relative to your position, and being 74 blocks above you, it might be outside the world.
If you want to destroy a block at (-147,74,-150)
you should remove the ~
like so:
/setblock -147 74 -150 minecraft:air 0 destroy
As user3878893 pointed out, you also need to include a data value for the block to be placed. For regular blocks just use a 0
(as above).
Look at your command:
/setblock ~-147 ~74 ~-150 minecraft:air destroy
Notice that you have a ~
before every coordinate, meaning that you will replace a block relative to your position, and being 74 blocks above you, it might be outside the world.
If you want to destroy a block at (-147,74,-150)
you should remove the ~
like so:
/setblock -147 74 -150 minecraft:air 0 destroy
As user3878893 pointed out, you also need to include a data value for the block to be placed. For regular blocks just use a 0
(as above).
edited Aug 22 '15 at 14:39
MrLemon
15.3k34169
15.3k34169
answered Aug 21 '15 at 9:45
LarsLars
1,74021019
1,74021019
add a comment |
add a comment |
You can try
/setblock -147 74 -150 minecraft:air 0 destroy
Or
/fill -174 74 -150 -174 74 -150 air
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
1
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
|
show 1 more comment
You can try
/setblock -147 74 -150 minecraft:air 0 destroy
Or
/fill -174 74 -150 -174 74 -150 air
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
1
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
|
show 1 more comment
You can try
/setblock -147 74 -150 minecraft:air 0 destroy
Or
/fill -174 74 -150 -174 74 -150 air
You can try
/setblock -147 74 -150 minecraft:air 0 destroy
Or
/fill -174 74 -150 -174 74 -150 air
edited Aug 24 '15 at 6:21
answered Aug 21 '15 at 7:23
HAlexHAlex
373
373
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
1
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
|
show 1 more comment
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
1
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
Care to explain in a little detail maybe?
– aytimothy
Aug 21 '15 at 10:29
1
1
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
scusme, I don't speak a good english, so I can't explain more...
– HAlex
Aug 21 '15 at 10:31
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Try "minecraft:air 0 destroy" or simply remove "destroy"
– HAlex
Aug 21 '15 at 13:51
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Thank you for the help, I figured out that I had to put the command in like this to work /setblock -147 74 -150 minecraft:air 1 destroy Thank you guys again I was getting pretty frustrated
– PeoplePerson
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
Or you can use /setblock -147 74 150 air 0 replace
– HAlex
Aug 21 '15 at 13:53
|
show 1 more comment
I have a similar question, but I though I test "/tp @p[y=4] ~ ~ ~" thinking it would teleport someone 4 blocks above the block to those coordinates, but I used repeaters so I'm now stuck and do not know the coordinates of the block. I've tried clearing command blocks in large ranges but no luck with that.
New contributor
add a comment |
I have a similar question, but I though I test "/tp @p[y=4] ~ ~ ~" thinking it would teleport someone 4 blocks above the block to those coordinates, but I used repeaters so I'm now stuck and do not know the coordinates of the block. I've tried clearing command blocks in large ranges but no luck with that.
New contributor
add a comment |
I have a similar question, but I though I test "/tp @p[y=4] ~ ~ ~" thinking it would teleport someone 4 blocks above the block to those coordinates, but I used repeaters so I'm now stuck and do not know the coordinates of the block. I've tried clearing command blocks in large ranges but no luck with that.
New contributor
I have a similar question, but I though I test "/tp @p[y=4] ~ ~ ~" thinking it would teleport someone 4 blocks above the block to those coordinates, but I used repeaters so I'm now stuck and do not know the coordinates of the block. I've tried clearing command blocks in large ranges but no luck with that.
New contributor
New contributor
answered 48 mins ago
RRODRROD
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f232680%2fhow-do-i-break-blocks-with-command-blocks%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown