This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
So I'm creating a Rainbow 6 Siege type of gamemode and I need a custom potion to have Curse of Vanishing on the potion in order to prevent anyone from taking it.
Here's the current command I'm using to create the potion:
/give @p minecraft:splash_potion 1 0 {CustomPotionEffects:[{Id:6,ShowParticles:0b},{Id:10,Amplifier:2,Duration:100,ShowParticles:0b},{Id:11,Duration:40,ShowParticles:0b}],CustomPotionColor:16777215,display:{Name:Antibiotics,Lore:["Powerful Stuff"]}}
I don't know where to put the enchantment so it would spawn in
Im going to assume Java but I have to ask. Bedrock or Java?
So I'm creating a Rainbow 6 Siege type of gamemode and I need a custom potion to have Curse of Vanishing on the potion in order to prevent anyone from taking it.
Here's the current command I'm using to create the potion:
/give @p minecraft:splash_potion 1 0 {CustomPotionEffects:[{Id:6,ShowParticles:0b},{Id:10,Amplifier:2,Duration:100,ShowParticles:0b},{Id:11,Duration:40,ShowParticles:0b}],CustomPotionColor:16777215,display:{Name:Antibiotics,Lore:["Powerful Stuff"]}}
I don't know where to put the enchantment so it would spawn in
Im going to assume Java but I have to ask. Bedrock or Java?