EFFECT any player under a specific height anywhere in world?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
So here goes my first question:
I am simply trying to effect every player on my server below y=57 with glowing. This seems like an easy task but I can only get it to work within a range. I need this to work across the whole world. For some reason or another, this command will not do the trick:
execute as @a run effect give @s[y=0,dy=57] minecraft:glowing 3 1
This, in theory, should make all players effect themselves with glowing if they are between y=0 and y=57. What this DOES do is give any player with the same x and z cords as the command block (Always active, Repeat) glowing, but not if they are not in the same y axis as it. I'm confused, so please, if you find something from the many weird half-done forums, let me know.
EDIT: I HAD IT... for a second. I did:
/execute as @a[x=29999984,dx=-29999984,z=29999984,dz=-29999984,y=0,dy=57] run effect give @s minecraft:glowing 3 1
but as soon as it started working, it stopped again, and not the command block will not run it anymore. I tried lowering the numbers that are 29999984 to 1000000 to see if the other numbers lagged it out, but it still didn't work. The command block does not even show an output, yet it is on always active and repeat. Even setting it to 100 didn't work, not even 10. no matter what I try, the command is broken now!
IS THIS EVEN POSSIBLE?
minecraft minecraft-commands
New contributor
add a comment |
So here goes my first question:
I am simply trying to effect every player on my server below y=57 with glowing. This seems like an easy task but I can only get it to work within a range. I need this to work across the whole world. For some reason or another, this command will not do the trick:
execute as @a run effect give @s[y=0,dy=57] minecraft:glowing 3 1
This, in theory, should make all players effect themselves with glowing if they are between y=0 and y=57. What this DOES do is give any player with the same x and z cords as the command block (Always active, Repeat) glowing, but not if they are not in the same y axis as it. I'm confused, so please, if you find something from the many weird half-done forums, let me know.
EDIT: I HAD IT... for a second. I did:
/execute as @a[x=29999984,dx=-29999984,z=29999984,dz=-29999984,y=0,dy=57] run effect give @s minecraft:glowing 3 1
but as soon as it started working, it stopped again, and not the command block will not run it anymore. I tried lowering the numbers that are 29999984 to 1000000 to see if the other numbers lagged it out, but it still didn't work. The command block does not even show an output, yet it is on always active and repeat. Even setting it to 100 didn't work, not even 10. no matter what I try, the command is broken now!
IS THIS EVEN POSSIBLE?
minecraft minecraft-commands
New contributor
add a comment |
So here goes my first question:
I am simply trying to effect every player on my server below y=57 with glowing. This seems like an easy task but I can only get it to work within a range. I need this to work across the whole world. For some reason or another, this command will not do the trick:
execute as @a run effect give @s[y=0,dy=57] minecraft:glowing 3 1
This, in theory, should make all players effect themselves with glowing if they are between y=0 and y=57. What this DOES do is give any player with the same x and z cords as the command block (Always active, Repeat) glowing, but not if they are not in the same y axis as it. I'm confused, so please, if you find something from the many weird half-done forums, let me know.
EDIT: I HAD IT... for a second. I did:
/execute as @a[x=29999984,dx=-29999984,z=29999984,dz=-29999984,y=0,dy=57] run effect give @s minecraft:glowing 3 1
but as soon as it started working, it stopped again, and not the command block will not run it anymore. I tried lowering the numbers that are 29999984 to 1000000 to see if the other numbers lagged it out, but it still didn't work. The command block does not even show an output, yet it is on always active and repeat. Even setting it to 100 didn't work, not even 10. no matter what I try, the command is broken now!
IS THIS EVEN POSSIBLE?
minecraft minecraft-commands
New contributor
So here goes my first question:
I am simply trying to effect every player on my server below y=57 with glowing. This seems like an easy task but I can only get it to work within a range. I need this to work across the whole world. For some reason or another, this command will not do the trick:
execute as @a run effect give @s[y=0,dy=57] minecraft:glowing 3 1
This, in theory, should make all players effect themselves with glowing if they are between y=0 and y=57. What this DOES do is give any player with the same x and z cords as the command block (Always active, Repeat) glowing, but not if they are not in the same y axis as it. I'm confused, so please, if you find something from the many weird half-done forums, let me know.
EDIT: I HAD IT... for a second. I did:
/execute as @a[x=29999984,dx=-29999984,z=29999984,dz=-29999984,y=0,dy=57] run effect give @s minecraft:glowing 3 1
but as soon as it started working, it stopped again, and not the command block will not run it anymore. I tried lowering the numbers that are 29999984 to 1000000 to see if the other numbers lagged it out, but it still didn't work. The command block does not even show an output, yet it is on always active and repeat. Even setting it to 100 didn't work, not even 10. no matter what I try, the command is broken now!
IS THIS EVEN POSSIBLE?
minecraft minecraft-commands
minecraft minecraft-commands
New contributor
New contributor
edited 2 mins ago
Volrix
New contributor
asked 4 hours ago
VolrixVolrix
114
114
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Volrix 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%2f349355%2feffect-any-player-under-a-specific-height-anywhere-in-world%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Volrix is a new contributor. Be nice, and check out our Code of Conduct.
Volrix is a new contributor. Be nice, and check out our Code of Conduct.
Volrix is a new contributor. Be nice, and check out our Code of Conduct.
Volrix 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%2f349355%2feffect-any-player-under-a-specific-height-anywhere-in-world%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