EFFECT any player under a specific height anywhere in world? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Minecraft 1.9 /tp Entity UUID provided is in invalid formatHow to execute a team scoreboard?/execute as - Failed to execute errorHow to kill players that step on an iron block?Minecraft - teleport a player when stepping on specific coordinatesMinecraft execute command gives error message “Could not execute ”detect“ as Creeel”How to target a player that is both in a certain Y coordinate and in a certain radius?How would I increase the score for a player standing at specific coordinates?Why isn't my Minecraft detect command working when executed by a command block?Minecraft 1.13: conditionally apply effect when player holds specific item

When does Bran Stark remember Jamie pushing him?

tabularx column has extra padding at right?

Can the van der Waals coefficients be negative in the van der Waals equation for real gases?

Should man-made satellites feature an intelligent inverted "cow catcher"?

Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?

Pointing to problems without suggesting solutions

How to produce a PS1 prompt in bash or ksh93 similar to tcsh

Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?

Can gravitational waves pass through a black hole?

Raising a bilingual kid. When should we introduce the majority language?

Kepler's 3rd law: ratios don't fit data

Converting a text document with special format to Pandas DataFrame

Weaponising the Grasp-at-a-Distance spell

Like totally amazing interchangeable sister outfit accessory swapping or whatever

Providing direct feedback to a product salesperson

2 sample t test for sample sizes - 30,000 and 150,000

How to mute a string and play another at the same time

Married in secret, can marital status in passport be changed at a later date?

What were wait-states, and why was it only an issue for PCs?

How to break 信じようとしていただけかも知れない into separate parts?

Suing a Police Officer Instead of the Police Department

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Why aren't road bike wheels tiny?

Is my guitar’s action too high?



EFFECT any player under a specific height anywhere in world?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Minecraft 1.9 /tp Entity UUID provided is in invalid formatHow to execute a team scoreboard?/execute as - Failed to execute errorHow to kill players that step on an iron block?Minecraft - teleport a player when stepping on specific coordinatesMinecraft execute command gives error message “Could not execute ”detect“ as Creeel”How to target a player that is both in a certain Y coordinate and in a certain radius?How would I increase the score for a player standing at specific coordinates?Why isn't my Minecraft detect command working when executed by a command block?Minecraft 1.13: conditionally apply effect when player holds specific item



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








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?










share|improve this question









New contributor




Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    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?










    share|improve this question









    New contributor




    Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0


      1






      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?










      share|improve this question









      New contributor




      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      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






      share|improve this question









      New contributor




      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 4 mins ago







      Volrix













      New contributor




      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 hours ago









      VolrixVolrix

      114




      114




      New contributor




      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Volrix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          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.









          draft saved

          draft discarded


















          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.









          draft saved

          draft discarded


















          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

          Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

          19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу