Java250

God Elytra

Feb 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. /give @p leather_helmet 1 0 {
  2. display: {
  3. Name: "Powerful Elytra of the Gods",
  4. Lore: [
  5. "For those who FLY!"
  6. ]
  7. },
  8. AttributeModifiers: [
  9. {
  10. AttributeName: "generic.maxHealth",
  11. Name: "generic.maxHealth",
  12. Amount: 100,
  13. Operation: 0,
  14. UUIDMost: 21325,
  15. UUIDLeast: 42735
  16. },
  17. {
  18. AttributeName: "generic.knockbackResistance",
  19. Name: "generic.knockbackResistance",
  20. Amount: 9999,
  21. Operation: 2,
  22. UUIDMost: 45066,
  23. UUIDLeast: 848396
  24. },
  25. {
  26. AttributeName: "generic.attackDamage",
  27. Name: "generic.attackDamage",
  28. Amount: 9999,
  29. Operation: 2,
  30. UUIDMost: 54762,
  31. UUIDLeast: 590605
  32. }
  33. ],
  34. ench: [
  35. {
  36. id: 0,
  37. lvl: 9999
  38. },
  39. {
  40. id: 1,
  41. lvl: 9999
  42. },
  43. {
  44. id: 2,
  45. lvl: 9999
  46. },
  47. {
  48. id: 3,
  49. lvl: 9999
  50. },
  51. {
  52. id: 4,
  53. lvl: 9999
  54. },
  55. {
  56. id: 5,
  57. lvl: 9999
  58. },
  59. {
  60. id: 6,
  61. lvl: 9999
  62. },
  63. {
  64. id: 7,
  65. lvl: 9999
  66. },
  67. {
  68. id: 8,
  69. lvl: 9999
  70. }
  71. ],
  72. HideFlags: 2,
  73. Unbreakable: 1
  74. }
Add Comment
Please, Sign In to add comment