I need to check if a player is holding 1 or more of an item. I've searched all over and I can't find anything about it.
Code:
on right click:
if the player is holding 2 prismarine crystals named "&aBandaids":
draw 150 of dust using dustOption(rgb(254, 112, 170), 1) 1 block above the player with offset vector(0.5, 0.5, 0.5) with extra 0.5
apply potion of regeneration of tier 1 without any particles to the player for 10 seconds
remove 1 prismarine crystal named "&aBandaids" from the player's inventory
Last edited: