Advertisement
MasInYoFace

Custom Mobs

Jan 21st, 2014
2,238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Blinder
  2. summon) /summon Skeleton ~ ~1 ~ {Equipment:[{id:bow,Damage:0},{id:301,tag:{display:{color:0}}},{id:300,tag:{display:{color:0}}},{id:299,tag:{display:{color:0}}},{Damage:3,id:397,tag:{SkullOwner:bondsmatthew}}],CustomNameVisible:1,CustomName:"Blinder"}
  3. 1) /scoreboard objectives add BlinderDamage stat.damageTaken BlinderDamage
  4. 2) /testfor @e[name=Blinder]
  5. 3) /testfor @p[score_BlinderDamage_min=1]
  6. 4) /scoreboard players set @p BlinderDamage 0
  7. 5) /effect @p 15 2 1
  8.  
  9. Necro
  10. summon) /summon Skeleton ~ ~1 ~ {Equipment:[{id:stick,Damage:0},{id:301,tag:{display:{color:8273333}}},{id:300,tag:{display:{color:8273333}}},{id:299,tag:{display:{color:8273333}}},{Damage:3,id:397,tag:{SkullOwner:PARTY_P01S0N}}],CustomNameVisible:1,CustomName:"Necro",HealF:12.0}
  11. 1) /testfor @e[name=Necro]
  12. 2) /testfor @e[type=Item] {Item:{id:352s}}
  13. 3) /summon Skeleton ~ ~2 ~ {Equipment:[{id:stick,Damage:0},{id:301,tag:{display:{color:8273333}}},{id:300,tag:{display:{color:8273333}}},{id:299,tag:{display:{color:8273333}}},{Damage:3,id:397,tag:{SkullOwner:PARTY_P01S0N}}],CustomNameVisible:1,CustomName:"Necro",HealF:12.0}
  14. 4) /kill @e[type=Item]
  15.  
  16.  
  17. Aura
  18. summon) /summon Silverfish ~ ~1 ~ {CustomName:Aura,CustomNameVisible:1}
  19. 1) /testfor @e[name=Aura]
  20. 2) /summon ThrownPotion ~ ~5 ~ {Potion:{id:373,Damage:16388,Count:1},Motion:[0.0,0.0,0.0]}
  21. 3) /tp @e[type=ThrownPotion] @e[name=Aura]
  22.  
  23. King
  24. summon) /summon Zombie ~ ~1 ~ {Equipment:[{id:gold_block,Damage:0},{id:317},{id:316},{id:315},{Damage:3,id:41}],CustomNameVisible:1,CustomName:"King"}
  25. 1) /testfor @e[name=King]
  26. 2) /testfor @e[name=King] {HurtTime:0s}
  27. 3) /summon Zombie ~ ~3 ~ {IsBaby:1,CustomName:Servent}
  28. 4) /tp @e[name=Servent,c=-1] @e[name=King]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement