1

Mob Commands for 1.14

Thund3rstorm's Avatar Thund3rstorm10/23/19 5:48 am
1 emeralds 266 3
10/24/2019 2:48 am
HoboMaggot's Avatar HoboMaggot
Hello, I am currently building a map that requires custom mobs, but because I am not good with long commands, it would really help if someone knows how to assemble a long command.
My question is how can I combine these two commands in one command block?

/summon zombie ~ ~ ~ {id:zombie,IsBaby:0,PersistenceRequired:1,HandItems:[{Count:1,id:golden_sword}]}

/summon zombie ~ ~ ~ {Attributes:[{Name:generic.movementSpeed,Base:0.45}]}


And these two:

/summon zombie ~ ~ ~ {Attributes:[{Name:generic.attackDamage,Base:1000}]}

/summon zombie ~ ~ ~ {AbsorptionAmount:150}


And finally all four together. Thanks! 😊
Posted by Thund3rstorm's Avatar
Thund3rstorm
Level 28 : Expert Architect
4

Create an account or sign in to comment.

3

3
10/23/2019 6:33 am
Level 21 : Expert Engineer
Thonck
Thonck's Avatar
First 2
/summon minecraft:zombie ~ ~ ~ {PersistenceRequired:1b,IsBaby:1b,HandItems:[{id:"minecraft:golden_sword",Count:1b},{}],Attributes:[{Name:generic.movementSpeed,Base:0.45}]}

Last 2
/summon minecraft:zombie ~ ~ ~ {AbsorptionAmount:150f,Attributes:[{Name:generic.attackDamage,Base:1000}]}

All 4 Combined
/summon minecraft:zombie ~ ~ ~ {PersistenceRequired:1b,AbsorptionAmount:150f,IsBaby:1b,HandItems:[{id:"minecraft:golden_sword",Count:1b},{}],Attributes:[{Name:generic.movementSpeed,Base:0.45},{Name:generic.attackDamage,Base:1000}]}
1
10/23/2019 7:15 am
Level 28 : Expert Architect
Thund3rstorm
Thund3rstorm's Avatar
Thank you! The first and last commands were a bit off, but after a few tries, it worked perfectly. Thanks for your help.
1
10/24/2019 2:48 am
Level 52 : Grandmaster Blob
HoboMaggot
HoboMaggot's Avatar
Its a bit off because apparently pmc doesnt support quotation marks from some/if not all external websites like mcstacker.
Speaking of which, mcstacker is your go to command compiler for single line commands, like the combination of your 4 (Once you get indepth into mc commands like a real time system of something its useless). https://mcstacker.net/1.14.php
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome