Can't do a mob invisible trickunkillable mobsHow to make a fireball shooting sword on vanilla Minecraft?Minecraft Mob behaviourTesting For A Mob With Less than “x” Heartshow do you hide command blocks?How to make a command block output a negative signalCan I use the Invisible tag on an item frame?How do I give regeneration to all players, within a radius of 3, around a mob with specific effect?How to make a mob ride an arrow?How can you insert more than one data tag on a /summon spider command?

How can a valley surrounded by mountains be fertile and rainy?

Is there a legal way for US presidents to extend their terms beyond two terms of four years?

Just graduated with a master’s degree, but I internalised nothing

Single level file directory

Journal standards vs. personal standards

Have any large aeroplanes been landed - safely and without damage - in locations that they could not be flown away from?

Could this problem be tackled using Mathematica?

Should 私の be omitted?

How can I deal with extreme temperatures in a hotel room?

Copy group of files (Filename*) to backup (Filename*.bak)

The warming up game

Divergent Series & Continued Fraction (from Gauss' Mathematical Diary)

Bad guy wins in my book series

How to securely dispose of a smartphone?

Using “ser” without "un/una"?

What will happen if I checked in for another room in the same hotel, but not for the booked one?

How do I tell the reader that my character is autistic in Fantasy?

Most elegant way to write a one-shot 'if'

Closest Proximity of Oceans to Freshwater Springs

Is it okay to submit a paper from a master's thesis without informing the advisor?

What is "oversubscription" in Networking?

How did researchers find articles before the Internet and the computer era?

Thin wall to block LED light from hitting photodiode?

Sacrifice blocking creature before damage is dealt no longer working (MtG Arena)?



Can't do a mob invisible trick


unkillable mobsHow to make a fireball shooting sword on vanilla Minecraft?Minecraft Mob behaviourTesting For A Mob With Less than “x” Heartshow do you hide command blocks?How to make a command block output a negative signalCan I use the Invisible tag on an item frame?How do I give regeneration to all players, within a radius of 3, around a mob with specific effect?How to make a mob ride an arrow?How can you insert more than one data tag on a /summon spider command?






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








-1















Hello I'm trying to do a command that makes a Mob invisible to you but not invisible to other players I tried to do it with some sort of command that used 100 command blocks but all that did was crash my my game. I also tried making the mob flicker but all that did was make it invisible. :l










share|improve this question
























  • Could you give more details on how you attempted to make the mobs invisible and/or flicker? If it's really 100 command blocks, a link to the site giving the instructions should be enough.

    – DJ Pirtu
    Feb 22 '16 at 15:54

















-1















Hello I'm trying to do a command that makes a Mob invisible to you but not invisible to other players I tried to do it with some sort of command that used 100 command blocks but all that did was crash my my game. I also tried making the mob flicker but all that did was make it invisible. :l










share|improve this question
























  • Could you give more details on how you attempted to make the mobs invisible and/or flicker? If it's really 100 command blocks, a link to the site giving the instructions should be enough.

    – DJ Pirtu
    Feb 22 '16 at 15:54













-1












-1








-1








Hello I'm trying to do a command that makes a Mob invisible to you but not invisible to other players I tried to do it with some sort of command that used 100 command blocks but all that did was crash my my game. I also tried making the mob flicker but all that did was make it invisible. :l










share|improve this question
















Hello I'm trying to do a command that makes a Mob invisible to you but not invisible to other players I tried to do it with some sort of command that used 100 command blocks but all that did was crash my my game. I also tried making the mob flicker but all that did was make it invisible. :l







minecraft minecraft-commands






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 mins ago









pppery

4074 silver badges13 bronze badges




4074 silver badges13 bronze badges










asked Feb 22 '16 at 15:48









KarlKarl

1




1












  • Could you give more details on how you attempted to make the mobs invisible and/or flicker? If it's really 100 command blocks, a link to the site giving the instructions should be enough.

    – DJ Pirtu
    Feb 22 '16 at 15:54

















  • Could you give more details on how you attempted to make the mobs invisible and/or flicker? If it's really 100 command blocks, a link to the site giving the instructions should be enough.

    – DJ Pirtu
    Feb 22 '16 at 15:54
















Could you give more details on how you attempted to make the mobs invisible and/or flicker? If it's really 100 command blocks, a link to the site giving the instructions should be enough.

– DJ Pirtu
Feb 22 '16 at 15:54





Could you give more details on how you attempted to make the mobs invisible and/or flicker? If it's really 100 command blocks, a link to the site giving the instructions should be enough.

– DJ Pirtu
Feb 22 '16 at 15:54










1 Answer
1






active

oldest

votes


















3














You can accomplish similar using scoreboard teams:



Image comparing what a player on the same team as an invisible creeper sees vs a player not on the same team as an invisible creeper



Players on the same team as an invisible mob will see the invisible mob as semi-transparent, whereas players on a different team (or not on any team) will not see the mob at all.




To do this, create a team:



/scoreboard teams add SeeMobs


Then add the mob and everyone except you to the team:



/scoreboard teams join SeeMobs @e[type=???,r=???] @a[rm=1]


Then add the invisibility effect to the mob:



/effect @e[type=???,r=???] minecraft:invisibility 1000000 0 true


Replace @e[type=???,r=???] with however you're identifying the mob.






share|improve this answer



























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



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f256368%2fcant-do-a-mob-invisible-trick%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









    3














    You can accomplish similar using scoreboard teams:



    Image comparing what a player on the same team as an invisible creeper sees vs a player not on the same team as an invisible creeper



    Players on the same team as an invisible mob will see the invisible mob as semi-transparent, whereas players on a different team (or not on any team) will not see the mob at all.




    To do this, create a team:



    /scoreboard teams add SeeMobs


    Then add the mob and everyone except you to the team:



    /scoreboard teams join SeeMobs @e[type=???,r=???] @a[rm=1]


    Then add the invisibility effect to the mob:



    /effect @e[type=???,r=???] minecraft:invisibility 1000000 0 true


    Replace @e[type=???,r=???] with however you're identifying the mob.






    share|improve this answer





























      3














      You can accomplish similar using scoreboard teams:



      Image comparing what a player on the same team as an invisible creeper sees vs a player not on the same team as an invisible creeper



      Players on the same team as an invisible mob will see the invisible mob as semi-transparent, whereas players on a different team (or not on any team) will not see the mob at all.




      To do this, create a team:



      /scoreboard teams add SeeMobs


      Then add the mob and everyone except you to the team:



      /scoreboard teams join SeeMobs @e[type=???,r=???] @a[rm=1]


      Then add the invisibility effect to the mob:



      /effect @e[type=???,r=???] minecraft:invisibility 1000000 0 true


      Replace @e[type=???,r=???] with however you're identifying the mob.






      share|improve this answer



























        3












        3








        3







        You can accomplish similar using scoreboard teams:



        Image comparing what a player on the same team as an invisible creeper sees vs a player not on the same team as an invisible creeper



        Players on the same team as an invisible mob will see the invisible mob as semi-transparent, whereas players on a different team (or not on any team) will not see the mob at all.




        To do this, create a team:



        /scoreboard teams add SeeMobs


        Then add the mob and everyone except you to the team:



        /scoreboard teams join SeeMobs @e[type=???,r=???] @a[rm=1]


        Then add the invisibility effect to the mob:



        /effect @e[type=???,r=???] minecraft:invisibility 1000000 0 true


        Replace @e[type=???,r=???] with however you're identifying the mob.






        share|improve this answer















        You can accomplish similar using scoreboard teams:



        Image comparing what a player on the same team as an invisible creeper sees vs a player not on the same team as an invisible creeper



        Players on the same team as an invisible mob will see the invisible mob as semi-transparent, whereas players on a different team (or not on any team) will not see the mob at all.




        To do this, create a team:



        /scoreboard teams add SeeMobs


        Then add the mob and everyone except you to the team:



        /scoreboard teams join SeeMobs @e[type=???,r=???] @a[rm=1]


        Then add the invisibility effect to the mob:



        /effect @e[type=???,r=???] minecraft:invisibility 1000000 0 true


        Replace @e[type=???,r=???] with however you're identifying the mob.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 22 '16 at 19:24









        Skylinerw

        11.7k1 gold badge15 silver badges32 bronze badges




        11.7k1 gold badge15 silver badges32 bronze badges










        answered Feb 22 '16 at 17:28









        SirBenetSirBenet

        25.4k3 gold badges50 silver badges79 bronze badges




        25.4k3 gold badges50 silver badges79 bronze badges



























            draft saved

            draft discarded
















































            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%2f256368%2fcant-do-a-mob-invisible-trick%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. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу