How do you enchant and name items with /give using command blocks?
Minecraft – How to enchant and name items with /give using command blocks
minecraft-commandsminecraft-java-edition
Related Topic
- Minecraft – Using a command to replace wool blocks with command blocks which contain a command
- Minecraft Commands – How to Change Name Using Command Blocks
- Minecraft Commands – How to Prevent Block Placement in Spawn with Command Blocks
- Minecraft Java Edition – Correct Name to Use with /give for Lapis Lazuli
- Minecraft – Summoning chest with specific items using name and lore
Best Answer
Add this to your command
It will give you a Item with the name "Test Name" with knockback 1.
You use this:
like that for enchantments. For names, use this:
Remember to use curly brackets and colons inbetweeen.
If you just need the template for whatever reason, here it is pieced together: