Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /give @p iron_sword 1 0 {
  2. display: {
  3. Name: "Infinity Blade",
  4. Lore: [
  5. "It has unspeakable power."
  6. ]
  7. },
  8. AttributeModifiers: [
  9. {
  10. AttributeName: "generic.attackDamage",
  11. Name: "generic.attackDamage",
  12. Amount: 15,
  13. Operation: 0,
  14. UUIDMost: 80922,
  15. UUIDLeast: 89345
  16. }
  17. ],
  18. ench: [
  19. {
  20. id: 19,
  21. lvl: 5
  22. },
  23. {
  24. id: 34,
  25. lvl: 3
  26. },
  27. {
  28. id: 51,
  29. lvl: 1
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement