How do I get nausea and hunger potions?Is infinite inventory possible in multiplayer creative mode?Is there an “inventory mod” that doesn't allow cheating?I'm stuck in Creative and God mode and lost in the Nether. How can I get out?Add half a hunger point?I Need Help With TestforHow do I /testfor no mobs in an areaHow do I change the name and color of a potion?Everytime I leave Minecraft when I go back-my inventory is gone, and I am in a different place. Everything I did (ex. start a garden.) is savedHow to make a potion with the nausea and hunger effect, and be named “Rum” using Command block in MCPEHow do I get the nausea effect command in Minecraft 1.14.2?
Can we have too many dialogue tags and follow up actions?
Chemistry Riddle
Do you have to hide in order for other creatures to not know your location inside a fog cloud?
Was US film used in Luna 3?
What does a black-and-white Puerto Rican flag signify?
What kind of world would drive brains to evolve high-throughput sensory?
Would using carbon dioxide as fuel work to reduce the greenhouse effect?
Giving blur shadow to plot
What kind of curve (or model) should I fit to my percentage data?
What is a "staved" town, like in "Staverton"?
Can I make an Opportunity Attack during Time Stop?
High income and difficulty during interviews
My current job follows "worst practices". How can I talk about my experience in an interview without giving off red flags?
How did pilots avoid thunderstorms and related weather before “reliable” airborne weather radar was introduced on airliners?
Ultraproduct of Dividing Lines
Strange LED behavior: Why is there a voltage over the LED with only one wire connected to it?
How am I supposed to put out fires?
Is it ethical to tell my teaching assistant that I like him?
How does mathematics work?
Inverse Colombian Function
Book in which the "mountain" in the distance was a hole in the flat world
German phrase for 'suited and booted'
Does Impedance Matching Imply any Practical RF Transmitter Must Waste >=50% of Energy?
How to run a substitute command on only a certain part of the line
How do I get nausea and hunger potions?
Is infinite inventory possible in multiplayer creative mode?Is there an “inventory mod” that doesn't allow cheating?I'm stuck in Creative and God mode and lost in the Nether. How can I get out?Add half a hunger point?I Need Help With TestforHow do I /testfor no mobs in an areaHow do I change the name and color of a potion?Everytime I leave Minecraft when I go back-my inventory is gone, and I am in a different place. Everything I did (ex. start a garden.) is savedHow to make a potion with the nausea and hunger effect, and be named “Rum” using Command block in MCPEHow do I get the nausea effect command in Minecraft 1.14.2?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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?
minecraft minecraft-commands
add a comment |
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?
minecraft minecraft-commands
add a comment |
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?
minecraft minecraft-commands
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?
minecraft minecraft-commands
minecraft minecraft-commands
edited Nov 3 '15 at 21:15
Aequitas
14.6k17 gold badges75 silver badges117 bronze badges
14.6k17 gold badges75 silver badges117 bronze badges
asked Oct 30 '15 at 15:08
cubelordscubelords
1302 gold badges3 silver badges12 bronze badges
1302 gold badges3 silver badges12 bronze badges
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
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"
1
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
add a comment |
If you want the effect to be amplified (e.g. Strength 4 or Speed 18 etc),
you could use this:
/give @p potion 1 0 CustomPotionEffects:[Id:(id of the potion),Duration:(number of ticks it should last),Amplifier:(amplifier value)]
If you want more than one effect, this also works:
/give @p potion 1 0 CustomPotionEffects:[Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,...]
If the amplifier is negative, it will do the opposite effect. For example, an amplifier value of -2 on a health potion will reduce your maximum health. On a Strength potion, it will reduce the amount of damage you deal.
add a comment |
You can just do this command to get nausea potion, and just do the same for hunger but change the 9 to 15.
/give @a potion 1 8256 CustomPotionEffects:[Id:9,Amplifier:10,Duration:600]
add a comment |
If you want to get a nausea potion, Use this,
/give Player minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
But that only lasts Five seconds. Just change the 100 to a higher number to make it last longer.
add a comment |
You can do the command
/effect player nausea number of ticks
for hunger (or other potion effect) change the "nausea" part to the effect you desire.
add a comment |
in 1.13/1.14, it is the following:
/give @p
minecraft:potionCustomPotionEffects:[Id:9b,Amplifier:1b,Duration:1200]
1
New contributor
add a comment |
Nausea:
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:1000]
Hunger
/give @p minecraft:potion 1 0 CistomPotionEffects:[Id:9,Duration:1000]
Change the Duration
to make it last longer or shorter.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f241454%2fhow-do-i-get-nausea-and-hunger-potions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
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"
1
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
add a comment |
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"
1
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
add a comment |
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"
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"
edited Nov 3 '15 at 21:13
Aequitas
14.6k17 gold badges75 silver badges117 bronze badges
14.6k17 gold badges75 silver badges117 bronze badges
answered Oct 30 '15 at 15:24
ShbamuelShbamuel
662 bronze badges
662 bronze badges
1
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
add a comment |
1
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9):/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
1
1
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9): /give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
The "hunger" and "nausea" commands are not correct; there are no default IDs for them (default IDs being those brewed, specified via the "Potion" tag). The "CustomPotionEffects" tag must be used instead to use global IDs. Hunger (17):
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:100]
Nausea (9): /give @p minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
– Skylinerw
Oct 30 '15 at 20:39
add a comment |
If you want the effect to be amplified (e.g. Strength 4 or Speed 18 etc),
you could use this:
/give @p potion 1 0 CustomPotionEffects:[Id:(id of the potion),Duration:(number of ticks it should last),Amplifier:(amplifier value)]
If you want more than one effect, this also works:
/give @p potion 1 0 CustomPotionEffects:[Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,...]
If the amplifier is negative, it will do the opposite effect. For example, an amplifier value of -2 on a health potion will reduce your maximum health. On a Strength potion, it will reduce the amount of damage you deal.
add a comment |
If you want the effect to be amplified (e.g. Strength 4 or Speed 18 etc),
you could use this:
/give @p potion 1 0 CustomPotionEffects:[Id:(id of the potion),Duration:(number of ticks it should last),Amplifier:(amplifier value)]
If you want more than one effect, this also works:
/give @p potion 1 0 CustomPotionEffects:[Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,...]
If the amplifier is negative, it will do the opposite effect. For example, an amplifier value of -2 on a health potion will reduce your maximum health. On a Strength potion, it will reduce the amount of damage you deal.
add a comment |
If you want the effect to be amplified (e.g. Strength 4 or Speed 18 etc),
you could use this:
/give @p potion 1 0 CustomPotionEffects:[Id:(id of the potion),Duration:(number of ticks it should last),Amplifier:(amplifier value)]
If you want more than one effect, this also works:
/give @p potion 1 0 CustomPotionEffects:[Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,...]
If the amplifier is negative, it will do the opposite effect. For example, an amplifier value of -2 on a health potion will reduce your maximum health. On a Strength potion, it will reduce the amount of damage you deal.
If you want the effect to be amplified (e.g. Strength 4 or Speed 18 etc),
you could use this:
/give @p potion 1 0 CustomPotionEffects:[Id:(id of the potion),Duration:(number of ticks it should last),Amplifier:(amplifier value)]
If you want more than one effect, this also works:
/give @p potion 1 0 CustomPotionEffects:[Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,Id:#,Duration:#of ticks,Amplifier:#,...]
If the amplifier is negative, it will do the opposite effect. For example, an amplifier value of -2 on a health potion will reduce your maximum health. On a Strength potion, it will reduce the amount of damage you deal.
edited Nov 3 '15 at 21:48
Skylinerw
11.8k1 gold badge16 silver badges33 bronze badges
11.8k1 gold badge16 silver badges33 bronze badges
answered Nov 3 '15 at 17:16
user128815user128815
111 bronze badge
111 bronze badge
add a comment |
add a comment |
You can just do this command to get nausea potion, and just do the same for hunger but change the 9 to 15.
/give @a potion 1 8256 CustomPotionEffects:[Id:9,Amplifier:10,Duration:600]
add a comment |
You can just do this command to get nausea potion, and just do the same for hunger but change the 9 to 15.
/give @a potion 1 8256 CustomPotionEffects:[Id:9,Amplifier:10,Duration:600]
add a comment |
You can just do this command to get nausea potion, and just do the same for hunger but change the 9 to 15.
/give @a potion 1 8256 CustomPotionEffects:[Id:9,Amplifier:10,Duration:600]
You can just do this command to get nausea potion, and just do the same for hunger but change the 9 to 15.
/give @a potion 1 8256 CustomPotionEffects:[Id:9,Amplifier:10,Duration:600]
edited Feb 29 '16 at 5:05
pinckerman
11.8k13 gold badges48 silver badges83 bronze badges
11.8k13 gold badges48 silver badges83 bronze badges
answered Feb 29 '16 at 4:08
ForestactForestact
111 bronze badge
111 bronze badge
add a comment |
add a comment |
If you want to get a nausea potion, Use this,
/give Player minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
But that only lasts Five seconds. Just change the 100 to a higher number to make it last longer.
add a comment |
If you want to get a nausea potion, Use this,
/give Player minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
But that only lasts Five seconds. Just change the 100 to a higher number to make it last longer.
add a comment |
If you want to get a nausea potion, Use this,
/give Player minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
But that only lasts Five seconds. Just change the 100 to a higher number to make it last longer.
If you want to get a nausea potion, Use this,
/give Player minecraft:potion 1 0 CustomPotionEffects:[Id:9,Duration:100]
But that only lasts Five seconds. Just change the 100 to a higher number to make it last longer.
answered May 30 '16 at 17:04
ArtemisERKArtemisERK
111 bronze badge
111 bronze badge
add a comment |
add a comment |
You can do the command
/effect player nausea number of ticks
for hunger (or other potion effect) change the "nausea" part to the effect you desire.
add a comment |
You can do the command
/effect player nausea number of ticks
for hunger (or other potion effect) change the "nausea" part to the effect you desire.
add a comment |
You can do the command
/effect player nausea number of ticks
for hunger (or other potion effect) change the "nausea" part to the effect you desire.
You can do the command
/effect player nausea number of ticks
for hunger (or other potion effect) change the "nausea" part to the effect you desire.
edited Mar 29 '17 at 15:45
Vemonus
55.7k44 gold badges222 silver badges356 bronze badges
55.7k44 gold badges222 silver badges356 bronze badges
answered Mar 29 '17 at 15:25
Gabby Jo SenerGabby Jo Sener
1
1
add a comment |
add a comment |
in 1.13/1.14, it is the following:
/give @p
minecraft:potionCustomPotionEffects:[Id:9b,Amplifier:1b,Duration:1200]
1
New contributor
add a comment |
in 1.13/1.14, it is the following:
/give @p
minecraft:potionCustomPotionEffects:[Id:9b,Amplifier:1b,Duration:1200]
1
New contributor
add a comment |
in 1.13/1.14, it is the following:
/give @p
minecraft:potionCustomPotionEffects:[Id:9b,Amplifier:1b,Duration:1200]
1
New contributor
in 1.13/1.14, it is the following:
/give @p
minecraft:potionCustomPotionEffects:[Id:9b,Amplifier:1b,Duration:1200]
1
New contributor
New contributor
answered 28 mins ago
AddisonBeAddisonBe
1
1
New contributor
New contributor
add a comment |
add a comment |
Nausea:
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:1000]
Hunger
/give @p minecraft:potion 1 0 CistomPotionEffects:[Id:9,Duration:1000]
Change the Duration
to make it last longer or shorter.
add a comment |
Nausea:
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:1000]
Hunger
/give @p minecraft:potion 1 0 CistomPotionEffects:[Id:9,Duration:1000]
Change the Duration
to make it last longer or shorter.
add a comment |
Nausea:
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:1000]
Hunger
/give @p minecraft:potion 1 0 CistomPotionEffects:[Id:9,Duration:1000]
Change the Duration
to make it last longer or shorter.
Nausea:
/give @p minecraft:potion 1 0 CustomPotionEffects:[Id:17,Duration:1000]
Hunger
/give @p minecraft:potion 1 0 CistomPotionEffects:[Id:9,Duration:1000]
Change the Duration
to make it last longer or shorter.
edited Jul 30 '17 at 19:08
Timmy Jim
36.9k21 gold badges117 silver badges176 bronze badges
36.9k21 gold badges117 silver badges176 bronze badges
answered Jul 30 '17 at 17:57
DelaneyDelaney
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f241454%2fhow-do-i-get-nausea-and-hunger-potions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown