You are on page 1of 3

Op Items in Minecraft

Helmet: /give @p
minecraft:netherite_helmet{Unbreakable:1,Enchantments:
[{id:thorns,lvl:1000},{id:respiration,lvl:1000},{id:protection,lvl:1000},
{id:fire_protection,lvl:1000},{id:blast_protection,lvl:1000},
{id:aqua_affinity,lvl:1000}]}

Chestplate: /give @p
minecraft:netherite_chestplate{Unbreakable:1,Enchantments:
[{id:thorns,lvl:1000},{id:protection,lvl:1000},{id:mending,lvl:1000},
{id:fire_protection,lvl:1000},{id:blast_protection,lvl:1000}]}

Elytra: /give @p minecraft:elytra{Unbreakable:1,Enchantments:


[{id:mending,lvl:1000}]}

Leggings: /give @p
minecraft:netherite_leggings{Unbreakable:1,Enchantments:
[{id:thorns,lvl:1000},{id:protection,lvl:1000},
{id:fire_protection,lvl:1000},{id:blast_protection,lvl:1000}]}

Boots: /give @p
minecraft:netherite_boots{Unbreakable:1,Enchantments:
[{id:thorns,lvl:1000},{id:protection,lvl:1000},
{id:fire_protection,lvl:1000},{id:feather_falling,lvl:1000},
{id:depth_strider,lvl:1000},{id:blast_protection,lvl:1000}]}

Shield-/give @p minecraft:shield{display:{Name:"{\"text\":\"GOD
SHIELD\",\"italic\":false}"},Unbreakable:100,Enchantments:
[{id:unbreaking,lvl:1000},{id:mending,lvl:1000},{id:thorns,lvl:1000}]}
Bow: /give @p minecraft:bow{Unbreakable:1,Enchantments:
[{id:punch,lvl:1000},{id:power,lvl:1000},{id:infinity,lvl:1000},
{id:flame,lvl:1000},{id:looting,lvl:1000}]}

Axe: /give @p minecraft:netherite_axe{Unbreakable:1,Enchantments:


[{id:efficiency,lvl:1000},{id:fortune,lvl:1000}]}

Pickaxe: `

Shovel: /give @p
minecraft:netherite_shovel{Unbreakable:1,Enchantments:
[{id:efficiency,lvl:1000},{id:fortune,lvl:1000}]}

Knockback Stick: /give @p minecraft:stick{Enchantments:


[{id:knockback,lvl:1000}]} 1

Sword: /give @p
minecraft:netherite_sword{Unbreakable:1,Enchantments:
[{id:sharpness,lvl:2147483647},{id:fire_aspect,lvl:2147483647},
{id:knockback,lvl:2147483647},{id:smite,lvl:2147483647},
{id:bane_of_arthropods,lvl:2147483647},{id:looting,lvl:2147483647},
{id:mending,lvl:2147483647},{id:sweeping,lvl:2147483647},
{id:unbreaking,lvl:2147483647}]}

Op Horse: 1. /summon horse ~ ~ ~ {Variant:515, Invulnerable:1, Tame:1,


NoAI:1, CustomName:"\"Horse\"", SaddleItem:{id:saddle,Count:1},
ActiveEffects:[{Id:8,Amplifier:10,Duration:999999,
ShowParticles:0b}]}

2. In repeating, always active command block: /effect give


@e[type=horse, name=Horse] speed 999999 10 true

3. In chat box: /gamerule commandBlockOutput false


Op Dog: /effect give @e[type=wolf] resistance 9999 225

Op Health: /attribute @p minecraft:generic.max_health base set


20000

Normal Health: /attribute @p minecraft:generic.max_health base set


20

Op Crossbow: /give @p crossbow{Unbreakable:1,Enchantments:


[{id:quick_charge,lvl:5},{id:piercing,lvl:127},{id:multishot,lvl:1},
{id:sharpness,lvl:2147483647},{id:smite,lvl:2147483647},
{id:bane_of_arthropods,lvl:2147483647},
{id:fire_aspect,lvl:2147483647},{id:looting,lvl:2147483647}]}

You might also like