Minecraft – How to get nausea and hunger potions

minecraft-commandsminecraft-java-edition

How do I get the hunger and nausea potions that are unavailable in the creative mode inventory?

I've seen Youtubers doing it but I cannot get them with commands that I have tried.

Is a mod needed to get them? If not how can I get them?

Best Answer

Mods are not needed to do this. You can get all these potions and more with commands.

For a swiftness potion:

/give <player> minecraft:potion 1 0 {Potion:"minecraft:swiftness"} 

For a hunger potion:

/give <player> minecraft:potion 1 0 {Potion:"minecraft:hunger"} 

For a nausea potion:

/give <player> minecraft:potion 1 0 {Potion:"minecraft:nausea"}