Advertisement
Guest User

Villager Trade

a guest
May 1st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. First type
  2.  
  3. /summon Villager ~ ~ ~ {Profession:1,CustomName:"Elytra"}
  4.  
  5. Afterwards, stand in the villager and run all of these commands:
  6.  
  7. /entitydata @e[r=4] {CustomNameVisible:1,Career:1,CareerLevel:42}
  8.  
  9. /entitydata @e[r=4] {CanPickUpLoot:0,PersistenceRequired:1,Invulnerable:1}
  10.  
  11. /entitydata @e[r=4] {Attributes:[{Name:"generic.knockbackResistance",Base:"1f"}]}
  12.  
  13. /entitydata @e[r=4] {Offers:{Recipes:[{buy:{id:diamond,Count:52},sell:{id:elytra,Count:1}}]}}
  14.  
  15. /entitydata @e[r=4] {MaxUses:99999999}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement