I am making a dupe script and I want to restrict some items from being duped, those being custom items.
My Code looks like this:
command /dupe:
trigger:
set {_item} to player's tool
give {_item} to player
stop
My Code looks like this:
command /dupe:
trigger:
set {_item} to player's tool
give {_item} to player
stop