Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. /give @p chainmail_boots 1 0 {
  2. display: {
  3. Name: "Jump Boots",
  4. Lore: [
  5. "Big Gay"
  6. ]
  7. },
  8. AttributeModifiers: [
  9. {
  10. AttributeName: "generic.maxHealth",
  11. Name: "generic.maxHealth",
  12. Amount: 30,
  13. Operation: 0,
  14. UUIDMost: 50959,
  15. UUIDLeast: 307501
  16. },
  17. {
  18. AttributeName: "generic.movementSpeed",
  19. Name: "generic.movementSpeed",
  20. Amount: 5,
  21. Operation: 0,
  22. UUIDMost: 78854,
  23. UUIDLeast: 561957
  24. }
  25. ],
  26. ench: [
  27. {
  28. id: 0,
  29. lvl: 10
  30. },
  31. {
  32. id: 1,
  33. lvl: 10
  34. },
  35. {
  36. id: 2,
  37. lvl: 10
  38. },
  39. {
  40. id: 3,
  41. lvl: 10
  42. },
  43. {
  44. id: 4,
  45. lvl: 10
  46. },
  47. {
  48. id: 7,
  49. lvl: 10
  50. },
  51. {
  52. id: 8,
  53. lvl: 10
  54. }
  55. ],
  56. HideFlags: 1,
  57. Unbreakable: 1
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement