Unimatrix36

Minecraft 1.21.8 - Custom enchantment commands

Jul 19th, 2025 (edited)
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.94 KB | None | 0 0
  1. .
  2.  
  3. These commands work on Java Minecraft 1.21.6 - 1.21.7 - 1.21.8
  4. They don't work on console/bedrock or "whatever" version.
  5.  
  6.  
  7. If you run a Spigot or CraftBukkit server with the Essentials plugin installed you need to add "minecraft:" in front of the command.
  8. If you run a regular vanilla Spigot, CraftBukkit or "Mojang" server without Essentials you don't need to add "minecraft:"
  9. You don't need / in front of the command if you put the command in a command block.
  10. Example for Spigot or CraftBukkit servers with the Essentials plugin:
  11.  
  12. minecraft:give @p diamond_sword
  13.  
  14. minecraft:xp add @p -36 levels
  15.  
  16.  
  17. Let's continue with the commands.
  18.  
  19.  
  20. Night Vision 1 Hour
  21. /give @a potion[potion_contents={custom_color:8439583,custom_effects:[{id:night_vision,duration:72000,show_particles:0b}]}]
  22.  
  23. /give @p potion[potion_contents={custom_color:8439583,custom_effects:[{duration:72000}]},custom_name='["",{"text":"Potion of Night Vision","italic":false}]'] 1
  24.  
  25.  
  26. Netherite Helmet
  27. Name - Level
  28. Protection 4, Respiration 3, Aqua Affinity 1, Unbreaking 3, Mending 1
  29. give @p netherite_helmet[enchantments={protection:4,respiration:3,aqua_affinity:1,unbreaking:3,mending:1}]
  30.  
  31.  
  32. Netherite Chestplate
  33. Name - Level
  34. Fire protection 4, Thorns 3, Unbreaking 3, Mending 1
  35. give @p netherite_chestplate[enchantments={fire_protection:4,thorns:3,unbreaking:3,mending:1}]
  36.  
  37.  
  38. Netherite Leggings
  39. Name - Level
  40. Blast Protection 4, Unbreaking 3, Mending 1
  41. give @p netherite_leggings[enchantments={blast_protection:4,unbreaking:3,mending:1}]
  42.  
  43.  
  44. Netherite Boots
  45. Name - Level
  46. Feather Falling 4, Projectile Protection 4, Depth Strider 3, Unbreaking 3, Mending 1
  47. give @p netherite_boots[enchantments={feather_falling:4,projectile_protection:4,depth_strider:3,unbreaking:3,mending:1}]
  48.  
  49.  
  50.  
  51. Sword: Mobs (Catch me outside)
  52. Name - Level
  53. Smite 5, Knockback 1, Fire Aspect 2, Looting 3, Sweeping Edge 3, Unbreaking 3, Mending 1
  54. give @p netherite_sword[custom_name='Catch me outside',enchantments={smite:5,knockback:1,fire_aspect:2,looting:3,sweeping_edge:3,unbreaking:3,mending:1}]
  55.  
  56.  
  57. Sword: Endermen
  58. Name - Level
  59. Sharpness 5, Looting 3, Sweeping Edge 3, Unbreaking 3, Mending 1
  60. give @p netherite_sword[custom_name='Endermen',enchantments={sharpness:5,looting:3,sweeping_edge:3,unbreaking:3,mending:1}]
  61.  
  62.  
  63. Sword: Animals
  64. Name - Level
  65. Sharpness 5, Fire Aspect 2, Looting 3, Sweeping Edge 3, Unbreaking 3, Mending 1
  66. give @p netherite_sword[custom_name='Animals',enchantments={sharpness:5,fire_aspect:2,looting:3,sweeping_edge:3,unbreaking:3,mending:1}]
  67.  
  68.  
  69. Bow: Bow Wow
  70. Name - Level
  71. Flame 1, Infinity 1, Power 5, Punch 2, Unbreaking 3, Mending 1
  72. give @p bow[custom_name='Bow Wow',enchantments={flame:1,infinity:1,power:5,punch:2,unbreaking:3,mending:1}]
  73.  
  74. Give 64 arrows
  75. give @p arrow 1
  76.  
  77.  
  78. Fishing Rod: The Fishy Rod
  79. Name - Level
  80. Luck of the Sea 3, Lure 3, Unbreaking 3, Mending 1
  81. give @p fishing_rod[custom_name='The Fishy Rod',enchantments={luck_of_the_sea:3,lure:3,unbreaking:3,mending:1}]
  82.  
  83.  
  84. Pickaxe: Fortune 3
  85. Name - Level
  86. Efficiency 5, Fortune 3, Unbreaking 3, Mending 1
  87. give @p netherite_pickaxe[custom_name='Fortune',enchantments={efficiency:5,fortune:3,unbreaking:3,mending:1}]
  88.  
  89.  
  90. Pickaxe: Fortune 64
  91. Name - Level
  92. Efficiency 5, Fortune 64, Unbreaking 3, Mending 1
  93. give @p netherite_pickaxe[custom_name='Fortune 64',enchantments={efficiency:5,fortune:64,unbreaking:3,mending:1}]
  94.  
  95.  
  96. Pickaxe: Efficiency 8 Unbreaking 10 Fortune 10
  97. Name - Level
  98. Efficiency 8, Fortune 10, Unbreaking 10, Mending 1
  99. give @p netherite_pickaxe[custom_name='Suppa Duppa',enchantments={efficiency:8,fortune:10,unbreaking:10,mending:1}]
  100.  
  101. give @p netherite_pickaxe[enchantments={efficiency:8,fortune:10,unbreaking:10,mending:1}]
  102.  
  103.  
  104. Pickaxe: Silk Touch
  105. Name - Level
  106. Efficiency 5, Silk Touch 1, Unbreaking 3, Mending 1
  107. give @p netherite_pickaxe[custom_name='Silk Touch',enchantments={efficiency:5,silk_touch:1,unbreaking:3,mending:1}]
  108.  
  109.  
  110. Axe: The Choppa
  111. Name - Level
  112. Efficiency 5, Fortune 3, Unbreaking 3, Mending 1
  113. give @p netherite_axe[custom_name='The Choppa',enchantments={efficiency:5,fortune:3,unbreaking:3,mending:1}]
  114.  
  115.  
  116. Shovel: Pooper Scooper
  117. Name - Level
  118. Efficiency 5, Silk Touch 1, Unbreaking 3, Mending 1
  119. give @p netherite_shovel[custom_name='Pooper Scooper',enchantments={efficiency:5,silk_touch:1,unbreaking:3,mending:1}]
  120.  
  121.  
  122. Elytra: Bird is the Word
  123. Name - Level
  124. Unbreaking 3, Mending 1
  125. give @p elytra[custom_name='Bird is the Word',enchantments={unbreaking:3,mending:1}]
  126.  
  127.  
  128. Give 64 Fireworks
  129. give @p firework_rocket[fireworks={flight_duration:3,explosions:[{shape:small_ball}]}] 64
  130.  
  131.  
  132. Trident: Aquatic
  133. Name - Level
  134. Loyalty 3, Impaling 5, Unbreaking 3, Mending 1
  135. give @p trident[custom_name='Trident Aquatic',enchantments={loyalty:3,impaling:5,unbreaking:3,mending:1}]
  136.  
  137.  
  138. Trident: Aquatic Riptide
  139. Name - Level
  140. Loyalty 3, Impaling 5, Riptide 3, Unbreaking 3, Mending 1
  141. give @p trident[custom_name='Trident Aquatic Riptide',enchantments={loyalty:3,impaling:5,riptide:3,unbreaking:3,mending:1}]
  142.  
  143.  
  144. .
Advertisement
Add Comment
Please, Sign In to add comment