How to remove a summoned potion?
//ads -- adsterra.com -- native banner
?>
I summoned a no gravity potion in my world and don't know how to remove it. Is there any command I can type to get it removed? I used this command to summon it:
summon minecraft:potion ~ ~ ~ {NoGravity:1,CustomName:"\"firewandwater\"",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:water"}}}
Best Answer
This answer is no longer valid and will be edited later.
Yes, you can use either a command to remove all lingering potions, or just the ones within a certain distance of your player.
To remove all area-effect-clouds:
kill @e[type=minecraft:area_effect_cloud]
To remove area-effect-clouds within a 10 block radius of the player:
kill @e[type=minecraft:area_effect_cloud, distance=..10]
Pictures about "How to remove a summoned potion?"



How do you remove potions in Minecraft?
Steps to remove Potion EffectsWhat is the command to remove potion effects?
You can also use the /effect command to clear all effects from a player. Type the command in the chat window and press the Enter key to run the command. This /effect command will clear all of the effects from the player called DigMinecraft.How do you summon a specific potion?
You have to use the command /summon . Summons an entity (mobs, projectiles, items, vehicles, etc.). The entity for the Potion is called "ThrownPotion". If you want a special effect to that Potion you have to use a variable where you are able to configure the effect.How do you turn off infinite potion effects?
Find and delete the command block that is doing the potion effect. The DumpCommandBlocks filter, I believe, dumps the coordinates of command blocks to a text file. Maybe go over that list of coordinates either in regular Minecraft or in MCEdit to find and delete it. Good luck!ELDEN RING | Seluvis Questline: Give Potion to Nepheli Choices \u0026 Outcomes
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Sarah Chai, Karolina Grabowska, Sora Shimazaki, Karolina Grabowska
