Minecraft how to make custom potions

A tutorial on how you create custom potions with commands. I show explicitly how to use the CustomPotionEffects tag, along with CustomPotionColor, and brush …
There are other answers below:
Create custom potions for Minecraft. Speed. Increases move speed by 20%/level (Level 1: +20%, level 2: +40%, etc.) Level: Duration: s. Infinite time. Slowness. Reduces move speed by 15%/level (Level 1: -15%, level 2: -30%, etc., level 7+: impossible to move) Level:
In this video I show you how to make custom potions in Minecraft! If you enjoyed a subscription goes a long way! Its free and you can unsubscribe at any time…
YesApproachOur “Potion”HowNotesDownsidesA forewarning: This is a little bit a stretch of the term “potion”, as our “potion” will be instantly consumed. This assumes you have a basic knowledge of chain command blocks and conditionals.
To get any custom potions, you need to run this command. Copy and paste this for an easier and more accurate outcome. /give @p minecraft:potion{Potion:”minecraft:water”,CustomPotionEffects:[{Id:#,Duration:0}],display:{Name:”\”Custom Potion\””}}
So, to give yourself a potion of nausea that lasts 30 seconds would look like this: /give @p potion {CustomPotionEffects: [ {Id:9,Amplifier:0,Duration:600}],display: {Name:”\”Potion of Nausea\””}} 1. Your Speed 100 splash potion would look like this:
When giving players custom potions make sure that you know how. All this can be done with either mcedit, nbtedit or just command blocks in 1.7.2. So here’s how: Step 1:Get the potion Template you want. /give @p 373 1 16430 Step 2:Use the data tag feature. {CustomPotionEffects:[{Id:8,Amplifier:5,Duration:10}]}
MethodTipsWarnings Travel to the Nether . There are several ingredients that you can only gather while in the Nether, so you’ll need to go to the Nether in order to kick off the potion-brewing process. The Nether is incredibly dangerous, especially for new players. Consider setting the game difficulty to “Peaceful” while in the Nether to avoid dying until you want Ghast tears, Magma cream, Blaze …Gather Nether ingredients. You’ll need to gather two things while in the Nether: Nether Wart: …
Minecraft Give Potion Command Generator. This give generator makes Potions and Arrows for Minecraft, select color, choose effects, set name and add lore for custom potions. Select your options above and copy paste the command into Minecraft chat. Very long commands will need to be entered into a command block (due to the chat character limit)
You can use a value of “minecraft:water” to not add any extra effects to it, and it will be colored based solely on color mixing from CustomPotionEffects: /give @p minecraft:potion 1 0 {Potion:”minecraft:water”,CustomPotionEffects: [ {Id:9,Duration:100}],display: {Name:”Custom …
Related Questions
How to make potions in Minecraft?
To make potions in Minecraft, open your brewing stand by facing it, then selecting it. Place 3 water bottles in the stand by dragging them into the squares at the bottom of the pages. Place a Nether wart in the top square of the crafting page, then click and drag blaze powder onto the top-left square in the brewing stand window.
How do I add custom potion effects?
1 Step 1:Get the potion Template you want.#N#/give @p 373 1 16430 2 Step 2:Use the data tag feature.#N#{CustomPotionEffects: [ {Id:8,Amplifier:5,Duration:10}]}#N#Side Note:You can also add… 3 Step 3:Attach the pieces together. More …
How to make potions and arrows for Minecraft?
Generators for enchantment books, playerheads, potions, use import tab on that tool (it works the same). Try the Commands Troubleshooting and Help page if you get stuff with server errors. This give generator makes Potions and Arrows for Minecraft, select color, choose effects, set name and add lore for custom potions.
How do you craft effects in Minecraft?
Not all effects are craftable in Minecraft and can only be accessed by the give potion command. Effects do not stack, the higher level (amplifier) will be used. Splash potions and lingering potions: Use the same data tags for when using the give command.