scoreboard objectives add iron minecraft.broken:minecraft.iron_ingot
execute if score *iron_exe once_exe matches 0 as @a[advancements={minecraft:story/smelt_iron=true}] run scoreboard players set hoon iron 1
execute if score *iron_exe once_exe matches 0 at @e[scores={iron=1}] as @e[scores={iron=1}] run particle minecraft:campfire_signal_smoke ~-1 ~ ~ 0.5 0.5 0.5 0 250
execute if score *iron_exe once_exe matches 0 at @e[scores={iron=1}] as @e[scores={iron=1}] run tellraw hoon {"text":"Приветствую"}
execute if score *iron_exe once_exe matches 0 at @e[scores={iron=1}] as @e[scores={iron=1}] run tellraw hoon {"text":"..."}
execute if score *iron_exe once_exe matches 0 at @e[scores={iron=1}] as @e[scores={iron=1}] run summon item ~-2 ~ ~ {Item:{id:"minecraft:paper", Count:1b, tag:{display:{Name:'{"text":"Кординаты деревни", "color":"blue", "italic":false}', Lore:['[{"text":"100.100.100","italic":true}]']}}}}
execute run scoreboard players set *iron_exe once_exe 1
Так?