Minecraft custom potion?

Ma
13

How can I give myself a splashpotion or potion of invisibility with an infinite duration? I don't want to do it with / effect, but have a splash potion or normal potion with infinite duration in my inventory.

ab

Give yourself a command block and look on YouTube or google for the specific command you need and paste it into the command block. Then execute the command over the block and have fun.

Ar

/ give @p splash_potion {CustomPotionEffects: [{Id: 14b, Amplifier: 1b, Duration: 1000000}], Potion: "minecraft: invisibility"} 1

With mcstacker.net

Ar

You can do almost all complicated commands on https://www.mcstacker.net.

Ma

I've already tried it there, but couldn't get it

Ma

Do you happen to know if you can also make a potion that removes all of your effects

Ma

Also as a splash potion

Ma

Although milk works too

Ma

Another question

Ma

What do I have to add in the command so that the particles are hidden?

gl

/ give @p splash_potion {CustomPotionEffects: [{Id: 14b, Amplifier: 1b, Duration: 1000000, ShowParticles: 0b}]}

Ar

With "ShowParticles" on NO

gl

NO does not exist with NBTs xD

You mean 0b right?

Ar

Yes, but you can set that on mcstacker.net… And make commands easier