Failed to execute setblock as arrow The Next CEO of Stack OverflowMinecraft execute detect command not workingExploding arrow command not workingFailed to execute fill command on player/execute as - Failed to execute errorWhy won't my arrow gain an objective?How do I give a player an effect when standing bedrock?Execute at block helpChanging a players game mode when they stand on colored woolHow to detect if somebody is holding something while activating a noteblockExecute command troubles
Any way to transfer all permissions from one role to another?
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
Is a stroke of luck acceptable after a series of unfavorable events?
How do I solve this limit?
Grabbing quick drinks
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
How do we know the LHC results are robust?
A pseudo-riley?
Return the Closest Prime Number
Does it take more energy to get to Venus or to Mars?
How to safely derail a train during transit?
How should I support this large drywall patch?
Implement the Thanos sorting algorithm
Is HostGator storing my password in plaintext?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Why does standard notation not preserve intervals (visually)
How to make a variable always equal to the result of some calculations?
How to write the block matrix in LaTex?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
How to write papers efficiently when English isn't my first language?
What makes a siege story/plot interesting?
Can the Reverse Gravity spell affect the Meteor Swarm spell?
Failed to execute setblock as arrow
The Next CEO of Stack OverflowMinecraft execute detect command not workingExploding arrow command not workingFailed to execute fill command on player/execute as - Failed to execute errorWhy won't my arrow gain an objective?How do I give a player an effect when standing bedrock?Execute at block helpChanging a players game mode when they stand on colored woolHow to detect if somebody is holding something while activating a noteblockExecute command troubles
I tried to write this command but it printed an error: Failed to execute 'setblock' as arrow
.
This is the command I'm using:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
minecraft-commands minecraft-pocket-edition
New contributor
add a comment |
I tried to write this command but it printed an error: Failed to execute 'setblock' as arrow
.
This is the command I'm using:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
minecraft-commands minecraft-pocket-edition
New contributor
1
Please don't post images of your commands, post the actual commands. It makes it a lot easier for us to troubleshoot your issue if it's just the text, and the images gain you nothing.
– MBraedley
Mar 22 at 13:34
What version are you in? This is 1.13 incompatible synax.
– SpiceWeasel
Mar 23 at 11:53
add a comment |
I tried to write this command but it printed an error: Failed to execute 'setblock' as arrow
.
This is the command I'm using:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
minecraft-commands minecraft-pocket-edition
New contributor
I tried to write this command but it printed an error: Failed to execute 'setblock' as arrow
.
This is the command I'm using:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
minecraft-commands minecraft-pocket-edition
minecraft-commands minecraft-pocket-edition
New contributor
New contributor
edited Mar 22 at 13:59
Malco
3,1271236
3,1271236
New contributor
asked Mar 22 at 13:24
ParsaParsa
1
1
New contributor
New contributor
1
Please don't post images of your commands, post the actual commands. It makes it a lot easier for us to troubleshoot your issue if it's just the text, and the images gain you nothing.
– MBraedley
Mar 22 at 13:34
What version are you in? This is 1.13 incompatible synax.
– SpiceWeasel
Mar 23 at 11:53
add a comment |
1
Please don't post images of your commands, post the actual commands. It makes it a lot easier for us to troubleshoot your issue if it's just the text, and the images gain you nothing.
– MBraedley
Mar 22 at 13:34
What version are you in? This is 1.13 incompatible synax.
– SpiceWeasel
Mar 23 at 11:53
1
1
Please don't post images of your commands, post the actual commands. It makes it a lot easier for us to troubleshoot your issue if it's just the text, and the images gain you nothing.
– MBraedley
Mar 22 at 13:34
Please don't post images of your commands, post the actual commands. It makes it a lot easier for us to troubleshoot your issue if it's just the text, and the images gain you nothing.
– MBraedley
Mar 22 at 13:34
What version are you in? This is 1.13 incompatible synax.
– SpiceWeasel
Mar 23 at 11:53
What version are you in? This is 1.13 incompatible synax.
– SpiceWeasel
Mar 23 at 11:53
add a comment |
2 Answers
2
active
oldest
votes
Try doing type=arrow
instead of type=minecraft:arrow
. I don't believe it is necessary to have the minecraft:
.
Command:
/execute @e[type=arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
add a comment |
The basic command format is either
/execute [entity or player] x y z detect x y z [type of block]
or
/execute [entity or player] x y z [command]
.
You cannot use detect
and setblock
together, in your case.
An alternative can be:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0
(repeating command block)
then in another cmd block (conditional chain command block),
/execute @e[type=minecraft:arrow] ~ ~ ~ setblock 0 5 0 gold_block 0
.
This only works if there is only one existing arrow at a time.
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
);
);
Parsa is a new contributor. Be nice, and check out our Code of Conduct.
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%2f348065%2ffailed-to-execute-setblock-as-arrow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try doing type=arrow
instead of type=minecraft:arrow
. I don't believe it is necessary to have the minecraft:
.
Command:
/execute @e[type=arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
add a comment |
Try doing type=arrow
instead of type=minecraft:arrow
. I don't believe it is necessary to have the minecraft:
.
Command:
/execute @e[type=arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
add a comment |
Try doing type=arrow
instead of type=minecraft:arrow
. I don't believe it is necessary to have the minecraft:
.
Command:
/execute @e[type=arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
Try doing type=arrow
instead of type=minecraft:arrow
. I don't believe it is necessary to have the minecraft:
.
Command:
/execute @e[type=arrow] -10 8 18 detect ~ ~ ~ gold_block 0 setblock 0 5 0 gold_block 0
answered Mar 25 at 8:29
cherryblossomcherryblossom
854525
854525
add a comment |
add a comment |
The basic command format is either
/execute [entity or player] x y z detect x y z [type of block]
or
/execute [entity or player] x y z [command]
.
You cannot use detect
and setblock
together, in your case.
An alternative can be:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0
(repeating command block)
then in another cmd block (conditional chain command block),
/execute @e[type=minecraft:arrow] ~ ~ ~ setblock 0 5 0 gold_block 0
.
This only works if there is only one existing arrow at a time.
New contributor
add a comment |
The basic command format is either
/execute [entity or player] x y z detect x y z [type of block]
or
/execute [entity or player] x y z [command]
.
You cannot use detect
and setblock
together, in your case.
An alternative can be:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0
(repeating command block)
then in another cmd block (conditional chain command block),
/execute @e[type=minecraft:arrow] ~ ~ ~ setblock 0 5 0 gold_block 0
.
This only works if there is only one existing arrow at a time.
New contributor
add a comment |
The basic command format is either
/execute [entity or player] x y z detect x y z [type of block]
or
/execute [entity or player] x y z [command]
.
You cannot use detect
and setblock
together, in your case.
An alternative can be:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0
(repeating command block)
then in another cmd block (conditional chain command block),
/execute @e[type=minecraft:arrow] ~ ~ ~ setblock 0 5 0 gold_block 0
.
This only works if there is only one existing arrow at a time.
New contributor
The basic command format is either
/execute [entity or player] x y z detect x y z [type of block]
or
/execute [entity or player] x y z [command]
.
You cannot use detect
and setblock
together, in your case.
An alternative can be:
/execute @e[type=minecraft:arrow] -10 8 18 detect ~ ~ ~ gold_block 0
(repeating command block)
then in another cmd block (conditional chain command block),
/execute @e[type=minecraft:arrow] ~ ~ ~ setblock 0 5 0 gold_block 0
.
This only works if there is only one existing arrow at a time.
New contributor
New contributor
answered 33 mins ago
villager1villager1
12
12
New contributor
New contributor
add a comment |
add a comment |
Parsa is a new contributor. Be nice, and check out our Code of Conduct.
Parsa is a new contributor. Be nice, and check out our Code of Conduct.
Parsa is a new contributor. Be nice, and check out our Code of Conduct.
Parsa is a new contributor. Be nice, and check out our Code of Conduct.
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%2f348065%2ffailed-to-execute-setblock-as-arrow%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
1
Please don't post images of your commands, post the actual commands. It makes it a lot easier for us to troubleshoot your issue if it's just the text, and the images gain you nothing.
– MBraedley
Mar 22 at 13:34
What version are you in? This is 1.13 incompatible synax.
– SpiceWeasel
Mar 23 at 11:53