dragnoz

Item Attributes

Nov 25th, 2013
10,720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Speed
  2. give @p 145 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:5.0,AttributeName:generic.movementSpeed,Name:whee}],display:{Name:"Anvil of Wheeeee"}}
  3.  
  4.  
  5. Follow range
  6. give @p 398 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:5,UUIDMost:5,Amount:100.0,AttributeName:generic.followRange,Name:follow}],display:{Name:"Follow me"}}
  7.  
  8. Health
  9. give @p 397 1 1 {AttributeModifiers:[{Operation:0,UUIDLeast:3,UUIDMost:3,Amount:100.0,AttributeName:generic.maxHealth,Name:Zhead}],display:{Name:"Death Head of Health"}}
  10.  
  11. Knockback
  12. give @p 288 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:4,UUIDMost:4,Amount:100.0,AttributeName:generic.knockbackResistance,Name:LeadF}],display:{Name:"Lead Feather"}}
  13.  
  14. Attack Damage
  15. give @p 37 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:100,AttributeName:generic.attackDamage,Name:Flower}],display:{Name:"Dandelion of Death"}}
  16.  
  17.  
  18.  
  19. FollowRange
  20. give @p 1 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:100,AttributeName:generic.followRange,Name:follow},{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:0.2,AttributeName:generic.movementSpeed,Name:whee},{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:1,Base:1,AttributeName:zombie.spawnReinforcements ,Name:call}],display:{Name:"Stone of follow"}}
  21.  
  22.  
  23.  
  24. http://minecraft.gamepedia.com/Attribute
  25. generic.maxHealth
  26. generic.followRange
  27. generic.knockbackResistance
  28. generic.movementSpeed
  29. generic.attackDamage
  30.  
  31. zombie.spawnReinforcements
  32.  
  33. /summon Skeleton 264 56 -386 {Attributes:[{Name:generic.followRange,Base:1.0},{Name:generic.movementSpeed,Base:0.001}], Equipment:[{id:261,tag:{ench:[{id:50,lvl:1}]}},{id:301,tag:{display:{color:14540253}}},{id:300,tag:{display:{color:14540253}}},{id:299,tag:{display:{color:14540253}}},{Damage:3,id:397,tag:{SkullOwner:MHF_Villager}}],CustomNameVisible:1,CustomName:"Peacefull",PersistenceRequired:1,Invulnerable:0}
  34.  
  35. summon Zombie ~ ~1 ~ {Attributes:[{Name:generic.followRange,Base:1.0}]
  36. ,CanPickUpLoot:1}
Advertisement
Add Comment
Please, Sign In to add comment