does anyone know how to make it so that I can apply enchants to items by picking the book up and clicking it on the book?
Just use TokenEnchantsdoes anyone know how to make it so that I can apply enchants to items by picking the book up and clicking it on the book?
that is 16 usdJust use TokenEnchants
Thank you!This should work for you, it does require the Skript addon MundoSK and Skellett though.
On inventory click:
if clicked item is not air:
if clicked cursor is enchanted book:
cancel event
set {_item} to clicked item
enchant {_item} with enchants within clicked cursor
set clicked item to {_item}
This also doesn't check if the item in enchantable, so currently you can apply enchanted books to any item, but I'm sure you can figure that out.![]()
=[Code]
On inventory click:
if clicked item is not air:
if clicked cursor is enchanted book:
cancel event
set {_item} to clicked item
enchant {_item} with enchants within clicked cursor
set clicked item to {_item}
Thank you!
EDIT: Diddnt work for some reason, no errors
Code:=[Code] On inventory click: if clicked item is not air: if clicked cursor is enchanted book: cancel event set {_item} to clicked item enchant {_item} with enchants within clicked cursor set clicked item to {_item}
1.8Hmm, That's strange. It worked for me when I tested it, What version for MC are you on?
I'm not sure what to tell you. Sorry. If you want I can hop on whatever server you're testing it on and try to help.
IP: skyclouds.vgmc.usI'm not sure what to tell you. Sorry. If you want I can hop on whatever server you're testing it on and try to help.
whyU need umbaska
Because skript doesn't have that event so you need an addon for it
dosnt have what event?Because skript doesn't have that event so you need an addon for it
i've made that work without Umbaska, though I cant add more than one enchant to each itemOn inventory click
