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;
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
add a comment |
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
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
add a comment |
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
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
minecraft minecraft-commands
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
You can accomplish similar using scoreboard teams:
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.
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%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
You can accomplish similar using scoreboard teams:
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.
add a comment |
You can accomplish similar using scoreboard teams:
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.
add a comment |
You can accomplish similar using scoreboard teams:
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.
You can accomplish similar using scoreboard teams:
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.
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
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%2f256368%2fcant-do-a-mob-invisible-trick%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
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