I'm making a duping skript (basic, I know) and I am trying to make a system that allows it to detect lore and use that to scan I think item can be duped or not.
Any tips?
(Any info about lore would be great.)
Code:
if player's tool is not air:
set {_lore} to line 1 of item lore
if {_lore} contains "&6&o@no-dupe":
send action bar "&cYou can't dupe this item!" to player
else:
give player's tool to player
(Any info about lore would be great.)
Last edited: