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;








1















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










share|improve this question
























  • 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

















1















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










share|improve this question
























  • 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













1












1








1








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










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










1 Answer
1






active

oldest

votes


















3
















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]





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



    );














    draft saved

    draft discarded
















    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









    3
















    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]





    share|improve this answer































      3
















      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]





      share|improve this answer





























        3














        3










        3









        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]





        share|improve this answer















        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]






        share|improve this answer














        share|improve this answer



        share|improve this answer








        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































            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%2f348057%2fhow-do-i-remove-lingering-potions%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

            Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

            The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

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