Having problems with the 'distance=' command in Minecraft 1.13.2 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)I can't destroy or place blocks, what do I do?Setblock clock with scoreboard doesn't work in MinecraftMinecraft mined block reappears and other problemsSaving and restoring of many flags(variables)Why won't my arrow gain an objective?Minecraft Command Blocks: /testfor command for wearing a player head, then tpMinecraft - execute command testing logic (lightning Sword)Scoreboard Trigger Signs Only Teleporting in Certain Areas of ServerAdventure Mode Boundary 1.13How to create an “impact grenade” in Minecraft 1.13?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Scientific Reports - Significant Figures
Problems with Ubuntu mount /tmp
How did passengers keep warm on sail ships?
Was credit for the black hole image misattributed?
When did F become S in typeography, and why?
How to stretch delimiters to envolve matrices inside of a kbordermatrix?
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
Create an outline of font
Is every episode of "Where are my Pants?" identical?
Road tyres vs "Street" tyres for charity ride on MTB Tandem
Do warforged have souls?
Can a novice safely splice in wire to lengthen 5V charging cable?
Match Roman Numerals
Can undead you have reanimated wait inside a portable hole?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
What information about me do stores get via my credit card?
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
I could not break this equation. Please help me
Python - Fishing Simulator
Windows 10: How to Lock (not sleep) laptop on lid close?
Why is superheterodyning better than direct conversion?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Are my PIs rude or am I just being too sensitive?
Having problems with the 'distance=' command in Minecraft 1.13.2
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)I can't destroy or place blocks, what do I do?Setblock clock with scoreboard doesn't work in MinecraftMinecraft mined block reappears and other problemsSaving and restoring of many flags(variables)Why won't my arrow gain an objective?Minecraft Command Blocks: /testfor command for wearing a player head, then tpMinecraft - execute command testing logic (lightning Sword)Scoreboard Trigger Signs Only Teleporting in Certain Areas of ServerAdventure Mode Boundary 1.13How to create an “impact grenade” in Minecraft 1.13?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm having some problems, a problem that seems simple, but seems to keep eluding me.
The command I'm using as a test is this:
/gamemode adventure @a[gamemode=creative,distance=..2]
Above that, I have this:
/gamemode creative @a[gamemode=adventure,distance=3..5]
However, when I tried to make another 'boundary' of the same kind with the same commands in the same way, it didn't work, and I have no idea why. The second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing.
Both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
The first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
If anyone can explain this and help me out, that would be great.
minecraft minecraft-commands
|
show 2 more comments
I'm having some problems, a problem that seems simple, but seems to keep eluding me.
The command I'm using as a test is this:
/gamemode adventure @a[gamemode=creative,distance=..2]
Above that, I have this:
/gamemode creative @a[gamemode=adventure,distance=3..5]
However, when I tried to make another 'boundary' of the same kind with the same commands in the same way, it didn't work, and I have no idea why. The second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing.
Both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
The first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
If anyone can explain this and help me out, that would be great.
minecraft minecraft-commands
What does "it doesn't work" mean? It just does nothing? No matter if you're 6, 4, 2.5 or 1 block away? Or does it make the first one do nothing anymore? Or do you get an error message? Are you absolutely sure that you did everything exactly the same in both setups and that there's nothing else to interfere? Can you reproduce it in a new world?
– Fabian Röling
Mar 21 at 9:14
"It doesn't work" in that the second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing, both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
– Annon
Mar 21 at 14:34
I just tried it, it works just fine for me.
– Fabian Röling
Mar 21 at 18:41
Are your chain command blocks set to "Always Active"?
– SpiceWeasel
Mar 21 at 20:28
Yes, the first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
– Annon
Mar 21 at 22:07
|
show 2 more comments
I'm having some problems, a problem that seems simple, but seems to keep eluding me.
The command I'm using as a test is this:
/gamemode adventure @a[gamemode=creative,distance=..2]
Above that, I have this:
/gamemode creative @a[gamemode=adventure,distance=3..5]
However, when I tried to make another 'boundary' of the same kind with the same commands in the same way, it didn't work, and I have no idea why. The second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing.
Both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
The first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
If anyone can explain this and help me out, that would be great.
minecraft minecraft-commands
I'm having some problems, a problem that seems simple, but seems to keep eluding me.
The command I'm using as a test is this:
/gamemode adventure @a[gamemode=creative,distance=..2]
Above that, I have this:
/gamemode creative @a[gamemode=adventure,distance=3..5]
However, when I tried to make another 'boundary' of the same kind with the same commands in the same way, it didn't work, and I have no idea why. The second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing.
Both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
The first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
If anyone can explain this and help me out, that would be great.
minecraft minecraft-commands
minecraft minecraft-commands
edited Mar 22 at 2:29
Robotnik♦
27.3k43127227
27.3k43127227
asked Mar 21 at 3:48
AnnonAnnon
192
192
What does "it doesn't work" mean? It just does nothing? No matter if you're 6, 4, 2.5 or 1 block away? Or does it make the first one do nothing anymore? Or do you get an error message? Are you absolutely sure that you did everything exactly the same in both setups and that there's nothing else to interfere? Can you reproduce it in a new world?
– Fabian Röling
Mar 21 at 9:14
"It doesn't work" in that the second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing, both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
– Annon
Mar 21 at 14:34
I just tried it, it works just fine for me.
– Fabian Röling
Mar 21 at 18:41
Are your chain command blocks set to "Always Active"?
– SpiceWeasel
Mar 21 at 20:28
Yes, the first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
– Annon
Mar 21 at 22:07
|
show 2 more comments
What does "it doesn't work" mean? It just does nothing? No matter if you're 6, 4, 2.5 or 1 block away? Or does it make the first one do nothing anymore? Or do you get an error message? Are you absolutely sure that you did everything exactly the same in both setups and that there's nothing else to interfere? Can you reproduce it in a new world?
– Fabian Röling
Mar 21 at 9:14
"It doesn't work" in that the second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing, both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
– Annon
Mar 21 at 14:34
I just tried it, it works just fine for me.
– Fabian Röling
Mar 21 at 18:41
Are your chain command blocks set to "Always Active"?
– SpiceWeasel
Mar 21 at 20:28
Yes, the first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
– Annon
Mar 21 at 22:07
What does "it doesn't work" mean? It just does nothing? No matter if you're 6, 4, 2.5 or 1 block away? Or does it make the first one do nothing anymore? Or do you get an error message? Are you absolutely sure that you did everything exactly the same in both setups and that there's nothing else to interfere? Can you reproduce it in a new world?
– Fabian Röling
Mar 21 at 9:14
What does "it doesn't work" mean? It just does nothing? No matter if you're 6, 4, 2.5 or 1 block away? Or does it make the first one do nothing anymore? Or do you get an error message? Are you absolutely sure that you did everything exactly the same in both setups and that there's nothing else to interfere? Can you reproduce it in a new world?
– Fabian Röling
Mar 21 at 9:14
"It doesn't work" in that the second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing, both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
– Annon
Mar 21 at 14:34
"It doesn't work" in that the second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing, both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
– Annon
Mar 21 at 14:34
I just tried it, it works just fine for me.
– Fabian Röling
Mar 21 at 18:41
I just tried it, it works just fine for me.
– Fabian Röling
Mar 21 at 18:41
Are your chain command blocks set to "Always Active"?
– SpiceWeasel
Mar 21 at 20:28
Are your chain command blocks set to "Always Active"?
– SpiceWeasel
Mar 21 at 20:28
Yes, the first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
– Annon
Mar 21 at 22:07
Yes, the first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
– Annon
Mar 21 at 22:07
|
show 2 more comments
1 Answer
1
active
oldest
votes
Could you explain a bit more on what you mean by "8 blocks away?" Are you saying the Repeat Block and the Chain Block are 8 blocks apart from each other? That would make the chain block not being powered by the repeat block so it wouldn't run... But I don't think that's what you mean.
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%2f348013%2fhaving-problems-with-the-distance-command-in-minecraft-1-13-2%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
Could you explain a bit more on what you mean by "8 blocks away?" Are you saying the Repeat Block and the Chain Block are 8 blocks apart from each other? That would make the chain block not being powered by the repeat block so it wouldn't run... But I don't think that's what you mean.
New contributor
add a comment |
Could you explain a bit more on what you mean by "8 blocks away?" Are you saying the Repeat Block and the Chain Block are 8 blocks apart from each other? That would make the chain block not being powered by the repeat block so it wouldn't run... But I don't think that's what you mean.
New contributor
add a comment |
Could you explain a bit more on what you mean by "8 blocks away?" Are you saying the Repeat Block and the Chain Block are 8 blocks apart from each other? That would make the chain block not being powered by the repeat block so it wouldn't run... But I don't think that's what you mean.
New contributor
Could you explain a bit more on what you mean by "8 blocks away?" Are you saying the Repeat Block and the Chain Block are 8 blocks apart from each other? That would make the chain block not being powered by the repeat block so it wouldn't run... But I don't think that's what you mean.
New contributor
New contributor
answered 28 mins ago
YoshinoBHLYoshinoBHL
11
11
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%2f348013%2fhaving-problems-with-the-distance-command-in-minecraft-1-13-2%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
What does "it doesn't work" mean? It just does nothing? No matter if you're 6, 4, 2.5 or 1 block away? Or does it make the first one do nothing anymore? Or do you get an error message? Are you absolutely sure that you did everything exactly the same in both setups and that there's nothing else to interfere? Can you reproduce it in a new world?
– Fabian Röling
Mar 21 at 9:14
"It doesn't work" in that the second one does nothing at all, the first one is fine but every time I try make a second or even a third one it does nothing, both setups are completely identical in every way, even in other worlds its the same, one works but the other does nothing at all.
– Annon
Mar 21 at 14:34
I just tried it, it works just fine for me.
– Fabian Röling
Mar 21 at 18:41
Are your chain command blocks set to "Always Active"?
– SpiceWeasel
Mar 21 at 20:28
Yes, the first block is set to Repeat, Unconditional, Always Active, while the one above that it is set to Chain, Unconditional, Always Active, they are about 8 blocks away from each other and I have them the same, even the blocks around their 'borders'
– Annon
Mar 21 at 22:07