Commands for getting a stick with a return of 1000, which throws mobs and players back thousands of blocks on different versions of Minecraft are written differently:
TIP! How to work with commands:
Open the chat using the E button in Russian or T in English.
Insert the command that begins with the / sign and ends with square brackets ]
Press enter and get the result.
For 1.21.x (255 is the maximum level here!):
/give @a stick[enchantments={knockback:255}]
For 1.20.x (255 is the maximum level here!):
/give @a stick[enchantments={levels:{knockback:255}}]
For 1.19.x / 1.18.x / 1.17.x (255 is the maximum level here!):
/give @a stick{Enchantments:[{lvl:255,id:knockback}]}
For 1.16.x:
/give @p stick{Enchantments:[{id:knockback,lvl:1000}]}
Short link
Be the first to comment