I tried detecting a sword from mmoitems items, I've read several threads and found
https://forums.skunity.com/threads/is-there-any-way-to-use-mmoitems-in-skript.15214/ but it doesn't work
skUnity Forums
I want to use item from plugin MMOItems in my skript, for example:
if amount of mmo item "archaeological_shovel" in player's inventory < 1:
Is there any skript addon or way can let me do this?
I think I can make a function to check item nbt to do this, but I am still thinking about how to make it.