Code:
command /convert:
trigger:
if player has 5 of stick with CustomModelData 10072:
remove 5 of stick with CustomModelData 10072 from player
give player 1 of stick with custom model data 10073
send "&aEşyalar başarıyla dönüştürüldü!" to player
else:
send "&cYeterli 10072 model stick'iniz yok!" to player
I wanted to write a minecraft skript that would give 1 custom model data 10073 stick instead of 5 custom model data 10072 stick items with the /convert command, but I couldn't succeed, how can I do it?