Are there any Minecraft command generators that can make a Sword of the Sun with the same enchantments?
Is there some possible way to make a Sword of the Sun that will have the same enchantments (sharpness vi, fire protection x, unbreaking vi, flame vi, fire aspect vii, looting i) using command blocks?
Best Answer
/give <Player> minecraft:diamond_sword 1 0 {display:{Name:"Sword of the Sun"},ench:[{id:16,lvl:5},{id:20,lvl:10000},{id:21,lvl:10000},{id:34,lvl:10000}]}
Copy this in one command block for a diamond sword that is unbreakable has Sharpness V, Fire Aspect, and Looting 10000, and is named 'sword of the sun'. Now for the effect of fire invulnerability...
Place a command block next to that one and type in or copy and paste...
/effect @p fire_resistance 1000000 300 true
Link them together with redstone and activate. If this doesn't work then let me know, it would probably be because of the new update some commands work differently now.
Pictures about "Are there any Minecraft command generators that can make a Sword of the Sun with the same enchantments?"
What is the command to get the strongest sword in Minecraft?
The standard syntax in Minecraft to create a 1000+ Sharpness weapon is "/give @p <item>{Enchantments:[{id:sharpness,lvl:<number>}]}" placed in the game's chat window. This command can also be applied to other items that can receive a Sharpness enchantment, such as an axe.How do you get 32k weapons in Minecraft in Java?
The only way to even get 32k weapons in Minecraft is to use a hacked client. So effectively the only way to get these weapons would be to backdoor your own server, but then in order to handle them you continue using a hacked client.How do you make an overpowered sword in Minecraft with commands?
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.How to get multiple *OP* enchants on an item!
More answers regarding are there any Minecraft command generators that can make a Sword of the Sun with the same enchantments?
Answer 2
Got the command, I even added a lore that says: "The Sword of The Sun....." Here's The Command
/give @p diamond_sword{display:{Name:"\"Sword of the Sun\"",Lore:["\"The Sword of The Sun....\""]},Enchantments:[{id:sharpness,lvl:6},{id:fire_aspect,lvl:7},{id:looting,lvl:1},{id:unbreaking,lvl:6},{id:flame,lvl:6},{id:fire_protection,lvl:10}]} 1
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Mikhail Nilov, Pixabay, Leah Kelley, Jacques Philippe Gollnick