Advertisement
Tiberiuoctavian

My Sword

Aug 14th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. /give @p diamond_sword 1 0 {
  2. display: {
  3. Name: "My Sword",
  4. Lore: [
  5. "Kill mobs instant"
  6. ]
  7. },
  8. AttributeModifiers: [
  9. {
  10. AttributeName: "generic.followRange",
  11. Name: "generic.followRange",
  12. Amount: 32,
  13. Operation: 0,
  14. UUIDMost: 93047,
  15. UUIDLeast: 189523
  16. },
  17. {
  18. AttributeName: "generic.knockbackResistance",
  19. Name: "generic.knockbackResistance",
  20. Amount: 3.777777777777778e+57,
  21. Operation: 0,
  22. UUIDMost: 70056,
  23. UUIDLeast: 717878
  24. },
  25. {
  26. AttributeName: "generic.movementSpeed",
  27. Name: "generic.movementSpeed",
  28. Amount: 82628,
  29. Operation: 0,
  30. UUIDMost: 87623,
  31. UUIDLeast: 986869
  32. },
  33. {
  34. AttributeName: "generic.attackDamage",
  35. Name: "generic.attackDamage",
  36. Amount: 73823729,
  37. Operation: 0,
  38. UUIDMost: 21974,
  39. UUIDLeast: 833107
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement