Advertisement
ashedude

Minecraft 1.12.2 Op Sword Command

Jul 15th, 2018
11,822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. Attributes
  2.  
  3. /give @p minecraft:diamond_sword 1 0 {AttributeModifiers:[
  4. {AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:999999,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  5. {AttributeName:"generic.armor",Name:"generic.armor",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  6. {AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.5,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  7. {AttributeName:"generic.armorToughness",Name:"generic.armorToughness",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  8. {AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:80,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  9. {AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:999999,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  10. {AttributeName:"generic.followRange",Name:"generic.followRange.movementSpeed",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  11. {AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  12. {AttributeName:"generic.luck",Name:"generic.luck",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"}]}
  13.  
  14. Name and lore
  15.  
  16. /give @p minecraft:diamond_sword 1 0 {display:{Name:"Moralltach",Lore:["Great Fury"]}}
  17.  
  18. Enchantments
  19.  
  20. /give @p minecraft:diamond_sword 1 0 {ench:[
  21. {id:16,lvl:32767},{id:17,lvl:32767},{id:18,lvl:32767},{id:19,lvl:32767},{id:20,lvl:32767},
  22. {id:21,lvl:32767},{id:22,lvl:32767},{id:48,lvl:32767},{id:34,lvl:32767},{id:70,lvl:32767},
  23. {id:32,lvl:32767},{id:33,lvl:32767},{id:49,lvl:32767},{id:35,lvl:32767},{id:50,lvl:32767},
  24. {id:51,lvl:32767}]}
  25.  
  26. All in one
  27.  
  28. /give @p minecraft:diamond_sword 1 0 {AttributeModifiers:[
  29. {AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:999999,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  30. {AttributeName:"generic.armor",Name:"generic.armor",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  31. {AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.5,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  32. {AttributeName:"generic.armorToughness",Name:"generic.armorToughness",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  33. {AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:80,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  34. {AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:999999,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  35. {AttributeName:"generic.followRange",Name:"generic.followRange.movementSpeed",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  36. {AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"},
  37. {AttributeName:"generic.luck",Name:"generic.luck",Amount:1000000,operation:1,UUIDMost:3,UUIDLeast:2,Slot:"mainhand"}],
  38. display:{Name:"Moralltach",Lore:["Great Fury"]},
  39. ench:[{id:16,lvl:32767},{id:17,lvl:32767},{id:18,lvl:32767},{id:19,lvl:32767},{id:20,lvl:32767},
  40. {id:21,lvl:32767},{id:22,lvl:32767},{id:48,lvl:32767},{id:34,lvl:32767},{id:70,lvl:32767},
  41. {id:32,lvl:32767},{id:33,lvl:32767},{id:49,lvl:32767},{id:35,lvl:32767},{id:50,lvl:32767},
  42. {id:51,lvl:32767}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement