Being bored of those dupe scripts that just give you 1 of the item you are holding? This one doubles the amount of items and you can have over 64 in one slot!
This is a ghost command and the permission to use it is dupe.use
This is a ghost command and the permission to use it is dupe.use
Code:
on command "/dupe":
if player has permission "dupe.use":
cancel event
set {_item} to player's tool
set {_amount} to item amount of player's tool
add {_amount} to {_amount}
set item amount of player's tool to {_amount}