Hello
How to check lore of all item in player's inventory
i use:
Skript notify:
There's no world in a periodic event if no world is given in the event (e.g. like 'every hour in "world"') (xchest - dropy.sk, line 245: loop all items in the inventory of player:')
How to check lore of all item in player's inventory
i use:
code_language.skript:
every 1 tick:
loop all items in the inventory of player:
if lore of loop item contains "LORE":
remove loop-item from the player
Skript notify:
There's no world in a periodic event if no world is given in the event (e.g. like 'every hour in "world"') (xchest - dropy.sk, line 245: loop all items in the inventory of player:')