#Pre-Item Enchantment Help

1 messages · Page 1 of 1 (latest)

mild portal
#

So I'm making a set of boots and I want them to have the Frostwalker enchantment from the moment I grab them from the creative inventory. Is that even possible?

slow whale
#

Not that I'm aware of. You can make it so that whenever it's equipped it's enchanted with a script iirc

#

I'm not aware of the exact details, but I think it should be possible with some form of system.runInterval that checks what each player is wearing, and adds frost walker to their boots slot if they're wearing the right boots

rugged shell
slow whale
#

You can't enchant something that's not in the main hand slot with a command though

iron arrow
#

@rugged shell yes, he would have to move the item to the player's Mainhand(technically swapping items if needed). Which is fairly easy to do. Once that's done he can run a quick CMD to enchant the item.