Boots of God are items with a full set of all possible enchantments for a given item of the highest level (depending on the version, this is from 255 to 1000 levels!).
The commands for obtaining these boots on different versions of Minecraft work differently:
TIP! How to work with commands via chat:
- Open chat via T button.
- Insert a command that begins with the / sign and ends with square brackets ]
- Press enter and get the result.
TIP! How to work with commands via the command block:
- Open the chat via the E button in Russian or T in English.
- Go to creative mode and take the command block.
- Insert the command that starts with the / sign and ends with square brackets] into the block
- Press enter and get the result.
For 1.21.x (level 255 is the maximum here!):
- Netherite:
/give @a netherite_boots[enchantments={blast_protection:255,depth_strider:255,feather_falling:255,fire_protection:255,frost_walker:255,projectile_protection:255,protection:255,soul_speed:255,thorns:255,unbreaking:255}]
- Diamond:
/give @adiamond_boots[enchantments={blast_protection:255,depth_strider:255,feather_falling:255,fire_protection:255,frost_walker:255,projectile_protection:255,protection:255,soul_speed:255,thorns:255,unbreaking:255}]
For 1.20.x (255 is the maximum level here! Use command block):
- Netherite:
/give @a netherite_boots[enchantments={levels:{blast_protection:255,depth_strider:255,feather_falling:255,fire_protection:255,frost_walker:255,projectile_protection:255,protection:255,soul_speed:255,thorns:255,unbreaking:255}}]
- Diamond:
/give @a diamond_boots[enchantments={levels:{blast_protection:255,depth_strider:255,feather_falling:255,fire_protection:255,frost_walker:255,projectile_protection:255,protection:255,soul_speed:255,thorns:255,unbreaking:255}}]
For 1.19.x / 1.18.x / 1.17.x (255 is the maximum level here! Use command block):
- Netherite:
/give @a netherite_boots{Enchantments:[{lvl:255,id:blast_protection},{lvl:255,id:depth_strider},{lvl:255,id:feather_falling},{lvl:255,id:fire_protection},{lvl:255 ,id:frost_walker},{lvl:255,id:projectile_protection},{lvl:255,id:protection},{lvl:255,id:soul_speed},{lvl:255,id:thorns},{lvl:255,id:unbreaking}]}
- Diamond:
/give @a diamond_boots{Enchantments:[{lvl:255,id:blast_protection},{lvl:255,id:depth_strider},{lvl:255,id:feather_falling},{lvl:255,id:fire_protection},{lvl:255, id:frost_walker},{lvl:255,id:projectile_protection},{lvl:255,id:protection},{lvl:255,id:soul_speed},{lvl:255,id:thorns},{lvl:255,id:unbreaking}]}
For 1.16.x (level 1000 is the maximum here! Use command block):
- Netherite:
/give @a netherite_boots{Enchantments:[{lvl:1000,id:blast_protection},{lvl:1000,id:depth_strider},{lvl:1000,id:feather_falling},{lvl:1000,id:fire_protection},{lvl:1000 ,id:frost_walker},{lvl:1000,id:projectile_protection},{lvl:1000,id:protection},{lvl:1000,id:soul_speed},{lvl:1000,id:thorns},{lvl:1000,id:unbreaking}]}
- Diamond:
/give @a diamond_boots{Enchantments:[{lvl:1000,id:blast_protection},{lvl:1000,id:depth_strider},{lvl:1000,id:feather_falling},{lvl:1000,id:fire_protection},{lvl:1000, id:frost_walker},{lvl:1000,id:projectile_protection},{lvl:1000,id:protection},{lvl:1000,id:soul_speed},{lvl:1000,id:thorns},{lvl:1000,id:unbreaking}]}
Short link
Be the first to comment