Op Sword

Minecraft Enchanted Diamond SwordThere is a way to get an op Sword In Minecraft. The way is Command Blocks! If you want a sword that can kill even the Ender Dragon in one hit, then put in this command in a command block in Minecraft:

/give @p diamond_sword 1 0 {
display: {
Name: “Super Sword”
},
AttributeModifiers: [
{
AttributeName: “generic.maxHealth”,
Name: “generic.maxHealth”,
Amount: 30,
Operation: 0,
UUIDMost: 73606,
UUIDLeast: 224661
},
{
AttributeName: “generic.followRange”,
Name: “generic.followRange”,
Amount: 64,
Operation: 0,
UUIDMost: 73488,
UUIDLeast: 921878
},
{
AttributeName: “generic.knockbackResistance”,
Name: “generic.knockbackResistance”,
Amount: 0.5,
Operation: 0,
UUIDMost: 60842,
UUIDLeast: 952571
},
{
AttributeName: “generic.movementSpeed”,
Name: “generic.movementSpeed”,
Amount: 3,
Operation: 0,
UUIDMost: 83184,
UUIDLeast: 208996
},
{
AttributeName: “generic.attackDamage”,
Name: “generic.attackDamage”,
Amount: 3,
Operation: 0,
UUIDMost: 21715,
UUIDLeast: 957708
}
],
ench: [
{
id: 0,
lvl: 5
},
{
id: 16,
lvl: 5
},
{
id: 21,
lvl: 5
},
{
id: 32,
lvl: 5
},
{
id: 48,
lvl: 5
}
]
}

Leave a comment