Hi I would like to lock my first slot in my inventory so people can't move the item in there. I have tried this:
I didn't work out. Thanks for your time.
Code:
on inventory click:
if item is iron axe:
message "&4You can't change position of this item!"
cancel event
I didn't work out. Thanks for your time.