#How do i make it so that i can make it so that it the hotbars dont swap when you click them
1 messages · Page 1 of 1 (latest)
cancel the event
theres an event for this, on hand item swap: iirc. You can check the docs to make sure im right and do your own research in the future
and 9th sot?
check the item against slot 9
or rather the index of their current hotbar slot, i think the expression is
(this is 0-8 not 1-9)
ok but this is deleting the item i put at slot 8 whenever i put a item at slot 8 instead of sending it back
if event-slot is 8:
cancel event```
if index of event-slot = 8:
SAME ISSUE
is this in creative or survival?