Advertisement
Guest User

All Max Level Enchantments

a guest
Jun 29th, 2019
65,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Commands:
  2.  
  3. Fortune Level 32767 Diamond Pickaxe
  4. /give @p diamond_pickaxe{Enchantments:[{id:fortune,lvl:32767}]} 1
  5.  
  6. Protection Level 32767 Diamond Armor
  7. /give @p diamond_helmet{Enchantments:[{id:protection,lvl:32767},{id:fire_protection,lvl:32767},{id:blast_protection,lvl:32767},{id:projectile_protection,lvl:32767}]} 1
  8. /give @p diamond_chestplate{Enchantments:[{id:protection,lvl:32767},{id:fire_protection,lvl:32767},{id:blast_protection,lvl:32767},{id:projectile_protection,lvl:32767}]} 1
  9. /give @p diamond_leggings{Enchantments:[{id:protection,lvl:32767},{id:fire_protection,lvl:32767},{id:blast_protection,lvl:32767},{id:projectile_protection,lvl:32767}]} 1
  10. /give @p diamond_boots{Enchantments:[{id:protection,lvl:32767},{id:fire_protection,lvl:32767},{id:blast_protection,lvl:32767},{id:projectile_protection,lvl:32767}]} 1
  11.  
  12. Thorns Level 32767 Diamond Armor
  13. /give @p diamond_helmet{Enchantments:[{id:thorns,lvl:32767}]} 1
  14. /give @p diamond_chestplate{Enchantments:[{id:thorns,lvl:32767}]} 1
  15. /give @p diamond_leggings{Enchantments:[{id:thorns,lvl:32767}]} 1
  16. /give @p diamond_boots{Enchantments:[{id:thorns,lvl:32767}]} 1
  17.  
  18. Respiration Level 32767 Diamond Helmet
  19. /give @p diamond_helmet{Enchantments:[{id:respiration,lvl:32767}]} 1
  20.  
  21. Feather Falling Level 32767 Diamond Boots
  22. /give @p diamond_boots{Enchantments:[{id:feather_falling,lvl:32767}]} 1
  23.  
  24. Frost Walker Level 32767 Diamond Boosts
  25. /give @p diamond_boots{Enchantments:[{id:frost_walker,lvl:32767}]} 1
  26.  
  27. Efficiency Level 32767 Diamond Tools
  28. /give @p diamond_pickaxe{Enchantments:[{id:efficiency,lvl:32767}]} 1
  29. /give @p diamond_shovel{Enchantments:[{id:efficiency,lvl:32767}]} 1
  30. /give @p diamond_axe{Enchantments:[{id:efficiency,lvl:32767}]} 1
  31.  
  32. Sharpness, Smite, Sweeping Edge & Bane of Arthropods Level 32767 Diamond Sword
  33. /give @p diamond_sword{Enchantments:[{id:sharpness,lvl:32767},{id:smite,lvl:32767},{id:bane_of_arthropods,lvl:32767},{id:sweeping,lvl:32767}]} 1
  34.  
  35. Knockback Level 32767 Diamond Sword
  36. /give @p diamond_sword{Enchantments:[{id:knockback,lvl:32767}]} 1
  37.  
  38. Fire Aspect Level 32767 Diamond Sword
  39. /give @p diamond_sword{Enchantments:[{id:fire_aspect,lvl:32767}]} 1
  40.  
  41. Looting Level 32767 Diamond Sword
  42. /give @p diamond_sword{Enchantments:[{id:looting,lvl:32767}]} 1
  43.  
  44. Power Level 32767 Bow
  45. /give @p bow{Enchantments:[{id:power,lvl:32767}]} 1
  46.  
  47. Punch Level 32767 Bow
  48. /give @p bow{Enchantments:[{id:punch,lvl:32767}]} 1
  49.  
  50. Flame Level 32767 Bow
  51. /give @p bow{Enchantments:[{id:flame,lvl:32767}]} 1
  52.  
  53. Luck of the Sea Level 32767 Fishing Rod
  54. /give @p fishing_rod{Enchantments:[{id:luck_of_the_sea,lvl:32767},{id:lure,lvl:5}]} 1
  55.  
  56. Unbreaking Level 32767 Wooden Pickaxe
  57. /give @p wooden_pickaxe{Enchantments:[{id:unbreaking,lvl:32767}]} 1
  58.  
  59. Only works on Minecraft Java edition version 1.13 and up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement