Hello,
I try to do a simple thing, but I forget each time the correct syntax : Save the item in hand in a tag
Example : I have a crafting table in my hand i want save her in {items}
My different essays :
Thank's for help and sorry for the inconvenience !
I try to do a simple thing, but I forget each time the correct syntax : Save the item in hand in a tag
Example : I have a crafting table in my hand i want save her in {items}
My different essays :
code_language.skript:
command /test:
trigger:
set slot in player's hand to {items}
set item in player's hand to {items}
send "%{items}%"
Thank's for help and sorry for the inconvenience !