Hi, I am setting up more rewards for voting and I need to find out how to use the /give command to give a God Sword (diamond sword with all enchants). Please help and maybe type it out for me.
THANKS
THANKS
5
You get the sword with the enchants. Find the ID of it. /give [player] [itemid] -.-
Glaring at him but you're the dumb one thinking that enchanted weaponry has different IDs than their original counterpart.
OP I'll update this shortly when I figure it out.
UPDATE:
First you'll need this. It's a bit old but it's a list of enchantment IDs and you'll need it.
The command (With bukkit) is:
/bukkit:give PLAYER_NAME ITEM_NAME 1 0 {ench:[{id:ENCHANTMENT_ID,lvl:ENCHANTMENT_LEVEL}]}
Anything in caps is something you substitute in. To add more, do something like this:
/bukkit:give theIgloo diamond_sword 1 0 {ench:[{id:16,lvl:5}, {id:20,lvl:2}]}
That'll give me one diamond sword with Sharpness 5 and Fire Aspect 2.
Here's something useful that I have in my Bookmarks, you should add it too.
http://www.minecraftforum.net/topic/196 ... tutorials/
PS: Item meta supports unsafe enchantments, so you can do {id:20,lvl:10} and get Fire Aspect X.
OP I'll update this shortly when I figure it out.
UPDATE:
First you'll need this. It's a bit old but it's a list of enchantment IDs and you'll need it.
The command (With bukkit) is:
/bukkit:give PLAYER_NAME ITEM_NAME 1 0 {ench:[{id:ENCHANTMENT_ID,lvl:ENCHANTMENT_LEVEL}]}
Anything in caps is something you substitute in. To add more, do something like this:
/bukkit:give theIgloo diamond_sword 1 0 {ench:[{id:16,lvl:5}, {id:20,lvl:2}]}
That'll give me one diamond sword with Sharpness 5 and Fire Aspect 2.
Here's something useful that I have in my Bookmarks, you should add it too.
http://www.minecraftforum.net/topic/196 ... tutorials/
PS: Item meta supports unsafe enchantments, so you can do {id:20,lvl:10} and get Fire Aspect X.
/give [player] [itemid]
