Cannot testfor from specific coordinatesHow to testfor a donkey in MinecraftHow do I use /kill to kill Mooshrooms with a specific name and within a certain radius?How can I /testfor a specific player in a certain radius of the command block?Testfor from player/testfor at least 10 specific items in the InventoryI Need Help With TestforHow to do testfor with different mapsI want to make a system that tests for a specific player at specific coordinates with a specific item?Minecraft, How to testfor player on specific coordinatesHaving trouble testing for mobs around me
What is the German equivalent of 干物女 (dried fish woman)?
What is the English equivalent of 干物女 (dried fish woman)?
Book or series about stones and a magician named Gwydion
Filtering fine silt/mud from water (not necessarily bacteria etc.)
Are there any double stars that I can actually see orbit each other?
Ezek. 24:1-2, "Again in the ninth year, in the tenth month, in the tenth day of the month, ...." Which month was the tenth month?
Can I activate an iPhone without an Apple ID?
How to make a niche out of an object
Meaning of slash chord without anything left of the slash
Won 50K! Now what should I do with it
Published paper containing well-known results
Is it rude to tell recruiters I would only change jobs for a better salary?
How to determine port and starboard on a rotating wheel space station?
Deep Learning based time series forecasting
Ragged justification of captions depending on odd/even page
3D-Plot with an inequality condition for parameter values
Confused about 誘われて (Sasowarete)
What caused Windows ME's terrible reputation?
Does entangle require vegetation?
Add region constraint to Graphics
Are lithium batteries allowed in the International Space Station?
Why use null function instead of == []
Concatenation using + and += operator in Python
Is this more than a packing puzzle?
Cannot testfor from specific coordinates
How to testfor a donkey in MinecraftHow do I use /kill to kill Mooshrooms with a specific name and within a certain radius?How can I /testfor a specific player in a certain radius of the command block?Testfor from player/testfor at least 10 specific items in the InventoryI Need Help With TestforHow to do testfor with different mapsI want to make a system that tests for a specific player at specific coordinates with a specific item?Minecraft, How to testfor player on specific coordinatesHaving trouble testing for mobs around me
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I can't get /testfor to work on a certain coordinate but I can get it to work within a radius. What am i doing wrong?
/testfor @a[x=1074 y=4 z=919 r=10]
minecraft minecraft-commands
add a comment |
I can't get /testfor to work on a certain coordinate but I can get it to work within a radius. What am i doing wrong?
/testfor @a[x=1074 y=4 z=919 r=10]
minecraft minecraft-commands
add a comment |
I can't get /testfor to work on a certain coordinate but I can get it to work within a radius. What am i doing wrong?
/testfor @a[x=1074 y=4 z=919 r=10]
minecraft minecraft-commands
I can't get /testfor to work on a certain coordinate but I can get it to work within a radius. What am i doing wrong?
/testfor @a[x=1074 y=4 z=919 r=10]
minecraft minecraft-commands
minecraft minecraft-commands
edited 57 mins ago
pppery
9965 silver badges18 bronze badges
9965 silver badges18 bronze badges
asked Mar 9 '17 at 20:12
bananabanana
7
7
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Selector arguments are separated by commas, not spaces. Try:
/testfor @a[x=1074,y=4,z=919,r=10]
If you turn on the command block's output (change the X button to an O), it will often give useful error messages.
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%2f302671%2fcannot-testfor-from-specific-coordinates%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Selector arguments are separated by commas, not spaces. Try:
/testfor @a[x=1074,y=4,z=919,r=10]
If you turn on the command block's output (change the X button to an O), it will often give useful error messages.
add a comment |
Selector arguments are separated by commas, not spaces. Try:
/testfor @a[x=1074,y=4,z=919,r=10]
If you turn on the command block's output (change the X button to an O), it will often give useful error messages.
add a comment |
Selector arguments are separated by commas, not spaces. Try:
/testfor @a[x=1074,y=4,z=919,r=10]
If you turn on the command block's output (change the X button to an O), it will often give useful error messages.
Selector arguments are separated by commas, not spaces. Try:
/testfor @a[x=1074,y=4,z=919,r=10]
If you turn on the command block's output (change the X button to an O), it will often give useful error messages.
answered Mar 9 '17 at 20:15
SirBenetSirBenet
25.5k3 gold badges51 silver badges81 bronze badges
25.5k3 gold badges51 silver badges81 bronze badges
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%2f302671%2fcannot-testfor-from-specific-coordinates%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