Mechanic
stopusingitem
prevents the targeted entity from using the item
Aliases
releaseitem
Examples & Notes
Examples
Skills:
# basic example
- stopusingitem @NearestPlayer
# with an aura to prevent the player from using a shield
- aura{onTick=[ - stopusingitem ?isBlocking ];duration=500} @NearestPlayer
