dragnoz

TB heads

Feb 14th, 2016
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Simon Hat
  2. /replaceitem entity @p slot.armor.head minecraft:dye 1 1
  3.  
  4. Nova Hat
  5. /replaceitem entity @p slot.armor.head minecraft:dye 1 5
  6.  
  7. Ray Hair
  8. /replaceitem entity @p slot.armor.head minecraft:dye 1 7
  9.  
  10. Rita Hair
  11. /replaceitem entity @p slot.armor.head minecraft:dye 1 11
  12.  
  13. Bo Hat
  14. /replaceitem entity @p slot.armor.head minecraft:dye 1 9
  15.  
  16. Purple People Carrier
  17. /give @a minecraft:armor_stand 1 0 {display:{Name:"Purple PPC"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:2,Count:1}]}}
  18.  
  19. Yellow People Carrier
  20. /give @a minecraft:armor_stand 1 0 {display:{Name:"Yellow PPC"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:8,Count:1}]}}
  21.  
  22. Orange People Carrier
  23. /give @a minecraft:armor_stand 1 0 {display:{Name:"Orange PPC"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:14,Count:1}]}}
  24.  
  25. Green People Carrier
  26. /give @a minecraft:armor_stand 1 0 {display:{Name:"Green PPC"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:12,Count:1}]}}
  27.  
  28. Pink Saloon
  29. /give @a minecraft:armor_stand 1 0 {display:{Name:"Pink S"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:0,Count:1}]}}
  30.  
  31. Purple Saloon
  32. /give @a minecraft:armor_stand 1 0 {display:{Name:"Purple S"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:4,Count:1}]}}
  33.  
  34. Yellow Saloon
  35. /give @a minecraft:armor_stand 1 0 {display:{Name:"Yellow S"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:6,Count:1}]}}
  36.  
  37. Green Saloon
  38. /give @a minecraft:armor_stand 1 0 {display:{Name:"Green S"},EntityTag:{CustomName:"car",Invisible:1,ArmorItems:[{},{},{},{id:dye,Damage:10,Count:1}]}}
  39.  
  40.  
  41.  
  42. Bath
  43. /give @a minecraft:armor_stand 1 0 {display:{Name:"Bath"},EntityTag:{CustomName:"Bath",Invisible:1,ArmorItems:[{},{},{},{id:sponge,Damage:1,Count:1}]}}
Add Comment
Please, Sign In to add comment