How do I remove lingering potionsPotions and Their Particle ColorsWhat's the purpose of poison potions?Minecraft spawning in potions?How do I change texture of potions in resource pack?Craftbook - Sort PotionsY position for player to be considered inside radius of Lingering Potions?What are the metadatas for lingering potions?Add Throwing Range PotionsMinecraft dolphins won’t do anything?Potions of harming won't do damage
How to be sure services and researches offered by the University are not becoming cases of unfair competition?
How to count the number of occurences before a particular value in dataframe python?
Are space camera sensors usually round, or square?
How do I say "quirky" in German without sounding derogatory?
Output a Super Mario Image
What 68-pin connector is this on my 2.5" solid state drive?
If the gambler's fallacy is false, how do notions of "expected number" of events work?
Does my opponent need to prove his creature has morph?
What makes a smart phone "kosher"?
Which is the current decimal separator?
Ambiguity in notation resolved by +
Is using gradient descent for MIP a good idea?
Does a succubus' charm end when it dies?
I am getting "syntax error near unexpected token `'$#''" in a simple Bash script
Is there a real-world mythological counterpart to WoW's "kill your gods for power" theme?
Make 1998 using the least possible digits 8
Is a suit against a University Dorm for changing policies on a whim likely to succeed (USA)?
A Mainer Expression
Usage of blank space in trade banner and text-positioning
Why don't airports use arresting gears to recover energy from landing passenger planes?
How To Make Earth's Oceans as Brackish as Lyr's
How to control the output voltage of a solid state relay
Make 2019 with single digits
If I want an interpretable model, are there methods other than Linear Regression?
How do I remove lingering potions
Potions and Their Particle ColorsWhat's the purpose of poison potions?Minecraft spawning in potions?How do I change texture of potions in resource pack?Craftbook - Sort PotionsY position for player to be considered inside radius of Lingering Potions?What are the metadatas for lingering potions?Add Throwing Range PotionsMinecraft dolphins won’t do anything?Potions of harming won't do damage
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
So I placed a bunch of instant harming lingering potions in my mansion and they won’t go away. It’s not the effects that I’m worried about since I’m in creative it’s just they look really bad. Any advice would be highly appreciated. Thx
minecraft
add a comment
|
So I placed a bunch of instant harming lingering potions in my mansion and they won’t go away. It’s not the effects that I’m worried about since I’m in creative it’s just they look really bad. Any advice would be highly appreciated. Thx
minecraft
I'm nor sure why people vote to close this as unclear. The question is how to remove the stuff that lingering potions create.
– Fabian Röling
Mar 22 at 21:26
add a comment
|
So I placed a bunch of instant harming lingering potions in my mansion and they won’t go away. It’s not the effects that I’m worried about since I’m in creative it’s just they look really bad. Any advice would be highly appreciated. Thx
minecraft
So I placed a bunch of instant harming lingering potions in my mansion and they won’t go away. It’s not the effects that I’m worried about since I’m in creative it’s just they look really bad. Any advice would be highly appreciated. Thx
minecraft
minecraft
asked Mar 22 at 9:30
Amirhossein AbounajmiAmirhossein Abounajmi
111 silver badge2 bronze badges
111 silver badge2 bronze badges
I'm nor sure why people vote to close this as unclear. The question is how to remove the stuff that lingering potions create.
– Fabian Röling
Mar 22 at 21:26
add a comment
|
I'm nor sure why people vote to close this as unclear. The question is how to remove the stuff that lingering potions create.
– Fabian Röling
Mar 22 at 21:26
I'm nor sure why people vote to close this as unclear. The question is how to remove the stuff that lingering potions create.
– Fabian Röling
Mar 22 at 21:26
I'm nor sure why people vote to close this as unclear. The question is how to remove the stuff that lingering potions create.
– Fabian Röling
Mar 22 at 21:26
add a comment
|
1 Answer
1
active
oldest
votes
Lingering potions create entities of the type "area_effect_cloud", so you can kill them with this command:
/kill @e[type=area_effect_cloud]
To kill only the nearest one, use this command:
/kill @e[type=area_effect_cloud,sort=nearest,limit=1]
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/4.0/"u003ecc by-sa 4.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%2f348057%2fhow-do-i-remove-lingering-potions%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
Lingering potions create entities of the type "area_effect_cloud", so you can kill them with this command:
/kill @e[type=area_effect_cloud]
To kill only the nearest one, use this command:
/kill @e[type=area_effect_cloud,sort=nearest,limit=1]
add a comment
|
Lingering potions create entities of the type "area_effect_cloud", so you can kill them with this command:
/kill @e[type=area_effect_cloud]
To kill only the nearest one, use this command:
/kill @e[type=area_effect_cloud,sort=nearest,limit=1]
add a comment
|
Lingering potions create entities of the type "area_effect_cloud", so you can kill them with this command:
/kill @e[type=area_effect_cloud]
To kill only the nearest one, use this command:
/kill @e[type=area_effect_cloud,sort=nearest,limit=1]
Lingering potions create entities of the type "area_effect_cloud", so you can kill them with this command:
/kill @e[type=area_effect_cloud]
To kill only the nearest one, use this command:
/kill @e[type=area_effect_cloud,sort=nearest,limit=1]
edited 39 mins ago
answered Mar 22 at 9:56
Fabian RölingFabian Röling
12.1k3 gold badges20 silver badges51 bronze badges
12.1k3 gold badges20 silver badges51 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%2f348057%2fhow-do-i-remove-lingering-potions%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
I'm nor sure why people vote to close this as unclear. The question is how to remove the stuff that lingering potions create.
– Fabian Röling
Mar 22 at 21:26