Hello there, I would like to get some help detecting some special items dropped by some mobs, those items are already added and they look like this:
The mechanic that I'm looking forward to add is this: When you right click a Citizen, in this case a Villager (skRayFall) with one of those "Clavis" he will have a chance to break the item or give you something in exchange for it, But I don't know how to add a Condition to my script to detect item's lore
I know that RandomSK is able to check for item's metadata, but it's really outdated and I'm using 1.11.2, so, it doesn't really load.
If anyone has any idea on how to check for the item's lore, even the name, and can tell me how, I would really appreciate it.
- A newbie
code_language.skript:
On citizen right click:
citizen is named "&9&lNómada de Agartha"
player is holding a dye: #<---
#etc
I know that RandomSK is able to check for item's metadata, but it's really outdated and I'm using 1.11.2, so, it doesn't really load.
If anyone has any idea on how to check for the item's lore, even the name, and can tell me how, I would really appreciate it.
- A newbie