#How do I make a /dupe skript and also so you can blacklist the items that can't make you dupe
1 messages · Page 1 of 1 (latest)
command /dupe:
trigger:
set {_item} to player's tool
give {_item} to player
stop
I need help to blacklist the items
Check if {_item} is a certain item
You can make the blacklisted items a list variable
and how do I make it so if the item is in the shulker it won't dupe
and how do I make it so if it had a minecraft color code in it, it can't be duped
i can help