Java250

God leggins

Feb 13th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /give @p diamond_leggings 1 0 {
  2. display: {
  3. Name: "Powerful Leggings of the Gods",
  4. Lore: [
  5. "For those in need of Protection."
  6. ]
  7. },
  8. ench: [
  9. {
  10. id: 0,
  11. lvl: 9999
  12. },
  13. {
  14. id: 1,
  15. lvl: 9999
  16. },
  17. {
  18. id: 2,
  19. lvl: 9999
  20. },
  21. {
  22. id: 3,
  23. lvl: 9999
  24. },
  25. {
  26. id: 4,
  27. lvl: 9999
  28. },
  29. {
  30. id: 5,
  31. lvl: 9999
  32. },
  33. {
  34. id: 6,
  35. lvl: 9999
  36. },
  37. {
  38. id: 7,
  39. lvl: 9999
  40. },
  41. {
  42. id: 8,
  43. lvl: 9999
  44. },
  45. {
  46. id: 34,
  47. lvl: 9999
  48. }
  49. ],
  50. HideFlags: 4
  51. }
Add Comment
Please, Sign In to add comment