In Minecraft, you can enchant a sword with a number of different enchantments. Each enchantment has a name and ID value assigned to it. You can use these enchantment values in the /enchant command.
What is the max sword in Minecraft?
The max enchantment level is five. Sharpness is probably one of the best enchantments for a sword in Minecraft.
How do you give an enchanted diamond sword?
First, you need to program the command block to give an enchanted diamond sword with the /give command. This /give command will be run each time the command block is activated. So, stand in front of the command block with your pointer (the plus sign) on the command block and click on the right mouse button. This will bring up the programming
How to make an unbreakable sword in Minecraft?
This is how you can make something Unbreakable, without the enchantments. After that ,ench:, you can place all the enchantments you want. Lore Text and other things can also be put in. If you need a guideline, you can find Minecraft Give Generators to build the commands for you. OK it works, thx! – Purple Dirt Jul 5 ’15 at 10:10
How to add enchants but still be unbreakable in Minecraft?
Create an account or sign in to comment. How do you add enchants but still be unbreakable? Please help ive tried my ways but it will just become an error Add {Unbreakable:1} before the enchantments. For example, if you want a protection 100 diamond helmet with unbreakable, do /give @p diamond_helmet 1 0 {Unbreakable:1,ench: [ {id:0,lvl:100}]}
How to create an unbreakable tool / weapon / armor with a…?
I’ll post the whole command, then go bit by bit with it. /give is the main function command here. @p is who the command is for. iron_sword is the item being given. { = the start of the command process of the item and } = the end of the command process. display: is used to give the item it’s title and lore.