How To Give Mobs Potion Effects
-
Search
-
Tools
Summoning mobs with potion effects
- |<<
- <
- >
- >>|
- one
- ii
- Side by side
- |<<
- <
- >
- >>|
Source: https://www.minecraftforum.net/forums/minecraft-java-edition/redstone-discussion-and/351187-summoning-mobs-with-potion-effects
#one
Nov 4, 2013
Is it possible to spawn mobs with potion effects using the /summon control?
Rollback Postal service to Revision
RollBack
#2
Nov four, 2013
Aye, y’all’ll want the ActiveEffects tag. For example, a villager with Poison:
For more information on NBT format for entities: http://minecraft.gamepedia.com/Chunk_format#Entity_Format
Rollback Post to Revision
RollBack
#3
Nov 4, 2013
Aye.
/summon
Zombie ~ ~ ~
{
ActiveEffects:
[
{
ID:1, Amplifier:1, Duration:1000, Ambient:0
}
]
}
Everything in
gold
can exist changed.
ID:1 is the ID of the potion upshot. A listing of which can be found here.
Amplifier:one is the level of the potion. For case the difference betwixt speed I and speed 2. Note that level 0 is speed I and level 1 is speed II
Duration:1000 is the number of ticks until the potion wears off. twenty ticks = 1 second, and then 1000 ticks is 50 seconds.
Ambience:0 is atmospheric condition this consequence is coming from a beacon. In this case, information technology is not. Why does this brand a difference? The potion particles don’t render if they’re coming from a buoy.
And so the full command volition spawn a zombie at your current location that has the Speed Two result, that will wear off after v seconds.
But maybe you wanted a mob with multiple effects? It’s not that hard to change:
/summon
Zombie
~ ~ ~
{
ActiveEffects:
[
{
ID:1, Amplifier:1, Duration:1000, Ambient:0
},
{
ID:
8
, Amplifier:
0
, Duration:
chiliad
, Ambient:
0
}
]
}
Information technology spawns the same zombie, but with an additional effect of Fire Resistance I
Here’southward the colors and extra infinite removed for copying and pasting into a command block:
Rollback Post to Revision
RollBack
#4
November 6, 2013
I decided to have some fun and stick speed 100 on a hog, but information technology does not increase the speed. WTF?
Rollback Post to Revision
RollBack
#five
Nov 6, 2013
There could be a few reasons; the pig AI does not take advantage of the speed, the speed is too high, or the command is not properly formatted. However, effort this instead. Be warned, at high speeds the pig will crash your game.
Rollback Post to Revision
RollBack
#6
Nov eight, 2013
Nigh attributes, what would I do if I wanted a zombie with 100 maxhealth and 100% knockback resistance? how would the data be parsed?
Rollback Post to Revision
RollBack
#seven
November 8, 2013
You lot’ll desire the following:
Condensed:
The maximum knockback resistance is 1 for an issue of 100%. maxHealth of 100 would be 50 hearts, so you’d want 200 maxHealth if yous’re talking 100 hearts. There is a problems with the knockback resistance in which not all forms of knockback (namely explosions) are affected: https://mojang.atlassian.internet/browse/MC-32578
Info on NBT format for mobs: http://minecraft.gamepedia.com/Chunk_format#Mobs
Info on attributes: http://minecraft.gamepedia.com/Attribute
Rollback Post to Revision
RollBack
#8
Mar 22, 2014
How would I summon a silverfish with 2 potion effects and a name?
Rollback Post to Revision
RollBack
#9
Mar 22, 2014
Yous can change the of the ‘ActiveEffects’ to anything from i to 23. For a full list of the effects, click me.
Cheers
Rollback Post to Revision
RollBack
If I helped yous, click this magical green button
! Gives me ability!
#x
Jul 22, 2014
how would I summon a zombie riding a spider which is slowed and wont despawn
Rollback Post to Revision
RollBack
#11
Jul 22, 2014
/summon Zombie ~ ~ ~ {CustomName:Zombie Jocky,Riding:{id:Spider}}
Rollback Post to Revision
RollBack
There will always be that kind of a moment at least one time in everyone’s life. That moment when your sitting there listening to someone going downwards memory lane, but really not listening at all.
#15
Jun 9, 2015
I accept been trying to summon a horse with resistance 5 so I tin put it in a very top secret project!!!! Yet, when I type this:
/summon Horse ~ ~two ~ {ActiveEffects:[{Id:11,Amplifier:5,Duration:10000000}]}
it says: Unable to summon object. ? please tell me what I must type to obtain a horse!
Rollback Mail to Revision
RollBack
Meep.
is great!
is AWESOME!!!
I wish that I could modify my username, I did that to some other accounts
#16
Jun ix, 2015
Really, i figured out that it’due south “EntityHorse”, not “Horse”, only now I need the different types of horse, because I only get the all white horses. Here’due south what I put to get the white horse:
/summon EntityHorse ~ ~2 ~ {ActiveEffects:[{Id:11,Amplifier:v,Duration:10000000}]}
Can someone who’s good with commands assist me add in the all black horse, the dark brown equus caballus with socks, the hazelnut horse with socks, the aureate 1 with socks, and the dappled grey one (the spotted one).
Rollback Post to Revision
RollBack
Meep.
is keen!
is AWESOME!!!
I wish that I could modify my username, I did that to some other accounts
#18
Oct 3, 2015
to get different horse types utilise the Variant tag.
Variant:0 is white
Variant:one is the light brown with white hooves
Variant:2 is the brown one with dark hooves and a low-cal brown back
Variant:3 is the full night brown one with black hooves
Variant:four is a completely black one
Variant:5 is the gray spotted one with blackness hooves
Variant:6 is some other dark brownish one
and annihilation that is Variant:7 or in a higher place volition exist totally invisible
Rollback Post to Revision
RollBack
#21
January 22, 2016
i demand a command that will constantly testfor id:2 amplifier:2 duration:ten i also need a control that will telaport me to any entity with those effects
Rollback Post to Revision
RollBack
#22
Mar 24, 2016
Rollback Postal service to Revision
RollBack
#23
April 25, 2016
i need some help with getting a Invisible Creeper to take slowness, and so far i take this:
/summon Creeper ~0 ~one ~0 {Attributes:[{Name:generic.attackDamage,Base:1},{Name:generic.followRange,Base of operations:16}],ExplosionRadius:1,Fuse:999999,ActiveEffects:[{Id:14,Amplifier:1,Elapsing:999999},{Id:2,Amplifier:3,Duration:999999}],Silent:1}
information technology will spawn without a problem but for some reason information technology doesn’t have the slowness
(Easier to read)
/summon Creeper ~0 ~1 ~0
{Attributes:[{Name:generic.attackDamage,Base of operations:ane},
{Name:generic.followRange,Base:16}],
ExplosionRadius:1,Fuse:999999,
ActiveEffects:[{Id:14,Amplifier:1,Elapsing:999999},
{Id:two,Amplifier:3,Duration:999999}],Silent:1}
Rollback Mail to Revision
RollBack
#24
Apr 28, 2016
how do i summon a creeper with consequence of invisibility in fuse of 0 for 1.nine? and a zombie with 100 base of followrange?
Rollback Post to Revision
RollBack
#25
Apr 29, 2016
Rollback Post to Revision
RollBack
#26
May nineteen, 2016
OP BOOTS:
/requite @p diamond_boots ane 0 {Unbreakable:1,AttributeModifiers:[{AttributeName:generic.attackDamage,Name:generic.attackDamage,Operation:ii,Amount:2147483647,UUIDLeast:2147483647,UUIDMost:2147483647,Base:iii.0}],display:{Proper noun:”Creepercraft97T3’s OP Boots”,Lore:[“DANGER: practice not underestimate the power of these boots!!!”]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:2,lvl:32767},{id:iii,lvl:32767},{id:4,lvl:32767},{id:five,lvl:32767},{id:6,lvl:32767},{id:7,lvl:32767},{id:eight,lvl:32767},{id:9,lvl:32767},{id:16,lvl:32767},{id:17,lvl:32767},{id:xviii,lvl:32767},{id:nineteen,lvl:32767},{id:20,lvl:32767},{id:21,lvl:32767},{id:32,lvl:32767},{id:33,lvl:32767},{id:34,lvl:32767},{id:35,lvl:32767},{id:48,lvl:32767},{id:49,lvl:32767},{id:fifty,lvl:32767},{id:51,lvl:32767},{id:61,lvl:32767},{id:62,lvl:32767},{id:70,lvl:32767}],ActiveEffects:[{Id:i,Amplifier:20,ShowParticles:0b,Duration:2147483647},{Id:iii,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:5,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:6,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:viii,Amplifier:two,ShowParticles:0b,Duration:2147483647},{Id:10,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:11,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:12,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:13,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:14,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:xvi,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:21,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:22,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:23,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:26,Amplifier:127,ShowParticles:0b,Duration:2147483647}]}
OP LEGGINGS:
/give @p diamond_leggings 1 0 {Unbreakable:1,AttributeModifiers:[{AttributeName:generic.attackDamage,Name:generic.attackDamage,Operation:2,Amount:2147483647,UUIDLeast:2147483647,UUIDMost:2147483647,Base of operations:three}],display:{Proper noun:”Creepercraft97T3’s OP Leggings”,Lore:[“DANGER: do not underestimate the power of these leggings!!!”]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:2,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:5,lvl:32767},{id:6,lvl:32767},{id:seven,lvl:32767},{id:8,lvl:32767},{id:9,lvl:32767},{id:16,lvl:32767},{id:17,lvl:32767},{id:18,lvl:32767},{id:19,lvl:32767},{id:20,lvl:32767},{id:21,lvl:32767},{id:32,lvl:32767},{id:33,lvl:32767},{id:34,lvl:32767},{id:35,lvl:32767},{id:48,lvl:32767},{id:49,lvl:32767},{id:50,lvl:32767},{id:51,lvl:32767},{id:61,lvl:32767},{id:62,lvl:32767},{id:70,lvl:32767}],ActiveEffects:[{Id:i,Amplifier:xx,ShowParticles:0b,Duration:2147483647},{Id:3,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:5,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:6,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:8,Amplifier:2,ShowParticles:0b,Duration:2147483647},{Id:10,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:11,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:12,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:13,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:14,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:sixteen,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:21,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:22,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:23,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:26,Amplifier:127,ShowParticles:0b,Duration:2147483647}]}
OP CHESTPLATE:
/give @p diamond_chestplate i 0 {Unbreakable:i,AttributeModifiers:[{AttributeName:generic.attackDamage,Proper name:generic.attackDamage,Operation:ii,Amount:2147483647,UUIDLeast:2147483647,UUIDMost:2147483647,Base:3.0}],display:{Name:”Creepercraft97T3’due south OP Chestplate”,Lore:[“DANGER: do not underestimate the power of this chestplate!!!”]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:two,lvl:32767},{id:3,lvl:32767},{id:iv,lvl:32767},{id:5,lvl:32767},{id:6,lvl:32767},{id:7,lvl:32767},{id:8,lvl:32767},{id:9,lvl:32767},{id:xvi,lvl:32767},{id:17,lvl:32767},{id:eighteen,lvl:32767},{id:19,lvl:32767},{id:twenty,lvl:32767},{id:21,lvl:32767},{id:32,lvl:32767},{id:33,lvl:32767},{id:34,lvl:32767},{id:35,lvl:32767},{id:48,lvl:32767},{id:49,lvl:32767},{id:50,lvl:32767},{id:51,lvl:32767},{id:61,lvl:32767},{id:62,lvl:32767},{id:lxx,lvl:32767}],ActiveEffects:[{Id:one,Amplifier:20,ShowParticles:0b,Duration:2147483647},{Id:3,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:five,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:six,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:eight,Amplifier:two,ShowParticles:0b,Elapsing:2147483647},{Id:10,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:11,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:12,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:13,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:14,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:sixteen,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:21,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:22,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:23,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:26,Amplifier:127,ShowParticles:0b,Duration:2147483647}]}
OP HELMET:
/requite @p diamond_helmet ane 0 {Unbreakable:1,AttributeModifiers:[{AttributeName:generic.attackDamage,Proper noun:generic.attackDamage,Functioning:ii,Amount:2147483647,UUIDLeast:2147483647,UUIDMost:2147483647,Base:3.0}],display:{Proper noun:”Creepercraft97T3’s OP Helmet”,Lore:[“DANGER: do not underestimate the power of this helmet!!!”]},ench:[{id:0,lvl:32767},{id:ane,lvl:32767},{id:2,lvl:32767},{id:three,lvl:32767},{id:four,lvl:32767},{id:5,lvl:32767},{id:6,lvl:32767},{id:7,lvl:32767},{id:8,lvl:32767},{id:ix,lvl:32767},{id:16,lvl:32767},{id:17,lvl:32767},{id:eighteen,lvl:32767},{id:19,lvl:32767},{id:20,lvl:32767},{id:21,lvl:32767},{id:32,lvl:32767},{id:33,lvl:32767},{id:34,lvl:32767},{id:35,lvl:32767},{id:48,lvl:32767},{id:49,lvl:32767},{id:50,lvl:32767},{id:51,lvl:32767},{id:61,lvl:32767},{id:62,lvl:32767},{id:70,lvl:32767}],ActiveEffects:[{Id:1,Amplifier:20,ShowParticles:0b,Duration:2147483647},{Id:3,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:v,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:six,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:8,Amplifier:two,ShowParticles:0b,Duration:2147483647},{Id:ten,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:11,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:12,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:xiii,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:14,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:16,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:21,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:22,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:23,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:26,Amplifier:127,ShowParticles:0b,Elapsing:2147483647}]}
OP SWORD:
/give @p diamond_sword i 0 {Ubreakable:i,AttributeModifiers:[{AttributeName:generic.attackDamage,Name:generic.attackDamage,Performance:ii,Amount:2147483647,UUIDLeast:2147483647,UUIDMost:2147483647,Base:3.0}],display:{Name:”Creepercraft97T3’south OP Sword”,Lore:[“DANGER: do not underestimate the power of this sword!!!”]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:two,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:five,lvl:32767},{id:6,lvl:32767},{id:7,lvl:32767},{id:8,lvl:32767},{id:9,lvl:32767},{id:sixteen,lvl:32767},{id:17,lvl:32767},{id:18,lvl:32767},{id:nineteen,lvl:32767},{id:20,lvl:32767},{id:21,lvl:32767},{id:32,lvl:32767},{id:33,lvl:32767},{id:34,lvl:32767},{id:35,lvl:32767},{id:48,lvl:32767},{id:49,lvl:32767},{id:fifty,lvl:32767},{id:51,lvl:32767},{id:61,lvl:32767},{id:62,lvl:32767},{id:seventy,lvl:32767}],ActiveEffects:[{Id:one,Amplifier:20,ShowParticles:0b,Duration:2147483647},{Id:three,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:five,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:6,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:viii,Amplifier:two,ShowParticles:0b,Elapsing:2147483647},{Id:10,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:xi,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:12,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:13,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:xiv,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:16,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:21,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:22,Amplifier:127,ShowParticles:0b,Duration:2147483647},{Id:23,Amplifier:127,ShowParticles:0b,Elapsing:2147483647},{Id:26,Amplifier:127,ShowParticles:0b,Duration:2147483647}]}
If someone can try these out for me and tell me if they piece of work, I would Really appreciate information technology!! :DDD
Rollback Post to Revision
RollBack
Here is an infinite screenshot for all your infinity needs
But of course, its not truly infinite…