(Minecraft) How do I give everyone except for me a potion effect Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to test for a player's heightHow to detect if a mob has been hit in minecraft with command blocks?How do I make it so when a player is holding a specific item in their hotbar or offhand, that a potion effect is given to them?Execute command in entity with potion effectHow to execute a command on everyone except me?How to create an “Effect Aura” for players?How do I give a player an effect when standing bedrock?Random item dropsMinecraft 1.13: conditionally apply effect when player holds specific itemHow do you find a player with a score in 1.13.1?

Why does tar appear to skip file contents when output file is /dev/null?

How to say that you spent the night with someone, you were only sleeping and nothing else?

I'm having difficulty getting my players to do stuff in a sandbox campaign

If A makes B more likely then B makes A more likely"

Working around an AWS network ACL rule limit

Need a suitable toxic chemical for a murder plot in my novel

Windows 10: How to Lock (not sleep) laptop on lid close?

If I can make up priors, why can't I make up posteriors?

Who can trigger ship-wide alerts in Star Trek?

How to stop my camera from exagerrating differences in skin colour?

Complexity of many constant time steps with occasional logarithmic steps

Unable to start mainnet node docker container

Notation for two qubit composite product state

How should I respond to a player wanting to catch a sword between their hands?

Problem when applying foreach loop

What to do with post with dry rot?

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

How can I make names more distinctive without making them longer?

Do working physicists consider Newtonian mechanics to be "falsified"?

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

Area of a 2D convex hull

Writing Thesis: Copying from published papers

How can players take actions together that are impossible otherwise?

Estimated State payment too big --> money back; + 2018 Tax Reform



(Minecraft) How do I give everyone except for me a potion effect



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to test for a player's heightHow to detect if a mob has been hit in minecraft with command blocks?How do I make it so when a player is holding a specific item in their hotbar or offhand, that a potion effect is given to them?Execute command in entity with potion effectHow to execute a command on everyone except me?How to create an “Effect Aura” for players?How do I give a player an effect when standing bedrock?Random item dropsMinecraft 1.13: conditionally apply effect when player holds specific itemHow do you find a player with a score in 1.13.1?



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








1















I need help making it so everyone in the server gets an effect except for me when I drop my specific item ( I am using the execute command)










share|improve this question







New contributor




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


























    1















    I need help making it so everyone in the server gets an effect except for me when I drop my specific item ( I am using the execute command)










    share|improve this question







    New contributor




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






















      1












      1








      1








      I need help making it so everyone in the server gets an effect except for me when I drop my specific item ( I am using the execute command)










      share|improve this question







      New contributor




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












      I need help making it so everyone in the server gets an effect except for me when I drop my specific item ( I am using the execute command)







      minecraft minecraft-commands minecraft-bedrock-edition






      share|improve this question







      New contributor




      Orange Man 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




      Orange Man 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






      New contributor




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









      asked 48 mins ago









      Orange ManOrange Man

      61




      61




      New contributor




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





      New contributor





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






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




















          1 Answer
          1






          active

          oldest

          votes


















          0














          You can tag yourself with the scoreboard tag "me" /tag @s add me, and then execute as all players without the 'me' tag execute as @a[tag=!me] if entity <whatever item entity you want to check for> run effect give @s <potion effect> <duration in seconds>.






          share|improve this answer










          New contributor




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




















            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
            );



            );






            Orange Man 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%2f349022%2fminecraft-how-do-i-give-everyone-except-for-me-a-potion-effect%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









            0














            You can tag yourself with the scoreboard tag "me" /tag @s add me, and then execute as all players without the 'me' tag execute as @a[tag=!me] if entity <whatever item entity you want to check for> run effect give @s <potion effect> <duration in seconds>.






            share|improve this answer










            New contributor




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
























              0














              You can tag yourself with the scoreboard tag "me" /tag @s add me, and then execute as all players without the 'me' tag execute as @a[tag=!me] if entity <whatever item entity you want to check for> run effect give @s <potion effect> <duration in seconds>.






              share|improve this answer










              New contributor




              Nik3141 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







                You can tag yourself with the scoreboard tag "me" /tag @s add me, and then execute as all players without the 'me' tag execute as @a[tag=!me] if entity <whatever item entity you want to check for> run effect give @s <potion effect> <duration in seconds>.






                share|improve this answer










                New contributor




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










                You can tag yourself with the scoreboard tag "me" /tag @s add me, and then execute as all players without the 'me' tag execute as @a[tag=!me] if entity <whatever item entity you want to check for> run effect give @s <potion effect> <duration in seconds>.







                share|improve this answer










                New contributor




                Nik3141 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 answer



                share|improve this answer








                edited 35 mins ago





















                New contributor




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









                answered 41 mins ago









                Nik3141Nik3141

                577




                577




                New contributor




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





                New contributor





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






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




















                    Orange Man is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Orange Man is a new contributor. Be nice, and check out our Code of Conduct.












                    Orange Man is a new contributor. Be nice, and check out our Code of Conduct.











                    Orange Man 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%2f349022%2fminecraft-how-do-i-give-everyone-except-for-me-a-potion-effect%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. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу