1
Messed up enchanting?
So I'm trying to use /give for an enchanted weapon. What happens is that when I do the enchantment, it always comes out as 'protection enchantment.level.0'
And it will not do anything. Please help. P.S. I am enchanting a button. You will see why when it is finished.
And it will not do anything. Please help. P.S. I am enchanting a button. You will see why when it is finished.
5
Ahhh I see the problem: you are using (), the format doesn't work with that. We just put those there to make it clear you have to fill that place in yourself
Ok
/give @p stone_button 1 0 {ench:[{id:(19),lvl:(x)}]}
Could you post the exact command then please?
Yep, I've done it exactly like I always have. This time it won't work.
You need to specify the level of the enchantment as well, the format looks like this:
/give (player selector) minecraft:(item) 1 0 {ench:[{id:(enchantment id),lvl:(enchantment level)}]}
/give (player selector) minecraft:(item) 1 0 {ench:[{id:(enchantment id),lvl:(enchantment level)}]}
