Advertisement
DaHobbit81

MC Item

Aug 23rd, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /give @p leather_boots 1 0 {
  2. display: {
  3. Name: "Avatar Sandals",
  4. Lore: [
  5. "Aangs Footware"
  6. ]
  7. },
  8. ench: [
  9. {
  10. id: 0,
  11. lvl: 2
  12. },
  13. {
  14. id: 2,
  15. lvl: 4
  16. },
  17. {
  18. id: 3,
  19. lvl: 2
  20. },
  21. {
  22. id: 4,
  23. lvl: 2
  24. },
  25. {
  26. id: 6,
  27. lvl: 1
  28. },
  29. {
  30. id: 8,
  31. lvl: 4
  32. },
  33. {
  34. id: 34,
  35. lvl: 1
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement