Advertisement
Guest User

Untitled

a guest
Aug 13th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. head:
  2. ==: org.bukkit.inventory.ItemStack
  3. type: LEATHER_HELMET
  4. meta:
  5. ==: ItemMeta
  6. meta-type: LEATHER_ARMOR
  7. color:
  8. ==: Color
  9. RED: 255
  10. BLUE: 255
  11. GREEN: 85
  12. chest:
  13. ==: org.bukkit.inventory.ItemStack
  14. type: LEATHER_CHESTPLATE
  15. meta:
  16. ==: ItemMeta
  17. meta-type: LEATHER_ARMOR
  18. color:
  19. ==: Color
  20. RED: 255
  21. BLUE: 255
  22. GREEN: 85
  23. legs:
  24. ==: org.bukkit.inventory.ItemStack
  25. type: LEATHER_LEGGINGS
  26. meta:
  27. ==: ItemMeta
  28. meta-type: LEATHER_ARMOR
  29. color:
  30. ==: Color
  31. RED: 255
  32. BLUE: 255
  33. GREEN: 85
  34. feet:
  35. ==: org.bukkit.inventory.ItemStack
  36. type: LEATHER_BOOTS
  37. meta:
  38. ==: ItemMeta
  39. meta-type: LEATHER_ARMOR
  40. color:
  41. ==: Color
  42. RED: 255
  43. BLUE: 255
  44. GREEN: 85
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement