Basically I need to give an item to someone with a specific username, here is my code
command /shiv [<player>]:
permission: crim.admin
trigger:
execute console command "eco take %arg-1% 10"
set {_shiv} to flint
enchant {_shiv} with sharpness 1
give {_shiv} to player
where it says "give {_shiv} to player" I need "player" to be arg-1