I have the code
and it give the error
Does anyone know why this is happening?
Code:
on load:
set {custom.items::copper} to glowstone dust named "&eCopper" with lore "&7&lRarity:&r &7Common" and "&8&oUsed for copper wire, it is in almost all machines."
set {custom.items::steelingot} to netherite ingot named "&eSteel" with lore "&7&lRarity:&r &aUncommon" and "&8&oThe steel ingot is versatile."
set {custom.items::steel_casing} to netherite block named "&eSteel Casing" with lore "&7&lRarity:&r &bRare" and "&8&oThe casing to put all your machine parts."
command /allitem:
trigger:
for {custom.items::*}:
give player loop-value
Code:
can't understand this condition: 'for {custom.items::*}' (customitems.sk, line 11: for {custom.items::*}:')