Skip to content

Instantly share code, notes, and snippets.

@dhigginbotham
Created February 6, 2024 09:15
Show Gist options
  • Save dhigginbotham/1c58981d979b4683424021d1a8f83260 to your computer and use it in GitHub Desktop.
Save dhigginbotham/1c58981d979b4683424021d1a8f83260 to your computer and use it in GitHub Desktop.
GOD SWORD
/give @p netherite_sword{Unbreakable:1,Enchantments:[{id:sweeping,lvl:1000},{id:knockback,lvl:1000},{id:fire_aspect,lvl:1000},{id:mending,lvl:1000},{id:sharpness,lvl:1000},{id:looting,lvl:3}]}
GOD 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}]}
GOD 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}]}
GOD ELYTRA
/give @p minecraft:elytra{Unbreakable:1,Enchantments:[{id:mending,lvl:1000}]}
GOD PANTS
/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}]}
GOD BOOTS
/give @p minecraft:netherite_boots{Unbreakable:1,Enchantments:[{id:thorns,lvl:1000},{id:protection,lvl:1000},{id:frost_walker,lvl:1000},{id:fire_protection,lvl:1000},{id:feather_falling,lvl:1000},{id:depth_strider,lvl:1000},{id:blast_protection,lvl:1000}]}
GOD 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:3}]}
GOD AXE
/give @p minecraft:netherite_axe{Unbreakable:1,Enchantments:[{id:efficiency,lvl:1000},{id:fortune,lvl:1000}]}
GOD PICKAXE
/give @p minecraft:netherite_pickaxe{Unbreakable:1,Enchantments:[{id:efficiency,lvl:1000},{id:fortune,lvl:1000}]}
GOD SHOVEL
/give @p minecraft:netherite_shovel{Unbreakable:1,Enchantments:[{id:efficiency,lvl:1000},{id:fortune,lvl:1000}]}
GOD POTION
/give @p minecraft:potion{Potion:"minecraft:water",CustomPotionEffects:[{Id:1,Amplifier:126,Duration:2147483647},{Id:3,Amplifier:126,Duration:2147483647},{Id:5,Amplifier:126,Duration:2147483647},{Id:6,Amplifier:28},{Id:8,Amplifier:126,Duration:2147483647},{Id:10,Amplifier:31,Duration:2147483647},{Id:11,Amplifier:4,Duration:2147483647},{Id:12,Duration:2147483647},{Id:13,Duration:2147483647},{Id:16,Duration:2147483647},{Id:21,Amplifier:126,Duration:2147483647},{Id:22,Amplifier:126,Duration:2147483647},{Id:23,Amplifier:126},{Id:26,Amplifier:126,Duration:2147483647},{Id:28,Duration:2147483647},{Id:29,Duration:2147483647},{Id:30,Duration:2147483647}],display:{Name:"GOD"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment